PL_ARENA_ALIGN     99 third_party/npapi/npspy/extern/nspr/plarena.h #define PL_ARENA_ALIGN(pool, n) (((PRUword)(n) + PL_ARENA_CONST_ALIGN_MASK) \
PL_ARENA_ALIGN    105 third_party/npapi/npspy/extern/nspr/plarena.h #define PL_ARENA_ALIGN(pool, n) (((PRUword)(n) + (pool)->mask) & ~(pool)->mask)