Searched refs:assert_cc (Results 1 – 4 of 4) sorted by relevance
105 assert_cc(sizeof(unsigned long) == sizeof(unsigned)); in safe_atolu()109 assert_cc(sizeof(long int) == sizeof(int)); in safe_atoli()114 assert_cc(sizeof(unsigned long) == sizeof(unsigned long long)); in safe_atolu()118 assert_cc(sizeof(long int) == sizeof(long long int)); in safe_atoli()124 assert_cc(sizeof(uint64_t) == sizeof(unsigned long long)); in safe_atou64()
115 #define assert_cc(expr) \ macro120 #define assert_cc(expr) \ macro
123 assert_cc(IDX_FIRST == _IDX_SWAP_END);124 assert_cc(IDX_FIRST == _IDX_ITERATOR_FIRST);198 assert_cc(DIRECT_BUCKETS(struct ordered_hashmap_entry) >= 1);201 assert_cc(DIRECT_BUCKETS(struct set_entry) < (1 << 3));246 assert_cc(sizeof(Hashmap) == sizeof(Set));
73 assert_cc(EAGAIN == EWOULDBLOCK);