Lines Matching defs:size
56 ck_abort_msg("Hashmap reported wrong size; got %u, want 1", size_ret);
68 ck_abort_msg("Hashmap reported wrong size; got %u, want 1", size_ret);
76 ck_abort_msg("Hashmap reported wrong size; got %u, want 1", size_ret);
89 unsigned size;
102 if ((size = pa_hashmap_size(map)) != 1000) {
103 ck_abort_msg("Hashmap has wrong size; got %u, want 1000", size);
108 if ((size = pa_hashmap_size(map)) != 0) {
109 ck_abort_msg("Hashmap has wrong size; got %u, want 0", size);
141 ck_abort_msg("Hashmap reported wrong size; got %u, want %d", size_ret, i);
161 ck_abort_msg("Hashmap reported wrong size; got %u, want %d", size_ret, 1000 - i);