Home
last modified time | relevance | path

Searched refs:MAX_INT_ARRAY_HSET_SIZE (Results 1 – 2 of 2) sorted by relevance

/dports/math/yices/yices-2.6.2/src/utils/
H A Dint_array_hsets.h62 #define MAX_INT_ARRAY_HSET_SIZE (UINT32_MAX/sizeof(harray_t*)) macro
H A Dint_array_hsets.c114 if (n >= MAX_INT_ARRAY_HSET_SIZE) { in init_int_array_hset()
232 if (new_size >= MAX_INT_ARRAY_HSET_SIZE) { in int_array_hset_extend()