Searched refs:LargestIntegralType (Results 1 - 2 of 2) 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...]
H A Dcmocka.c104 /* Cast a LargestIntegralType to pointer_type via a ValuePointer. */
111 LargestIntegralType value;
150 LargestIntegralType value;
169 LargestIntegralType minimum;
170 LargestIntegralType maximum;
176 const LargestIntegralType *set;
554 const LargestIntegralType children = cast_ptr_to_largest_integral_type(cleanup_value_data);
747 LargestIntegralType _mock(const char * const function, const char* const file,
754 const LargestIntegralType value = symbol->value;
780 const int line, const LargestIntegralType valu
[all...]

Completed in 33 milliseconds