Searched defs:uintptr_t (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/cmocka/
H A Dcmocka.h103 typedef unsigned int uintptr_t; typedef
105 typedef unsigned long int uintptr_t
111 typedef unsigned long int uintptr_t;
113 typedef unsigned int uintptr_t;
117 typedef unsigned long int uintptr_t;
119 typedef unsigned int uintptr_t;
128 /* Perform an unsigned cast to uintptr_t. */
130 ((uintptr_t)((size_t)(value)))
244 * caller to do the cast manually but also casted to uintptr_t to make
263 #define mock_ptr_type(type) ((type) (uintptr_t) moc
[all...]

Completed in 28 milliseconds