| /freebsd-14.2/contrib/unbound/util/ |
| H A D | rbtree.c | 409 rbnode_type* sibling; in rbtree_delete_fixup() local 424 if(sibling->color == RED) in rbtree_delete_fixup() 427 sibling->color = BLACK; in rbtree_delete_fixup() 442 sibling->color = RED; in rbtree_delete_fixup() 454 && sibling->color == BLACK in rbtree_delete_fixup() 459 if(sibling != RBTREE_NULL) in rbtree_delete_fixup() 460 sibling->color = RED; in rbtree_delete_fixup() 469 && sibling->color == BLACK in rbtree_delete_fixup() 473 sibling->color = RED; in rbtree_delete_fixup() 481 && sibling->color == BLACK in rbtree_delete_fixup() [all …]
|
| /freebsd-14.2/contrib/ldns/ |
| H A D | rbtree.c | 415 ldns_rbnode_t* sibling; in ldns_rbtree_delete_fixup() local 430 if(sibling->color == RED) in ldns_rbtree_delete_fixup() 433 sibling->color = BLACK; in ldns_rbtree_delete_fixup() 443 && sibling->color == BLACK in ldns_rbtree_delete_fixup() 448 sibling->color = RED; in ldns_rbtree_delete_fixup() 460 && sibling->color == BLACK in ldns_rbtree_delete_fixup() 466 sibling->color = RED; in ldns_rbtree_delete_fixup() 474 && sibling->color == BLACK in ldns_rbtree_delete_fixup() 478 sibling->color = RED; in ldns_rbtree_delete_fixup() 486 && sibling->color == BLACK in ldns_rbtree_delete_fixup() [all …]
|
| /freebsd-14.2/contrib/libedit/ |
| H A D | keymacro.c | 301 if (ptr->sibling) { in node_trav() 324 for (xm = ptr; xm->sibling != NULL; xm = xm->sibling) in node__try() 329 ptr = xm->sibling; in node__try() 388 for (xm = ptr; xm->sibling != NULL; xm = xm->sibling) in node__delete() 394 ptr = xm->sibling; in node__delete() 401 prev_ptr->sibling = ptr->sibling; in node__delete() 402 ptr->sibling = NULL; in node__delete() 412 prev_ptr->sibling = ptr->sibling; in node__delete() 468 ptr->sibling = NULL; in node__get() 526 if (ptr->sibling) in node_lookup() [all …]
|
| /freebsd-14.2/contrib/tcsh/ |
| H A D | ed.xmap.c | 195 if (ptr->sibling) { in TraverseMap() 243 for (xm = ptr; xm->sibling != NULL; xm = xm->sibling) in TryNode() 248 ptr = xm->sibling; in TryNode() 343 for (xm = ptr; xm->sibling != NULL; xm = xm->sibling) in TryDeleteNode() 348 inptr = &xm->sibling; in TryDeleteNode() 349 ptr = xm->sibling; in TryDeleteNode() 357 *inptr = ptr->sibling; in TryDeleteNode() 358 ptr->sibling = NULL; in TryDeleteNode() 365 *inptr = ptr->sibling; in TryDeleteNode() 366 ptr->sibling = NULL; in TryDeleteNode() [all …]
|
| /freebsd-14.2/contrib/ncurses/ncurses/base/ |
| H A D | tries.c | 69 ptr = ptr->sibling; in NCURSES_EXPORT() 109 *tree = (*tree)->sibling; in _nc_remove_key() 114 tree = &(*tree)->sibling; in _nc_remove_key() 137 *tree = (*tree)->sibling; in _nc_remove_string() 144 tree = &(*tree)->sibling; in _nc_remove_string()
|
| H A D | key_defined.c | 46 for (ptr = tree; ptr != 0; ptr = ptr->sibling) { in find_definition()
|
| /freebsd-14.2/contrib/tcpdump/ |
| H A D | makemib | 205 for (sib = child[parent]; sib != ""; sib = sibling[sib]) 221 sibling[new] = child[parent] 239 if (sibling[item] != "") { 240 dump(sibling[item]) 241 s = "&_"sibling[item]"_obj"
|
| /freebsd-14.2/contrib/ncurses/ncurses/tinfo/ |
| H A D | add_tries.c | 67 && ptr->sibling != 0) in NCURSES_EXPORT() 68 ptr = ptr->sibling; in NCURSES_EXPORT() 80 if ((ptr->sibling = typeCalloc(TRIES, 1)) == 0) { in NCURSES_EXPORT() 84 savedptr = ptr = ptr->sibling; in NCURSES_EXPORT()
|
| /freebsd-14.2/contrib/wpa/src/utils/ |
| H A D | json.c | 196 json_check_tree_state(token->sibling) < 0) in json_check_tree_state() 289 !curr_token->child->sibling) { in json_parse() 353 curr_token->sibling = json_alloc_token(&tokens); in json_parse() 354 if (!curr_token->sibling) in json_parse() 356 curr_token->sibling->parent = curr_token->parent; in json_parse() 357 curr_token = curr_token->sibling; in json_parse() 486 json_free(json->sibling); in json_free() 500 for (token = json->child; token; token = token->sibling) { in json_get_member() 592 json_print_token(token->sibling, depth, buf, buflen); in json_print_token()
|
| H A D | json.h | 31 struct json_token *parent, *child, *sibling; member
|
| /freebsd-14.2/share/examples/pf/ |
| H A D | queue4 | 9 # respectively. These sibling departments can use more than their linkshare 10 # whenever there is no backlogged sibling queue but when a queue gets
|
| /freebsd-14.2/cddl/usr.sbin/zfsd/ |
| H A D | zfsd_event.cc | 467 Vdev sibling = *siblings_it; in TryDetach() local 469 if (!sibling.IsSpare() && in TryDetach() 470 sibling.State() == VDEV_STATE_HEALTHY) { in TryDetach()
|
| /freebsd-14.2/sys/modules/linux64/ |
| H A D | Makefile | 68 -fno-omit-frame-pointer -foptimize-sibling-calls \ 75 -fno-omit-frame-pointer -foptimize-sibling-calls \
|
| /freebsd-14.2/sys/conf/ |
| H A D | Makefile.riscv | 40 CFLAGS += -fno-omit-frame-pointer -fno-optimize-sibling-calls
|
| /freebsd-14.2/contrib/llvm-project/lld/docs/MachO/ |
| H A D | index.rst | 26 by its sibling file ``lld``, as ``ld64.lld`` is technically a symlink to ``lld``. 45 by its sibling file ``lld``, as ``ld64.lld`` is technically a symlink to ``lld``.
|
| /freebsd-14.2/sys/dev/cxgbe/ |
| H A D | t4_if.m | 45 # Called by the PF4 driver on each sibling device when the PF4 driver is 51 # Called by the PF4 driver on each sibling device when the PF4 driver is
|
| /freebsd-14.2/contrib/ncurses/ncurses/trace/ |
| H A D | trace_tries.c | 64 tree = tree->sibling; in recur_tries()
|
| /freebsd-14.2/sys/modules/linux/ |
| H A D | Makefile | 102 -fno-omit-frame-pointer -foptimize-sibling-calls ${VDSOFLAGS} \ 109 -fno-omit-frame-pointer -foptimize-sibling-calls ${VDSOFLAGS} \
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/power/supply/ |
| H A D | twl-charger.txt | 9 if there is a sibling of the BCI node which is compatible with
|
| H A D | twl4030-charger.yaml | 14 value in explicit configuration in device-tree. Rather if there is a sibling
|
| /freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBBlockExtensions.i | 51 …sibling = property(GetSibling, None, doc='''A read only property that returns the same result as G…
|
| /freebsd-14.2/sys/dev/ice/ |
| H A D | ice_sched.c | 376 if (p->sibling == node) { in ice_free_sched_node() 377 p->sibling = node->sibling; in ice_free_sched_node() 380 p = p->sibling; in ice_free_sched_node() 386 node->sibling; in ice_free_sched_node() 1053 new_node->sibling = NULL; in ice_sched_add_elems() 1060 while (prev->sibling) in ice_sched_add_elems() 1061 prev = prev->sibling; in ice_sched_add_elems() 1679 node = node->sibling; in ice_sched_get_vsi_node() 1711 node = node->sibling; in ice_sched_get_agg_node() 1819 node = node->sibling; in ice_sched_add_vsi_child_nodes() [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/usb/ |
| H A D | twlxxxx-usb.txt | 33 If a sibling node is compatible "ti,twl4030-bci", then it will find
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/arm/ |
| H A D | arm,versatile.yaml | 30 PCI host controller. Like the sibling board, it is done specifically
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-xray/ |
| H A D | xray-converter.cpp | 241 for (auto *sibling : CurrentStack->ExtraData.siblings) in findOrCreateStackNode() local 242 sibling->ExtraData.siblings.push_back(CurrentStack); in findOrCreateStackNode()
|