| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_rbtree.c | 37 node->right = sentinel; in ngx_rbtree_insert() 116 node->right = sentinel; in ngx_rbtree_insert_value() 151 node->right = sentinel; in ngx_rbtree_insert_timer_value() 168 temp = node->right; in ngx_rbtree_delete() 191 node->right = NULL; in ngx_rbtree_delete() 221 subst->right = node->right; in ngx_rbtree_delete() 247 node->right = NULL; in ngx_rbtree_delete() 329 temp = node->right; in ngx_rbtree_left_rotate() 330 node->right = temp->left; in ngx_rbtree_left_rotate() 360 node->left = temp->right; in ngx_rbtree_right_rotate() [all …]
|
| H A D | ngx_radix_tree.c | 36 tree->root->right = NULL; in ngx_radix_tree_create() 122 next = node->right; in ngx_radix32tree_insert() 151 next->right = NULL; in ngx_radix32tree_insert() 157 node->right = next; in ngx_radix32tree_insert() 184 node = node->right; in ngx_radix32tree_delete() 253 node = node->right; in ngx_radix32tree_find() 284 next = node->right; in ngx_radix128tree_insert() 321 next->right = NULL; in ngx_radix128tree_insert() 327 node->right = next; in ngx_radix128tree_insert() 364 node = node->right; in ngx_radix128tree_delete() [all …]
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ipf_rb.h | 15 struct _t *right; \ 43 tmp1 = node->_f.right; \ 45 node->_f.right = tmp2; \ 49 head->top._f.right = tmp1; \ 51 parent->_f.right = tmp1; \ 66 tmp2 = tmp1->_f.right; \ 73 parent->_f.right = tmp1; \ 76 tmp1->_f.right = node; \ 89 p = &head->top._f.right; \ 94 p = &n->_f.right; \ [all …]
|
| H A D | radix_ipf.c | 158 cur = cur->right; 394 cur = cur->right; 403 prev->right = &nodes[1]; 408 nodes[1].right = cur; 463 cur = nodes[1].right; 629 node->right = found->right; 636 parent->right= node; 658 cur->right = parent->right; 677 parent->right = (found + 1)->right; 700 cur->right = parent->right; [all …]
|
| /f-stack/dpdk/lib/librte_cmdline/ |
| H A D | cmdline_rdline.c | 123 cirbuf_align_left(&rdl->right); in rdline_get_buffer() 147 if (!CIRBUF_IS_EMPTY(&rdl->right)) in display_right_buffer() 149 CIRBUF_GET_LEN(&rdl->right)); in display_right_buffer() 209 cirbuf_del_head(&rdl->right); in rdline_char_in() 240 cirbuf_del_head(&rdl->right); in rdline_char_in() 247 cirbuf_del_head(&rdl->right); in rdline_char_in() 273 cirbuf_del_head(&rdl->right); in rdline_char_in() 316 while (! CIRBUF_IS_EMPTY(&rdl->right) && isblank2(cirbuf_get_head(&rdl->right))) in rdline_char_in() 317 cirbuf_del_head(&rdl->right); in rdline_char_in() 318 while (! CIRBUF_IS_EMPTY(&rdl->right) && !isblank2(cirbuf_get_head(&rdl->right))) in rdline_char_in() [all …]
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_tee.c | 76 struct hookinfo right; member 173 hinfo = &privdata->right; in ng_tee_newhook() 180 if (privdata->right.dest) in ng_tee_newhook() 181 privdata->right.dup = privdata->right.dest; in ng_tee_newhook() 186 if (privdata->right.dest) in ng_tee_newhook() 233 bcopy(&sc->right.stats, &stats->right, in ng_tee_rcvmsg() 234 sizeof(stats->right)); in ng_tee_rcvmsg() 243 bzero(&sc->right.stats, in ng_tee_rcvmsg() 381 sc->right.dest = sc->right.dup; in ng_tee_disconnect() 382 sc->right.dup = NULL; in ng_tee_disconnect() [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | subr_capability.c | 169 idx = CAPIDXBIT(right); in right_to_index() 177 uint64_t right; in cap_rights_vset() local 187 if (right == 0) in cap_rights_vset() 190 i = right_to_index(right); in cap_rights_vset() 202 uint64_t right; in cap_rights_vclear() local 212 if (right == 0) in cap_rights_vclear() 215 i = right_to_index(right); in cap_rights_vclear() 227 uint64_t right; in cap_rights_is_vset() local 237 if (right == 0) in cap_rights_is_vset() 240 i = right_to_index(right); in cap_rights_is_vset() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/input/ |
| H A D | gpio-mouse.txt | 12 - right-gpios: GPIO line phandle to the line indicating "right" 17 - button-right-gpios: GPIO line handle to the right mouse button 28 right-gpios = <&gpio0 3 GPIO_ACTIVE_LOW>; 31 button-right-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
|
| /f-stack/freebsd/sys/ |
| H A D | capsicum.h | 307 #define CAPRVER(right) ((int)((right) >> 62)) argument 310 #define CAPIDXBIT(right) ((int)(((right) >> 57) & 0x1F)) argument 359 #define cap_rights_init_one(r, right) ({ \ argument 360 CTASSERT(CAPRVER(right) == CAP_RIGHTS_VERSION); \ 363 _r->cr_rights[CAPIDXBIT(right) - 1] |= right; \ 367 #define cap_rights_set_one(r, right) ({ \ argument 368 CTASSERT(CAPRVER(right) == CAP_RIGHTS_VERSION); \ 370 _r->cr_rights[CAPIDXBIT(right) - 1] |= right; \
|
| /f-stack/tools/libxo/doc/_static/ |
| H A D | basic.css_t | 39 div.related li.right { 40 float: right; 41 margin-right: 5px; 258 img.align-right, .figure.align-right, object.align-right { 260 float: right; 267 margin-right: auto; 278 .align-right { 290 float: right; 604 float: right; 608 float: right; [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/avl/ |
| H A D | avl.c | 144 int right = 1 - left; in avl_walk() local 174 if (was_child == right) in avl_walk() 310 int right = 1 - left; in avl_rotation() local 372 child->avl_child[right] = node; in avl_rotation() 374 AVL_SETCHILD(node, right); in avl_rotation() 439 child->avl_child[right] = gleft; in avl_rotation() 442 AVL_SETCHILD(gleft, right); in avl_rotation() 458 gchild->avl_child[right] = node; in avl_rotation() 461 AVL_SETCHILD(node, right); in avl_rotation() 679 int right; in avl_remove() local [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-cred.c | 31 unsigned int left, right, mid; in cr_groups_search() local 38 right = group_info->ngroups; in cr_groups_search() 39 while (left < right) { in cr_groups_search() 40 mid = (left + right) / 2; in cr_groups_search() 47 right = mid; in cr_groups_search()
|
| /f-stack/dpdk/lib/librte_rib/ |
| H A D | rte_rib.c | 34 struct rte_rib_node *right; member 61 return node->parent->right == node; in is_right_node() 184 (tmp->parent->right == NULL))) { in rte_rib_get_nxt() 191 tmp = (tmp->parent) ? tmp->parent->right : NULL; in rte_rib_get_nxt() 201 tmp = (tmp->left) ? tmp->left : tmp->right; in rte_rib_get_nxt() 218 if ((cur->left != NULL) && (cur->right != NULL)) in rte_rib_remove() 231 cur->parent->right = child; in rte_rib_remove() 268 new_node->right = NULL; in rte_rib_insert() 311 new_node->right = *tmp; in rte_rib_insert() 333 common_node->right = *tmp; in rte_rib_insert() [all …]
|
| H A D | rte_rib6.c | 33 struct rte_rib6_node *right; member 60 return node->parent->right == node; in is_right_node() 217 (tmp->parent->right == NULL))) { in rte_rib6_get_nxt() 234 tmp = (tmp->left != NULL) ? tmp->left : tmp->right; in rte_rib6_get_nxt() 252 if ((cur->left != NULL) && (cur->right != NULL)) in rte_rib6_remove() 254 child = (cur->left == NULL) ? cur->right : cur->left; in rte_rib6_remove() 265 cur->parent->right = child; in rte_rib6_remove() 308 new_node->right = NULL; in rte_rib6_insert() 368 new_node->right = *tmp; in rte_rib6_insert() 390 common_node->right = *tmp; in rte_rib6_insert() [all …]
|
| /f-stack/freebsd/contrib/ck/src/ |
| H A D | ck_barrier_combining.c | 106 tnode->left = tnode->right = NULL; in ck_barrier_combining_group_init() 125 if (node->right == NULL) { in ck_barrier_combining_group_init() 126 ck_barrier_combining_insert(node, tnode, &node->right); in ck_barrier_combining_group_init() 135 ck_barrier_combining_queue_enqueue(&queue, node->right); in ck_barrier_combining_group_init() 151 init_root->parent = init_root->left = init_root->right = NULL; in ck_barrier_combining_init()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/panel/ |
| H A D | sharp,lq101r1sx01.txt | 4 - left-right: each channel drives the left or right half of the screen 10 to the peripheral driven by the second link (DSI-LINK2, right or odd). 13 pixels and DSI-LINK2 always provides the right/odd pixels. In command mode it 14 is possible to program either link to drive the left/even or right/odd pixels
|
| H A D | sharp,lq101r1sx01.yaml | 14 - left-right: each channel drives the left or right half of the screen 20 to the peripheral driven by the second link (DSI-LINK2, right or odd). 23 pixels and DSI-LINK2 always provides the right/odd pixels. In command mode it 24 is possible to program either link to drive the left/even or right/odd pixels
|
| /f-stack/tools/libxo/xohtml/ |
| H A D | xohtml.css | 235 float: right; 273 padding-right: 0px; 300 padding-right: 8px; 311 margin-right: 10px; 330 margin-right: 2px; 372 margin-right: 5px; 480 margin-right: 4px; 492 margin-right: 4px; 526 float: right; 542 margin-right: 5px; [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | cs35l32.txt | 29 0 = Left/right channels VMON[11:0], IMON[11:0], VPMON[7:0]. 30 1 = Left/right channels VMON[11:0], IMON[11:0], STATUS. 31 2 = (Default) left/right channels VMON[15:0], IMON [15:0]. 32 3 = Left/right channels VPMON[7:0], STATUS.
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | stats.c | 246 COL(size, right, 20, size) in stats_arena_bins_print() 247 COL(ind, right, 4, unsigned) in stats_arena_bins_print() 252 COL(curregs, right, 13, size) in stats_arena_bins_print() 253 COL(curslabs, right, 13, size) in stats_arena_bins_print() 254 COL(regs, right, 5, unsigned) in stats_arena_bins_print() 255 COL(pgs, right, 4, size) in stats_arena_bins_print() 258 COL(util, right, 6, title) in stats_arena_bins_print() 259 COL(nfills, right, 13, uint64) in stats_arena_bins_print() 261 COL(nslabs, right, 13, uint64) in stats_arena_bins_print() 437 COL(size, right, 20, size) in stats_arena_lextents_print() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/phy/ |
| H A D | ti,phy-am654-serdes.txt | 23 reference clock and right input clock in that order. 26 left output clock and right output clock in that order. 48 reference clock as indicated by <&k3_clks 153 1> and right input 50 right input of SERDES0 is connected to the left output of SERDES1). 54 reference clock and the third refers to the right output reference clock.
|
| H A D | bcm-ns-usb2-phy.txt | 6 - reg-names: "dmu", the only needed & supported reg right now 8 - clock-names: "phy-ref-clk", the only needed & supported clock right now
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | sun4i-a10-inet9f-rev03.dts | 74 left-joystick-right { 98 right-joystick-left { 106 right-joystick-right { 114 right-joystick-up { 122 right-joystick-down { 138 dpad-right { 204 top-right {
|
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | ef10_filter.c | 429 __in const efx_filter_spec_t *right) in ef10_filter_equal() argument 442 if (left->efs_rem_port != right->efs_rem_port) in ef10_filter_equal() 444 if (left->efs_loc_port != right->efs_loc_port) in ef10_filter_equal() 446 if (left->efs_inner_vid != right->efs_inner_vid) in ef10_filter_equal() 448 if (left->efs_outer_vid != right->efs_outer_vid) in ef10_filter_equal() 450 if (left->efs_ether_type != right->efs_ether_type) in ef10_filter_equal() 452 if (left->efs_ip_proto != right->efs_ip_proto) in ef10_filter_equal() 454 if (left->efs_encap_type != right->efs_encap_type) in ef10_filter_equal() 470 __in const efx_filter_spec_t *right) in ef10_filter_same_dest() argument 473 (right->efs_flags & EFX_FILTER_FLAG_RX_RSS)) { in ef10_filter_same_dest() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mfd/ |
| H A D | twl6040.txt | 28 - vddvibr-supply: Regulator for the right vibra motor 32 - ti,vibrdrv-res: Resistance parameter for right driver 34 - ti,viblmotor-res: Resistance parameter for right motor
|