Lines Matching refs:DIB_RAW_FREE
136 #define DIB_RAW_FREE ((dib_raw_t)0xffU) /* a free bucket */
137 #define DIB_RAW_INIT ((char)DIB_RAW_FREE) /* a byte to memset a DIB store with when initializing */
449 if (raw_dib == DIB_RAW_FREE)
470 dib_raw_ptr(h)[idx] = dib != DIB_FREE ? MIN(dib, DIB_RAW_OVERFLOW) : DIB_RAW_FREE;
479 if (dibs[idx] != DIB_RAW_FREE)
554 assert(dibs[idx] != DIB_RAW_FREE);
565 if (raw_dib == 0 || raw_dib == DIB_RAW_FREE)
976 if (raw_dib == DIB_RAW_FREE || raw_dib == DIB_RAW_REHASH) {
1155 new_dibs[idx] = old_dibs[idx] == DIB_RAW_FREE ? DIB_RAW_FREE
1185 new_dibs[idx] = DIB_RAW_FREE;
1221 if (dibs[idx] == DIB_RAW_FREE)