Searched refs:PL_ARENA_ALIGN (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/lib/ds/
H A Dplarena.h99 #define PL_ARENA_ALIGN(pool, n) (((PRUword)(n) + PL_ARENA_CONST_ALIGN_MASK) \ macro
105 #define PL_ARENA_ALIGN(pool, n) (((PRUword)(n) + (pool)->mask) & ~(pool)->mask) macro
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); \
H A Dplarena.c119 (PRUword)PL_ARENA_ALIGN(pool, &pool->first + 1);
164 nb = (PRUword)PL_ARENA_ALIGN(pool, nb); /* force alignment */
217 a->base = a->avail = (PRUword)PL_ARENA_ALIGN(pool, a + 1);
298 a->avail = (PRUword)PL_ARENA_ALIGN(pool, mark);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/obsolete/
H A Dprotypes.h205 #define PR_ARENA_ALIGN PL_ARENA_ALIGN

Completed in 48 milliseconds