Searched refs:jdx (Results 1 – 2 of 2) sorted by relevance
377 int jdx; in sort_main() local379 for (jdx=0, idx=1; idx<TT.linecount; idx++) { in sort_main()380 if (!compare_keys(&TT.lines[jdx], &TT.lines[idx])) in sort_main()382 else TT.lines[++jdx] = TT.lines[idx]; in sort_main()384 if (TT.linecount) TT.linecount = jdx+1; in sort_main()
840 uint32_t jdx = hamt_mask(hash, shift); in hamt_node_bitmap_assoc() local863 new_node->a_array[jdx] = hamt_node_assoc( in hamt_node_bitmap_assoc()865 if (new_node->a_array[jdx] == NULL) { in hamt_node_bitmap_assoc()