Home | History | Annotate | Download | only in Objects

Lines Matching refs:dk_indices

26 | dk_indices    |
33 dk_indices is actual hashtable. It holds index in entries, or DKIX_EMPTY(-1)
46 dk_indices entry is signed integer and int16 is used for table which
96 dk_indices, we can't increment dk_usable even though dk_nentries is
303 ((PyDictKeyEntry*)(&((int8_t*)((dk)->dk_indices))[DK_SIZE(dk) * DK_IXSIZE(dk)]))
321 int8_t *indices = (int8_t*)(keys->dk_indices);
325 int16_t *indices = (int16_t*)(keys->dk_indices);
330 int64_t *indices = (int64_t*)(keys->dk_indices);
335 int32_t *indices = (int32_t*)(keys->dk_indices);
351 int8_t *indices = (int8_t*)(keys->dk_indices);
356 int16_t *indices = (int16_t*)(keys->dk_indices);
362 int64_t *indices = (int64_t*)(keys->dk_indices);
367 int32_t *indices = (int32_t*)(keys->dk_indices);
427 DKIX_EMPTY, DKIX_EMPTY, DKIX_EMPTY, DKIX_EMPTY}, /* dk_indices */
547 memset(&dk->dk_indices[0], 0xff, es * size);