HomeSort by: relevance | last modified time | path
    Searched refs:child_slot (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/
ntp_worker.c 172 u_int child_slot; local
182 child_slot = UINT_MAX;
185 child_slot = available_blocking_child_slot();
188 intres_slot = child_slot;
190 child_slot = intres_slot;
195 INSIST(UINT_MAX != child_slot);
196 c = blocking_children[child_slot];
207 blocking_children[child_slot] = c;
209 req_hdr.child_idx = child_slot;
  /src/external/gpl3/gcc/dist/libgcc/
unwind-dw2-btree.h 547 btree_merge_node (struct btree *t, unsigned child_slot,
554 if ((child_slot == 0)
555 || (((child_slot + 1) < parent->entry_count)
556 && (parent->content.children[child_slot + 1].child->entry_count
557 < parent->content.children[child_slot - 1].child->entry_count)))
559 left_slot = child_slot;
566 left_slot = child_slot - 1;

Completed in 30 milliseconds