| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_rbtree.c | 36 node->left = sentinel; in ngx_rbtree_insert() 115 node->left = sentinel; in ngx_rbtree_insert_value() 150 node->left = sentinel; in ngx_rbtree_insert_timer_value() 172 temp = node->left; in ngx_rbtree_delete() 190 node->left = NULL; in ngx_rbtree_delete() 220 subst->left = node->left; in ngx_rbtree_delete() 246 node->left = NULL; in ngx_rbtree_delete() 330 node->right = temp->left; in ngx_rbtree_left_rotate() 348 temp->left = node; in ngx_rbtree_left_rotate() 359 temp = node->left; in ngx_rbtree_right_rotate() [all …]
|
| H A D | ngx_radix_tree.c | 37 tree->root->left = NULL; in ngx_radix_tree_create() 125 next = node->left; in ngx_radix32tree_insert() 152 next->left = NULL; in ngx_radix32tree_insert() 160 node->left = next; in ngx_radix32tree_insert() 187 node = node->left; in ngx_radix32tree_delete() 256 node = node->left; in ngx_radix32tree_find() 287 next = node->left; in ngx_radix128tree_insert() 322 next->left = NULL; in ngx_radix128tree_insert() 330 node->left = next; in ngx_radix128tree_insert() 367 node = node->left; in ngx_radix128tree_delete() [all …]
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ipf_rb.h | 14 struct _t *left; \ 44 tmp2 = tmp1->_f.left; \ 53 parent->_f.left = tmp1; \ 54 tmp1->_f.left = node; \ 65 tmp1 = node->_f.left; \ 67 node->_f.left = tmp2; \ 75 parent->_f.left = tmp1; \ 92 p = &n->_f.left; \ 236 while ((left = node->_f.left) != &_n##_rb_zero) \ 237 node = left; \ [all …]
|
| H A D | radix_ipf.c | 160 cur = cur->left; 396 cur = cur->left; 411 nodes[1].left = cur; 474 cur = nodes[1].left; 559 if (prev->left == x) 630 node->left = found->left; 667 cur->left = parent->left; 675 parent->left = (found + 1)->left; 695 cur->left = parent->left; 776 node = node->left; [all …]
|
| /f-stack/dpdk/lib/librte_cmdline/ |
| H A D | cmdline_rdline.c | 122 cirbuf_align_left(&rdl->left); in rdline_get_buffer() 198 cirbuf_del_tail(&rdl->left); in rdline_char_in() 221 cirbuf_del_tail(&rdl->left); in rdline_char_in() 228 cirbuf_del_tail(&rdl->left); in rdline_char_in() 257 CIRBUF_GET_LEN(&rdl->left)); in rdline_char_in() 260 cirbuf_del_tail(&rdl->left); in rdline_char_in() 303 while (! CIRBUF_IS_EMPTY(&rdl->left) && isblank2(cirbuf_get_tail(&rdl->left))) { in rdline_char_in() 305 cirbuf_del_tail(&rdl->left); in rdline_char_in() 307 while (! CIRBUF_IS_EMPTY(&rdl->left) && !isblank2(cirbuf_get_tail(&rdl->left))) { in rdline_char_in() 309 cirbuf_del_tail(&rdl->left); in rdline_char_in() [all …]
|
| /f-stack/tools/libxo/tests/core/saved/ |
| H A D | test_12.J.out | 1 …left","color":"blue","time":"3:45"}, {"name":"thing","color":"green","time":"2:15","hand":"left","…
|
| H A D | test_12.JP.out | 11 "hand": "left", 19 "hand": "left", 27 "hand": "left", 35 "hand": "left", 43 "hand": "left", 51 "hand": "left", 59 "hand": "left", 67 "hand": "left", 75 "hand": "left", 83 "hand": "left",
|
| H A D | test_12.XP.out | 9 <hand>left</hand> 17 <hand>left</hand> 25 <hand>left</hand> 33 <hand>left</hand> 41 <hand>left</hand> 49 <hand>left</hand> 57 <hand>left</hand> 65 <hand>left</hand> 73 <hand>left</hand> 81 <hand>left</hand>
|
| H A D | test_12.X.out | 1 …left</hand><color>blue</color><time>3:45</time></thing><thing><name>thing</name><color>green</colo…
|
| H A D | test_12.E.out | 11 op string: [hand] [left] [0] 19 op string: [hand] [left] [0] 27 op string: [hand] [left] [0] 35 op string: [hand] [left] [0] 43 op string: [hand] [left] [0] 51 op string: [hand] [left] [0] 59 op string: [hand] [left] [0] 67 op string: [hand] [left] [0] 75 op string: [hand] [left] [0] 83 op string: [hand] [left] [0]
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_tee.c | 75 struct hookinfo left; member 174 if (privdata->left.dest) in ng_tee_newhook() 175 privdata->left.dup = privdata->left.dest; in ng_tee_newhook() 179 hinfo = &privdata->left; in ng_tee_newhook() 192 if (privdata->left.dest) in ng_tee_newhook() 235 bcopy(&sc->left.stats, &stats->left, in ng_tee_rcvmsg() 236 sizeof(stats->left)); in ng_tee_rcvmsg() 245 bzero(&sc->left.stats, in ng_tee_rcvmsg() 376 sc->left.dest = sc->left.dup; in ng_tee_disconnect() 377 sc->left.dup = NULL; in ng_tee_disconnect() [all …]
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | uncompr.c | 36 uLong len, left; local 41 left = *destLen; 45 left = 1; 63 stream.avail_out = left > (uLong)max ? max : (uInt)left; 64 left -= stream.avail_out; 77 left = 1; 82 err == Z_BUF_ERROR && left + stream.avail_out ? Z_DATA_ERROR :
|
| H A D | inftrees.c | 46 int left; /* number of prefix codes available */ local 131 left = 1; 133 left <<= 1; 134 left -= count[len]; 135 if (left < 0) return -1; /* over-subscribed */ 137 if (left > 0 && (type == CODES || max != 1)) 268 left = (int)(1 << curr); 270 left -= count[curr + drop]; 271 if (left <= 0) break; 273 left <<= 1;
|
| H A D | infback.c | 131 left = strm->avail_out; \ 142 strm->avail_out = left; \ 212 if (left == 0) { \ 214 left = state->wsize; \ 215 state->whave = left; \ 287 left = state->wsize; 346 if (copy > left) copy = left; 350 left -= copy; 518 left--; 595 copy = left; [all …]
|
| H A D | compress.c | 32 uLong left; local 34 left = *destLen; 51 stream.avail_out = left > (uLong)max ? max : (uInt)left; 52 left -= stream.avail_out;
|
| /f-stack/app/redis-5.0.5/deps/lua/doc/ |
| H A D | lua.css | 7 margin-left: 30px ; 19 padding-left: 30px ; 21 margin-left: -30px ; 26 padding-left: 0.5em ; 27 border-left: solid #E0E0FF 1em ; 31 padding-left: 0px ; 32 border-left: none ; 80 padding-left: 20px ;
|
| /f-stack/freebsd/contrib/dev/acpica/compiler/ |
| H A D | dtparser.y | 205 %left <op> OP_EXP_LOGICAL_OR 206 %left <op> OP_EXP_LOGICAL_AND 207 %left <op> OP_EXP_OR 208 %left <op> OP_EXP_XOR 209 %left <op> OP_EXP_AND 210 %left <op> OP_EXP_EQUAL OP_EXP_NOT_EQUAL 211 %left <op> OP_EXP_GREATER OP_EXP_LESS OP_EXP_GREATER_EQUAL OP_EXP_LESS_EQUAL 212 %left <op> OP_EXP_SHIFT_RIGHT OP_EXP_SHIFT_LEFT 213 %left <op> OP_EXP_ADD OP_EXP_SUBTRACT 214 %left <op> OP_EXP_MULTIPLY OP_EXP_DIVIDE OP_EXP_MODULO
|
| H A D | prparser.y | 205 %left <op> EXPOP_LOGICAL_OR 206 %left <op> EXPOP_LOGICAL_AND 207 %left <op> EXPOP_OR 208 %left <op> EXPOP_XOR 209 %left <op> EXPOP_AND 210 %left <op> EXPOP_EQUAL EXPOP_NOT_EQUAL 211 %left <op> EXPOP_GREATER EXPOP_LESS EXPOP_GREATER_EQUAL EXPOP_LESS_EQUAL 212 %left <op> EXPOP_SHIFT_RIGHT EXPOP_SHIFT_LEFT 213 %left <op> EXPOP_ADD EXPOP_SUBTRACT 214 %left <op> EXPOP_MULTIPLY EXPOP_DIVIDE EXPOP_MODULO
|
| /f-stack/tools/libxo/doc/_static/ |
| H A D | basic.css_t | 51 float: left; 53 margin-left: -100%; 65 margin-left: 20px; 114 text-align: left; 150 text-align: left; 252 img.align-left, .figure.align-left, object.align-left { 253 clear: left; 254 float: left; 266 margin-left: auto; 270 .align-left { [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | subr_mchain.c | 276 long left; in mb_put_uio() local 285 if (left == 0) { in mb_put_uio() 290 if (left > size) in mb_put_uio() 291 left = size; in mb_put_uio() 296 uiop->uio_resid -= left; in mb_put_uio() 300 size -= left; in mb_put_uio() 530 long left; in md_get_uio() local 538 if (left == 0) { in md_get_uio() 544 if (left > size) in md_get_uio() 545 left = size; in md_get_uio() [all …]
|
| /f-stack/freebsd/contrib/libb2/ |
| H A D | blake2sp.c | 118 size_t left = S->buflen; in blake2sp_update() local 119 size_t fill = sizeof( S->buf ) - left; in blake2sp_update() 121 if( left && inlen >= fill ) in blake2sp_update() 123 memcpy( S->buf + left, in, fill ); in blake2sp_update() 130 left = 0; in blake2sp_update() 159 memcpy( S->buf + left, in, inlen ); in blake2sp_update() 161 S->buflen = ( uint32_t ) left + ( uint32_t ) inlen; in blake2sp_update() 176 size_t left = S->buflen - i * BLAKE2S_BLOCKBYTES; in blake2sp_final() local 178 if( left > BLAKE2S_BLOCKBYTES ) left = BLAKE2S_BLOCKBYTES; in blake2sp_final() 253 const size_t left = inlen__ - id__ * BLAKE2S_BLOCKBYTES; in blake2sp() local [all …]
|
| H A D | blake2bp.c | 121 size_t left = S->buflen; in blake2bp_update() local 122 size_t fill = sizeof( S->buf ) - left; in blake2bp_update() 124 if( left && inlen >= fill ) in blake2bp_update() 126 memcpy( S->buf + left, in, fill ); in blake2bp_update() 133 left = 0; in blake2bp_update() 162 memcpy( S->buf + left, in, inlen ); in blake2bp_update() 164 S->buflen = ( uint32_t ) left + ( uint32_t ) inlen; in blake2bp_update() 180 size_t left = S->buflen - i * BLAKE2B_BLOCKBYTES; in blake2bp_final() local 182 if( left > BLAKE2B_BLOCKBYTES ) left = BLAKE2B_BLOCKBYTES; in blake2bp_final() 254 const size_t left = inlen__ - id__ * BLAKE2B_BLOCKBYTES; in blake2bp() local [all …]
|
| /f-stack/tools/libxo/xohtml/ |
| H A D | xohtml.css | 19 padding-left: 20px; 371 float: left; 423 float: left; 435 float: left; 459 float: left; 530 float: left; 615 float: left; 738 float: left; 814 float: left; 828 float: left; [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/input/ |
| H A D | gpio-mouse.txt | 11 - left-gpios: GPIO line phandle to the line indicating "left" 15 - button-left-gpios: GPIO line handle to the left mouse button 27 left-gpios = <&gpio0 2 GPIO_ACTIVE_LOW>; 29 button-left-gpios = <&gpio0 4 GPIO_ACTIVE_LOW>;
|
| /f-stack/freebsd/contrib/openzfs/module/avl/ |
| H A D | avl.c | 144 int right = 1 - left; in avl_walk() 310 int right = 1 - left; in avl_rotation() 363 node->avl_child[left] = cright; in avl_rotation() 366 AVL_SETCHILD(cright, left); in avl_rotation() 425 gleft = gchild->avl_child[left]; in avl_rotation() 433 node->avl_child[left] = gright; in avl_rotation() 436 AVL_SETCHILD(gright, left); in avl_rotation() 456 AVL_SETCHILD(child, left); in avl_rotation() 678 int left; in avl_remove() local 704 right = 1 - left; in avl_remove() [all …]
|