Home
last modified time | relevance | path

Searched refs:jdx (Results 1 - 3 of 3) sorted by relevance

/third_party/toybox/toys/posix/
H A Dsort.c383 int jdx; in sort_main() local
385 for (jdx=0, idx=1; idx<TT.linecount; idx++) { in sort_main()
386 if (!compare_keys(&TT.lines[jdx], &TT.lines[idx])) in sort_main()
388 else TT.lines[++jdx] = TT.lines[idx]; in sort_main()
390 if (TT.linecount) TT.linecount = jdx+1; in sort_main()
/third_party/pulseaudio/src/modules/
H A Dmodule-intended-roles.c276 uint32_t jdx; in sink_unlink_hook_callback() local
292 PA_IDXSET_FOREACH(d, c->sinks, jdx) { in sink_unlink_hook_callback()
327 uint32_t jdx; in source_unlink_hook_callback() local
348 PA_IDXSET_FOREACH(d, c->sources, jdx) { in source_unlink_hook_callback()
/third_party/python/Python/
H A Dhamt.c831 uint32_t jdx = hamt_mask(hash, shift); in hamt_node_bitmap_assoc() local
832 /* 'jdx' is the index of where the new key should be added in hamt_node_bitmap_assoc()
853 Set that bitmap node to new-array-node[jdx]. */ in hamt_node_bitmap_assoc()
854 new_node->a_array[jdx] = hamt_node_assoc( in hamt_node_bitmap_assoc()
856 if (new_node->a_array[jdx] == NULL) { in hamt_node_bitmap_assoc()
865 /* Ensure we don't accidentally override `jdx` element in hamt_node_bitmap_assoc()

Completed in 5 milliseconds