Searched refs:PRUword (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_asn1/
H A Dplarena.h53 PRUword base; /* aligned base address, follows this header */
54 PRUword limit; /* one beyond last byte in arena */
55 PRUword avail; /* points to next available byte */
83 PRUword mask; /* alignment mask (power-of-2 - 1) */
95 #define PL_ARENA_ALIGN(pool, n) (((PRUword)(n) + PL_ARENA_CONST_ALIGN_MASK) \
101 #define PL_ARENA_ALIGN(pool, n) (typeof(n))(((PRUword)(n) + (pool)->mask) & ~(pool)->mask)
108 PRUword _p = _a->avail; \
109 PRUword _q = _p + _nb; \
111 _p = (PRUword)PL_ArenaAllocate(pool, _nb); \
121 PRUword _
[all...]
H A Dplarena.c91 (PRUword)PL_ARENA_ALIGN(pool, &pool->first + 1);
150 a->limit = (PRUword)a + sz;
151 a->base = a->avail = (PRUword)PL_ARENA_ALIGN(pool, a + 1);
201 PR_ASSERT(pool->current->avail == ((PRUword)newp + newSize));
202 pool->current->avail = (PRUword)newp + newAlignSize;
215 PRUword origPtr = (PRUword)p;
269 a->avail = (PRUword)PL_ARENA_ALIGN(pool, mark);
H A Dprotypes.h183 typedef PRUword uprword_t;
H A Dprtypes.h499 ** WARNING: The undocumented data types PRWord and PRUword are
501 ** use PRWord and PRUword in new code.
510 typedef size_t PRUword; typedef
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dplarena.h53 PRUword base; /* aligned base address, follows this header */
54 PRUword limit; /* one beyond last byte in arena */
55 PRUword avail; /* points to next available byte */
83 PRUword mask; /* alignment mask (power-of-2 - 1) */
95 #define PL_ARENA_ALIGN(pool, n) (((PRUword)(n) + PL_ARENA_CONST_ALIGN_MASK) \
101 #define PL_ARENA_ALIGN(pool, n) (typeof(n))(((PRUword)(n) + (pool)->mask) & ~(pool)->mask)
108 PRUword _p = _a->avail; \
109 PRUword _q = _p + _nb; \
111 _p = (PRUword)PL_ArenaAllocate(pool, _nb); \
121 PRUword _
[all...]
H A Dplarena.c91 (PRUword)PL_ARENA_ALIGN(pool, &pool->first + 1);
150 a->limit = (PRUword)a + sz;
151 a->base = a->avail = (PRUword)PL_ARENA_ALIGN(pool, a + 1);
201 PR_ASSERT(pool->current->avail == ((PRUword)newp + newSize));
202 pool->current->avail = (PRUword)newp + newAlignSize;
215 PRUword origPtr = (PRUword)p;
269 a->avail = (PRUword)PL_ARENA_ALIGN(pool, mark);
H A Dprotypes.h183 typedef PRUword uprword_t;
H A Dprtypes.h499 ** WARNING: The undocumented data types PRWord and PRUword are
501 ** use PRWord and PRUword in new code.
510 typedef size_t PRUword; typedef
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dplarena.h53 PRUword base; /* aligned base address, follows this header */
54 PRUword limit; /* one beyond last byte in arena */
55 PRUword avail; /* points to next available byte */
83 PRUword mask; /* alignment mask (power-of-2 - 1) */
95 #define PL_ARENA_ALIGN(pool, n) (((PRUword)(n) + PL_ARENA_CONST_ALIGN_MASK) \
101 #define PL_ARENA_ALIGN(pool, n) (typeof(n))(((PRUword)(n) + (pool)->mask) & ~(pool)->mask)
108 PRUword _p = _a->avail; \
109 PRUword _q = _p + _nb; \
111 _p = (PRUword)PL_ArenaAllocate(pool, _nb); \
121 PRUword _
[all...]
H A Dplarena.c91 (PRUword)PL_ARENA_ALIGN(pool, &pool->first + 1);
150 a->limit = (PRUword)a + sz;
151 a->base = a->avail = (PRUword)PL_ARENA_ALIGN(pool, a + 1);
201 PR_ASSERT(pool->current->avail == ((PRUword)newp + newSize));
202 pool->current->avail = (PRUword)newp + newAlignSize;
215 PRUword origPtr = (PRUword)p;
269 a->avail = (PRUword)PL_ARENA_ALIGN(pool, mark);
H A Dprotypes.h183 typedef PRUword uprword_t;
H A Dprtypes.h499 ** WARNING: The undocumented data types PRWord and PRUword are
501 ** use PRWord and PRUword in new code.
510 typedef size_t PRUword; typedef
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dplarena.h53 PRUword base; /* aligned base address, follows this header */
54 PRUword limit; /* one beyond last byte in arena */
55 PRUword avail; /* points to next available byte */
83 PRUword mask; /* alignment mask (power-of-2 - 1) */
95 #define PL_ARENA_ALIGN(pool, n) (((PRUword)(n) + PL_ARENA_CONST_ALIGN_MASK) \
101 #define PL_ARENA_ALIGN(pool, n) (typeof(n))(((PRUword)(n) + (pool)->mask) & ~(pool)->mask)
108 PRUword _p = _a->avail; \
109 PRUword _q = _p + _nb; \
111 _p = (PRUword)PL_ArenaAllocate(pool, _nb); \
121 PRUword _
[all...]
H A Dplarena.c91 (PRUword)PL_ARENA_ALIGN(pool, &pool->first + 1);
150 a->limit = (PRUword)a + sz;
151 a->base = a->avail = (PRUword)PL_ARENA_ALIGN(pool, a + 1);
201 PR_ASSERT(pool->current->avail == ((PRUword)newp + newSize));
202 pool->current->avail = (PRUword)newp + newAlignSize;
215 PRUword origPtr = (PRUword)p;
269 a->avail = (PRUword)PL_ARENA_ALIGN(pool, mark);
H A Dprotypes.h183 typedef PRUword uprword_t;
H A Dprtypes.h499 ** WARNING: The undocumented data types PRWord and PRUword are
501 ** use PRWord and PRUword in new code.
510 typedef size_t PRUword; typedef
/macosx-10.10/Security-57031.1.35/libsecurity_smime/Security/
H A Dsecoid.c1375 return (PLHashNumber)(PRUword)key;
/macosx-10.10/Security-57031.1.35/libsecurity_smime/lib/
H A Dsecoid.c1375 return (PLHashNumber)(PRUword)key;
/macosx-10.10/Security-57031.1.35/libsecurity_smime/security_smime/
H A Dsecoid.c1375 return (PLHashNumber)(PRUword)key;

Completed in 94 milliseconds