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

/forgerock/web-agents-v4/source/
H A Dlog.h63 time_string, tv.tv_usec / 1000L, tz, (void *)(uintptr_t)pthread_self(), \
110 time_string, tv.tv_usec / 1000L, tz, (void *)(uintptr_t)pthread_self(), \
157 time_string, tv.tv_usec / 1000L, tz, (void *)(uintptr_t)pthread_self(), \
204 time_string, tv.tv_usec / 1000L, tz, (void *)(uintptr_t)pthread_self(), \
251 time_string, tv.tv_usec / 1000L, tz, (void *)(uintptr_t)pthread_self(), \
298 time_string, tv.tv_usec / 1000L, tz, (void *)(uintptr_t)pthread_self(), \
/forgerock/web-agents-v4/cmocka/
H A Dcmocka_private.h150 #define discard_const(ptr) ((void *)((uintptr_t)(ptr)))
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...]
H A Dcmocka.c49 * typedef unsigned long int uintptr_t
558 (void *) ((uintptr_t)children - 1));
/forgerock/web-agents-v4/source/varnish/
H A Dagent.c33 #define THREAD_ID (void *)(uintptr_t)pthread_self()
/forgerock/web-agents-v4/source/varnish3/
H A Dagent.c34 #define THREAD_ID (void *)(uintptr_t)pthread_self()

Completed in 35 milliseconds