Searched refs:PRUword (Results 1 – 4 of 4) sorted by relevance
57 PRUword base; /* aligned base address, follows this header */58 PRUword limit; /* one beyond last byte in arena */59 PRUword avail; /* points to next available byte */87 PRUword mask; /* alignment mask (power-of-2 - 1) */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)112 PRUword _p = _a->avail; \113 PRUword _q = _p + _nb; \115 _p = (PRUword)PL_ArenaAllocate(pool, _nb); \126 PRUword _p = _a->avail; \[all …]
473 typedef unsigned long PRUword; typedef
238 void** baseAddr, PRUword count, void* closure);261 NSPR_API(PRUword)
183 typedef PRUword uprword_t;