Searched refs:PRUint32 (Results 1 - 25 of 84) sorted by relevance

1234

/macosx-10.10/Security-57031.1.35/Security/include/security_asn1/
H A Dprinrval.h58 typedef PRUint32 PRIntervalTime;
114 ** RETURN: PRUint32
123 NSPR_API(PRUint32) PR_TicksPerSecond(void);
131 ** INPUTS: PRUint32
142 NSPR_API(PRIntervalTime) PR_SecondsToInterval(PRUint32 seconds);
143 NSPR_API(PRIntervalTime) PR_MillisecondsToInterval(PRUint32 milli);
144 NSPR_API(PRIntervalTime) PR_MicrosecondsToInterval(PRUint32 micro);
154 ** RETURN: PRUint32
163 NSPR_API(PRUint32) PR_IntervalToSeconds(PRIntervalTime ticks);
164 NSPR_API(PRUint32) PR_IntervalToMillisecond
[all...]
H A Dplarenas.h60 const char *name, PRUint32 size, PRUint32 align);
79 PLArenaPool *pool, const char *name, PRUint32 size, PRUint32 align);
106 PR_EXTERN(void *) PL_ArenaAllocate(PLArenaPool *pool, PRUint32 nb);
109 PLArenaPool *pool, void *p, PRUint32 size, PRUint32 incr);
H A Dplstr.h68 PR_EXTERN(PRUint32)
79 PR_EXTERN(PRUint32)
80 PL_strnlen(const char *str, PRUint32 max);
104 PL_strncpy(char *dest, const char *src, PRUint32 max);
127 PL_strncpyz(char *dest, const char *src, PRUint32 max);
165 PL_strndup(const char *s, PRUint32 max);
192 PL_strncat(char *dst, const char *src, PRUint32 max);
206 PL_strcatn(char *dst, PRUint32 max, const char *src);
232 PL_strncmp(const char *a, const char *b, PRUint32 max);
256 PL_strncasecmp(const char *a, const char *b, PRUint32 ma
[all...]
H A Dprbit.h56 NSPR_API(PRIntn) PR_CeilingLog2(PRUint32 i);
61 NSPR_API(PRIntn) PR_FloorLog2(PRUint32 i);
69 PRUint32 j_ = (PRUint32)(_n); \
93 PRUint32 j_ = (PRUint32)(_n); \
H A Dplarena.h64 PRUint32 narenas; /* number of arenas in pool */
65 PRUint32 nallocs; /* number of PL_ARENA_ALLOCATE() calls */
66 PRUint32 nreclaims; /* number of reclaims from freeArenas */
67 PRUint32 nmallocs; /* number of malloc() calls */
68 PRUint32 ndeallocs; /* number of lifetime deallocations */
69 PRUint32 ngrows; /* number of PL_ARENA_GROW() calls */
70 PRUint32 ninplace; /* number of in-place growths */
71 PRUint32 nreleases; /* number of PL_ARENA_RELEASE() calls */
72 PRUint32 nfastrels; /* number of "fast path" releases */
73 PRUint32 nbyte
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dprinrval.h58 typedef PRUint32 PRIntervalTime;
114 ** RETURN: PRUint32
123 NSPR_API(PRUint32) PR_TicksPerSecond(void);
131 ** INPUTS: PRUint32
142 NSPR_API(PRIntervalTime) PR_SecondsToInterval(PRUint32 seconds);
143 NSPR_API(PRIntervalTime) PR_MillisecondsToInterval(PRUint32 milli);
144 NSPR_API(PRIntervalTime) PR_MicrosecondsToInterval(PRUint32 micro);
154 ** RETURN: PRUint32
163 NSPR_API(PRUint32) PR_IntervalToSeconds(PRIntervalTime ticks);
164 NSPR_API(PRUint32) PR_IntervalToMillisecond
[all...]
H A Dplarenas.h60 const char *name, PRUint32 size, PRUint32 align);
79 PLArenaPool *pool, const char *name, PRUint32 size, PRUint32 align);
106 PR_EXTERN(void *) PL_ArenaAllocate(PLArenaPool *pool, PRUint32 nb);
109 PLArenaPool *pool, void *p, PRUint32 size, PRUint32 incr);
H A Dplstr.h68 PR_EXTERN(PRUint32)
79 PR_EXTERN(PRUint32)
80 PL_strnlen(const char *str, PRUint32 max);
104 PL_strncpy(char *dest, const char *src, PRUint32 max);
127 PL_strncpyz(char *dest, const char *src, PRUint32 max);
165 PL_strndup(const char *s, PRUint32 max);
192 PL_strncat(char *dst, const char *src, PRUint32 max);
206 PL_strcatn(char *dst, PRUint32 max, const char *src);
232 PL_strncmp(const char *a, const char *b, PRUint32 max);
256 PL_strncasecmp(const char *a, const char *b, PRUint32 ma
[all...]
H A Dprbit.h56 NSPR_API(PRIntn) PR_CeilingLog2(PRUint32 i);
61 NSPR_API(PRIntn) PR_FloorLog2(PRUint32 i);
69 PRUint32 j_ = (PRUint32)(_n); \
93 PRUint32 j_ = (PRUint32)(_n); \
H A Dplarena.h64 PRUint32 narenas; /* number of arenas in pool */
65 PRUint32 nallocs; /* number of PL_ARENA_ALLOCATE() calls */
66 PRUint32 nreclaims; /* number of reclaims from freeArenas */
67 PRUint32 nmallocs; /* number of malloc() calls */
68 PRUint32 ndeallocs; /* number of lifetime deallocations */
69 PRUint32 ngrows; /* number of PL_ARENA_GROW() calls */
70 PRUint32 ninplace; /* number of in-place growths */
71 PRUint32 nreleases; /* number of PL_ARENA_RELEASE() calls */
72 PRUint32 nfastrels; /* number of "fast path" releases */
73 PRUint32 nbyte
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dprinrval.h58 typedef PRUint32 PRIntervalTime;
114 ** RETURN: PRUint32
123 NSPR_API(PRUint32) PR_TicksPerSecond(void);
131 ** INPUTS: PRUint32
142 NSPR_API(PRIntervalTime) PR_SecondsToInterval(PRUint32 seconds);
143 NSPR_API(PRIntervalTime) PR_MillisecondsToInterval(PRUint32 milli);
144 NSPR_API(PRIntervalTime) PR_MicrosecondsToInterval(PRUint32 micro);
154 ** RETURN: PRUint32
163 NSPR_API(PRUint32) PR_IntervalToSeconds(PRIntervalTime ticks);
164 NSPR_API(PRUint32) PR_IntervalToMillisecond
[all...]
H A Dplarenas.h60 const char *name, PRUint32 size, PRUint32 align);
79 PLArenaPool *pool, const char *name, PRUint32 size, PRUint32 align);
106 PR_EXTERN(void *) PL_ArenaAllocate(PLArenaPool *pool, PRUint32 nb);
109 PLArenaPool *pool, void *p, PRUint32 size, PRUint32 incr);
H A Dplstr.h68 PR_EXTERN(PRUint32)
79 PR_EXTERN(PRUint32)
80 PL_strnlen(const char *str, PRUint32 max);
104 PL_strncpy(char *dest, const char *src, PRUint32 max);
127 PL_strncpyz(char *dest, const char *src, PRUint32 max);
165 PL_strndup(const char *s, PRUint32 max);
192 PL_strncat(char *dst, const char *src, PRUint32 max);
206 PL_strcatn(char *dst, PRUint32 max, const char *src);
232 PL_strncmp(const char *a, const char *b, PRUint32 max);
256 PL_strncasecmp(const char *a, const char *b, PRUint32 ma
[all...]
H A Dprbit.h56 NSPR_API(PRIntn) PR_CeilingLog2(PRUint32 i);
61 NSPR_API(PRIntn) PR_FloorLog2(PRUint32 i);
69 PRUint32 j_ = (PRUint32)(_n); \
93 PRUint32 j_ = (PRUint32)(_n); \
H A Dplarena.h64 PRUint32 narenas; /* number of arenas in pool */
65 PRUint32 nallocs; /* number of PL_ARENA_ALLOCATE() calls */
66 PRUint32 nreclaims; /* number of reclaims from freeArenas */
67 PRUint32 nmallocs; /* number of malloc() calls */
68 PRUint32 ndeallocs; /* number of lifetime deallocations */
69 PRUint32 ngrows; /* number of PL_ARENA_GROW() calls */
70 PRUint32 ninplace; /* number of in-place growths */
71 PRUint32 nreleases; /* number of PL_ARENA_RELEASE() calls */
72 PRUint32 nfastrels; /* number of "fast path" releases */
73 PRUint32 nbyte
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dprinrval.h58 typedef PRUint32 PRIntervalTime;
114 ** RETURN: PRUint32
123 NSPR_API(PRUint32) PR_TicksPerSecond(void);
131 ** INPUTS: PRUint32
142 NSPR_API(PRIntervalTime) PR_SecondsToInterval(PRUint32 seconds);
143 NSPR_API(PRIntervalTime) PR_MillisecondsToInterval(PRUint32 milli);
144 NSPR_API(PRIntervalTime) PR_MicrosecondsToInterval(PRUint32 micro);
154 ** RETURN: PRUint32
163 NSPR_API(PRUint32) PR_IntervalToSeconds(PRIntervalTime ticks);
164 NSPR_API(PRUint32) PR_IntervalToMillisecond
[all...]
H A Dplarenas.h60 const char *name, PRUint32 size, PRUint32 align);
79 PLArenaPool *pool, const char *name, PRUint32 size, PRUint32 align);
106 PR_EXTERN(void *) PL_ArenaAllocate(PLArenaPool *pool, PRUint32 nb);
109 PLArenaPool *pool, void *p, PRUint32 size, PRUint32 incr);
H A Dplstr.h68 PR_EXTERN(PRUint32)
79 PR_EXTERN(PRUint32)
80 PL_strnlen(const char *str, PRUint32 max);
104 PL_strncpy(char *dest, const char *src, PRUint32 max);
127 PL_strncpyz(char *dest, const char *src, PRUint32 max);
165 PL_strndup(const char *s, PRUint32 max);
192 PL_strncat(char *dst, const char *src, PRUint32 max);
206 PL_strcatn(char *dst, PRUint32 max, const char *src);
232 PL_strncmp(const char *a, const char *b, PRUint32 max);
256 PL_strncasecmp(const char *a, const char *b, PRUint32 ma
[all...]
H A Dprbit.h56 NSPR_API(PRIntn) PR_CeilingLog2(PRUint32 i);
61 NSPR_API(PRIntn) PR_FloorLog2(PRUint32 i);
69 PRUint32 j_ = (PRUint32)(_n); \
93 PRUint32 j_ = (PRUint32)(_n); \
H A Dplarena.h64 PRUint32 narenas; /* number of arenas in pool */
65 PRUint32 nallocs; /* number of PL_ARENA_ALLOCATE() calls */
66 PRUint32 nreclaims; /* number of reclaims from freeArenas */
67 PRUint32 nmallocs; /* number of malloc() calls */
68 PRUint32 ndeallocs; /* number of lifetime deallocations */
69 PRUint32 ngrows; /* number of PL_ARENA_GROW() calls */
70 PRUint32 ninplace; /* number of in-place growths */
71 PRUint32 nreleases; /* number of PL_ARENA_RELEASE() calls */
72 PRUint32 nfastrels; /* number of "fast path" releases */
73 PRUint32 nbyte
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_smime/
H A Dplhash.h49 typedef PRUint32 PLHashNumber;
88 PRUint32 nentries; /* number of entries in table */
89 PRUint32 shift; /* multiplicative hash shift */
96 PRUint32 nlookups; /* total number of lookups */
97 PRUint32 nsteps; /* number of hash chains traversed */
98 PRUint32 ngrows; /* number of table expansions */
99 PRUint32 nshrinks; /* number of table contractions */
108 PL_NewHashTable(PRUint32 numBuckets, PLHashFunction keyHash,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_smime/lib/
H A Dplhash.h49 typedef PRUint32 PLHashNumber;
88 PRUint32 nentries; /* number of entries in table */
89 PRUint32 shift; /* multiplicative hash shift */
96 PRUint32 nlookups; /* total number of lookups */
97 PRUint32 nsteps; /* number of hash chains traversed */
98 PRUint32 ngrows; /* number of table expansions */
99 PRUint32 nshrinks; /* number of table contractions */
108 PL_NewHashTable(PRUint32 numBuckets, PLHashFunction keyHash,
/macosx-10.10/Security-57031.1.35/libsecurity_smime/Security/
H A Dplhash.h47 typedef PRUint32 PLHashNumber;
86 PRUint32 nentries; /* number of entries in table */
87 PRUint32 shift; /* multiplicative hash shift */
94 PRUint32 nlookups; /* total number of lookups */
95 PRUint32 nsteps; /* number of hash chains traversed */
96 PRUint32 ngrows; /* number of table expansions */
97 PRUint32 nshrinks; /* number of table contractions */
106 PL_NewHashTable(PRUint32 numBuckets, PLHashFunction keyHash,
/macosx-10.10/Security-57031.1.35/libsecurity_smime/lib/
H A Dplhash.h47 typedef PRUint32 PLHashNumber;
86 PRUint32 nentries; /* number of entries in table */
87 PRUint32 shift; /* multiplicative hash shift */
94 PRUint32 nlookups; /* total number of lookups */
95 PRUint32 nsteps; /* number of hash chains traversed */
96 PRUint32 ngrows; /* number of table expansions */
97 PRUint32 nshrinks; /* number of table contractions */
106 PL_NewHashTable(PRUint32 numBuckets, PLHashFunction keyHash,
/macosx-10.10/Security-57031.1.35/libsecurity_smime/security_smime/
H A Dplhash.h47 typedef PRUint32 PLHashNumber;
86 PRUint32 nentries; /* number of entries in table */
87 PRUint32 shift; /* multiplicative hash shift */
94 PRUint32 nlookups; /* total number of lookups */
95 PRUint32 nsteps; /* number of hash chains traversed */
96 PRUint32 ngrows; /* number of table expansions */
97 PRUint32 nshrinks; /* number of table contractions */
106 PL_NewHashTable(PRUint32 numBuckets, PLHashFunction keyHash,

Completed in 104 milliseconds

1234