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

/forgerock/web-agents-v4/cmocka/
H A Dcmocka.h71 typedef uintmax_t LargestIntegralType; typedef
73 #ifndef LargestIntegralType
75 # define LargestIntegralType unsigned long int macro
77 # define LargestIntegralType unsigned long long int macro
79 #endif /* LargestIntegralType */
82 /* Printf format used to display LargestIntegralType. */
95 /* Perform an unsigned cast to LargestIntegralType. */
97 ((LargestIntegralType)(value))
132 /* Perform a cast of a pointer to LargestIntegralType */
208 LargestIntegralType moc
[all...]

Completed in 28 milliseconds