Lines Matching refs:size_t

68 #define MALLOC_ALIGNMENT sizeof(size_t)
131 size_t allocated_size; /* Total size of the allocated block. */
132 size_t size; /* Request block size. */
177 size_t size_of_set;
185 size_t size;
209 const size_t number_of_symbol_names, const void* value, const int count);
212 const size_t number_of_symbol_names, void **output);
217 const size_t number_of_symbol_names);
220 const size_t number_of_symbol_names);
579 const size_t number_of_symbol_names,
619 const size_t number_of_symbol_names, void **output) {
669 const size_t number_of_symbol_names) {
707 const size_t number_of_symbol_names) {
856 const size_t size_of_set = check_integer_set->size_of_set;
857 size_t i;
949 const size_t size) {
951 size_t i;
976 const char* const a, const char* const b, const size_t size) {
977 size_t same = 0;
978 size_t i;
1018 const LargestIntegralType values[], const size_t number_of_values,
1041 const LargestIntegralType values[], const size_t number_of_values,
1052 const LargestIntegralType values[], const size_t number_of_values,
1218 const void * const memory, const size_t size,
1238 const size_t size, const int count) {
1262 const size_t size, const int count) {
1355 size_t rlen,
1430 const size_t size, const char* const file,
1439 const size_t size, const char* const file,
1468 const size_t number_of_values, const char* const file,
1480 const size_t number_of_values, const char* const file,
1501 static void *libc_malloc(size_t size)
1515 static void *libc_realloc(void *ptr, size_t size)
1531 size_t msg_len = 0;
1561 if (((size_t)len) < sizeof(buffer)) {
1578 void* _test_malloc(const size_t size, const char* file, const int line) {
1582 const size_t allocate_size = size + (MALLOC_GUARD_SIZE * 2) +
1588 ptr = (char*)(((size_t)block + MALLOC_GUARD_SIZE + sizeof(*block_info) +
1609 void* _test_calloc(const size_t number_of_elements, const size_t size,
1665 const size_t size,
1671 size_t block_size = size;
1901 size_t total_executed,
1902 size_t total_failed,
1903 size_t total_errors,
1904 size_t total_skipped,
1911 size_t i;
1979 static void cmprintf_group_start_standard(const size_t num_tests)
1985 static void cmprintf_group_finish_standard(size_t total_executed,
1986 size_t total_passed,
1987 size_t total_failed,
1988 size_t total_errors,
1991 size_t i;
2040 static void cmprintf_group_start_tap(const size_t num_tests)
2122 static void cmprintf_group_start(const size_t num_tests)
2143 size_t total_executed,
2144 size_t total_passed,
2145 size_t total_failed,
2146 size_t total_errors,
2147 size_t total_skipped,
2179 size_t test_number,
2461 const size_t num_tests,
2468 size_t total_failed = 0;
2469 size_t total_passed = 0;
2470 size_t total_executed = 0;
2471 size_t total_errors = 0;
2472 size_t total_skipped = 0;
2474 size_t i;
2511 size_t test_number = i + 1;
2674 int _run_tests(const UnitTest * const tests, const size_t number_of_tests) {
2684 size_t current_test = 0;
2686 size_t tests_executed = 0;
2688 size_t total_failed = 0;
2690 size_t setups = 0;
2692 size_t teardowns = 0;
2693 size_t i;
2819 total_failed = (size_t)-1;
2829 int _run_group_tests(const UnitTest * const tests, const size_t number_of_tests)
2833 size_t num_setups = 0;
2836 size_t num_teardowns = 0;
2837 size_t current_test = 0;
2838 size_t i;
2841 size_t tests_executed = 0;
2843 size_t total_failed = 0;