Lines Matching defs:LargestIntegralType

71 typedef uintmax_t LargestIntegralType;
73 #ifndef LargestIntegralType
75 # define LargestIntegralType unsigned long int
77 # define LargestIntegralType unsigned long long int
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 mock(void);
292 void will_return(#function, LargestIntegralType value);
313 void will_return_count(#function, LargestIntegralType value, int count);
336 void will_return_always(#function, LargestIntegralType value);
433 void expect_in_set(#function, #parameter, LargestIntegralType value_array[]);
458 void expect_in_set_count(#function, #parameter, LargestIntegralType value_array[], size_t count);
480 void expect_not_in_set(#function, #parameter, LargestIntegralType value_array[]);
505 void expect_not_in_set_count(#function, #parameter, LargestIntegralType value_array[], size_t count);
531 void expect_in_range(#function, #parameter, LargestIntegralType minimum, LargestIntegralType maximum);
558 void expect_in_range_count(#function, #parameter, LargestIntegralType minimum, LargestIntegralType maximum, size_t count);
582 void expect_not_in_range(#function, #parameter, LargestIntegralType minimum, LargestIntegralType maximum);
609 void expect_not_in_range_count(#function, #parameter, LargestIntegralType minimum, LargestIntegralType maximum, size_t count);
631 void expect_value(#function, #parameter, LargestIntegralType value);
655 void expect_value_count(#function, #parameter, LargestIntegralType value, size_t count);
676 void expect_not_value(#function, #parameter, LargestIntegralType value);
700 void expect_not_value_count(#function, #parameter, LargestIntegralType value, size_t count);
1266 void assert_in_range(LargestIntegralType value, LargestIntegralType minimum, LargestIntegralType maximum);
1289 void assert_not_in_range(LargestIntegralType value, LargestIntegralType minimum, LargestIntegralType maximum);
1311 void assert_in_set(LargestIntegralType value, LargestIntegralType values[], size_t count);
1330 void assert_not_in_set(LargestIntegralType value, LargestIntegralType values[], size_t count);
1856 typedef int (*CheckParameterValue)(const LargestIntegralType value,
1857 const LargestIntegralType check_value_data);
1910 LargestIntegralType check_value_data;
1919 LargestIntegralType _mock(const char * const function, const char* const file,
1926 const LargestIntegralType check_data, CheckParameterEvent * const event,
1931 const char* const file, const int line, const LargestIntegralType values[],
1935 const char* const file, const int line, const LargestIntegralType values[],
1941 const LargestIntegralType minimum,
1942 const LargestIntegralType maximum, const int count);
1946 const LargestIntegralType minimum,
1947 const LargestIntegralType maximum, const int count);
1951 const char* const file, const int line, const LargestIntegralType value,
1955 const char* const file, const int line, const LargestIntegralType value,
1982 const char* file, const int line, const LargestIntegralType value);
1985 const int line, const LargestIntegralType value,
1987 void _assert_true(const LargestIntegralType result,
1990 void _assert_return_code(const LargestIntegralType result,
1992 const LargestIntegralType error,
1997 const LargestIntegralType a, const LargestIntegralType b,
2000 const LargestIntegralType a, const LargestIntegralType b,
2013 const LargestIntegralType value, const LargestIntegralType minimum,
2014 const LargestIntegralType maximum, const char* const file, const int line);
2016 const LargestIntegralType value, const LargestIntegralType minimum,
2017 const LargestIntegralType maximum, const char* const file, const int line);
2019 const LargestIntegralType value, const LargestIntegralType values[],
2022 const LargestIntegralType value, const LargestIntegralType values[],