HomeSort by relevance Sort by last modified time
    Searched refs:PL_ARENA_ALIGN (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
plarena.h 99 #define PL_ARENA_ALIGN(pool, n) (((PRUword)(n) + PL_ARENA_CONST_ALIGN_MASK) \
105 #define PL_ARENA_ALIGN(pool, n) (((PRUword)(n) + (pool)->mask) & ~(pool)->mask)
111 PRUint32 _nb = PL_ARENA_ALIGN(pool, nb); \
125 PRUint32 _incr = PL_ARENA_ALIGN(pool, incr); \
128 if (_p == (PRUword)(p) + PL_ARENA_ALIGN(pool, size) && \
158 _a->avail = (PRUword)PL_ARENA_ALIGN(pool, _m); \
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/
protypes.h 196 #define PR_ARENA_ALIGN PL_ARENA_ALIGN

Completed in 63 milliseconds