Searched refs:left (Results 1 - 25 of 41) sorted by relevance

12

/seL4-camkes-master/projects/musllibc/src/search/
H A Dtdestroy.c7 struct node *left; member in struct:node
17 tdestroy(r->left, freekey);
H A Dtsearch_avl.c12 struct node *left; member in struct:node
18 return (n->left ? n->left->height:0) - (n->right ? n->right->height:0);
23 if (n->left && n->left->height > n->height)
24 n->height = n->left->height;
32 n->right = r->left;
33 r->left = n;
40 struct node *l = n->left;
41 n->left
[all...]
/seL4-camkes-master/projects/musllibc/src/signal/
H A Dsigandset.c6 int sigandset(sigset_t *dest, const sigset_t *left, const sigset_t *right) argument
8 unsigned long i = 0, *d = (void*) dest, *l = (void*) left, *r = (void*) right;
H A Dsigorset.c6 int sigorset(sigset_t *dest, const sigset_t *left, const sigset_t *right) argument
8 unsigned long i = 0, *d = (void*) dest, *l = (void*) left, *r = (void*) right;
/seL4-camkes-master/tools/cogent/impl/fs/bilby/cogent/plat/linux/
H A Drbt.c69 struct rbt_node *left = node->rbt_left; local
72 node->rbt_left = left->rbt_right;
74 rbt_set_parent(left->rbt_right, node);
75 left->rbt_right = node;
77 rbt_set_parent(left, parent);
82 parent->rbt_right = left;
84 parent->rbt_left = left;
87 rbt->root = left;
88 rbt_set_parent(node, left);
247 struct rbt_node *old = node, *left; local
[all...]
/seL4-camkes-master/projects/musllibc/src/locale/
H A Dstrfmon.c12 int fill, nogrp, negpar, nosym, left, intl; local
29 left = 0;
46 left = 1;
64 if (!left && fw>w) w = fw;
H A Dpleval.c66 static int binop(struct st *st, int op, unsigned long left) argument
68 unsigned long a = left, b = st->r;
112 unsigned long left; local
119 st->r (left hand side value) and st->op are now set,
126 left = st->r;
128 if (binop(st, op, left))
/seL4-camkes-master/tools/cogent/impl/fs/bilby/c/
H A Drbt.c77 struct rbt_node *left = node->rbt_left; local
80 node->rbt_left = left->rbt_right;
82 rbt_set_parent(left->rbt_right, node);
83 left->rbt_right = node;
85 rbt_set_parent(left, parent);
90 parent->rbt_right = left;
92 parent->rbt_left = left;
95 root->rbt_node = left;
96 rbt_set_parent(node, left);
255 struct rbt_node *old = node, *left; local
[all...]
/seL4-camkes-master/projects/seL4_libs/libsel4allocman/src/utspace/
H A Dsplit.c133 struct utspace_split_node *left, *right; local
173 left = _new_node(alloc);
174 if (!left) {
175 ZF_LOGV("Failed to allocate left node");
181 _delete_node(alloc, left);
185 sel4_error = seL4_Untyped_Retype(node->ut.capPtr, seL4_UntypedObject, size_bits, left->ut.root, left->ut.dest,
186 left->ut.destDepth, left->ut.offset, 1);
188 _delete_node(alloc, left);
[all...]
/seL4-camkes-master/projects/picotcp/test/
H A Dtest_tftp_app_client.c36 int left = 1000; local
61 for(; left; left -= countdown) {
102 int left = 1000; local
134 for(; left; left -= countdown) {
/seL4-camkes-master/projects/musllibc/src/regex/
H A Dregcomp.c110 If there are more than one subexpressions in sequence, the `left' part
112 (catenation is left associative). */
114 tre_ast_node_t *left; member in struct:__anon465
135 tre_ast_node_t *left; member in struct:__anon467
188 tre_ast_new_union(tre_mem_t mem, tre_ast_node_t *left, tre_ast_node_t *right) argument
193 if (!left)
199 un->left = left;
201 node->num_submatches = left->num_submatches + right->num_submatches;
206 tre_ast_new_catenation(tre_mem_t mem, tre_ast_node_t *left, tre_ast_node_ argument
1359 tre_ast_node_t *left = cat->left; local
1442 tre_ast_node_t *left = uni->left; local
1587 tre_ast_node_t *left = tre_stack_pop_voidptr(stack); local
[all...]
/seL4-camkes-master/projects/camkes-tool/tools/
H A Dcamkes_lint.py68 isinstance(test.values[0].left, ast.Name) and \
74 if test.values[0].left.id not in args:
77 (options.filename.name, test.values[0].left.lineno,
78 test.values[0].left.id))
/seL4-camkes-master/projects/lwip/src/netif/ppp/polarssl/
H A Dmd4.c195 unsigned long left; local
200 left = ctx->total[0] & 0x3F;
201 fill = 64 - left;
209 if( left && ilen >= fill )
211 MEMCPY( (void *) (ctx->buffer + left),
216 left = 0;
228 MEMCPY( (void *) (ctx->buffer + left),
H A Dmd5.c214 unsigned long left; local
219 left = ctx->total[0] & 0x3F;
220 fill = 64 - left;
228 if( left && ilen >= fill )
230 MEMCPY( (void *) (ctx->buffer + left),
235 left = 0;
247 MEMCPY( (void *) (ctx->buffer + left),
H A Dsha1.c248 unsigned long left; local
253 left = ctx->total[0] & 0x3F;
254 fill = 64 - left;
262 if( left && ilen >= fill )
264 MEMCPY( (void *) (ctx->buffer + left),
269 left = 0;
281 MEMCPY( (void *) (ctx->buffer + left),
/seL4-camkes-master/tools/rumprun/lib/librumprun_base/
H A Dconfig.c119 handle_cmdline(jsmntok_t *t, int left, char *data) argument
233 handle_rc(jsmntok_t *t, int left, char *data) argument
250 handle_env(jsmntok_t *t, int left, char *data) argument
262 handle_hostname(jsmntok_t *t, int left, char *data) argument
336 handle_net(jsmntok_t *t, int left, char *data) argument
349 if (left < 2*objsize + 1) {
545 handle_blk(jsmntok_t *t, int left, char *data) argument
556 if (left < 2*objsize + 1) {
804 int left; local
807 left
[all...]
H A Dsysproxy.c559 size_t left; local
568 left = HDRSZ - spc->spc_off;
570 n = host_read(fd, (uint8_t*)&spc->spc_hdr + spc->spc_off, left);
606 left = framelen - spc->spc_off;
608 DPRINTF(("rump_sp: readframe getting body at offset %zu, left %zu\n",
609 spc->spc_off, left));
611 if (left == 0)
613 n = host_read(fd, spc->spc_buf + (spc->spc_off - HDRSZ), left);
623 left -= n;
626 if (left
[all...]
/seL4-camkes-master/projects/lwip/src/core/ipv4/
H A Dip4_frag.c751 u16_t left, fragsize; local
772 left = (u16_t)(p->tot_len - IP_HLEN);
774 while (left) {
776 fragsize = LWIP_MIN(left, (u16_t)(nfb * 8));
852 last = (left <= netif->mtu - IP_HLEN);
883 left = (u16_t)(left - fragsize);
/seL4-camkes-master/projects/lwip/src/core/ipv6/
H A Dip6_frag.c732 u16_t left, cop; local
745 left = (u16_t)(p->tot_len - IP6_HLEN);
747 while (left) {
748 last = (left <= nfb);
751 cop = last ? left : nfb;
856 left = (u16_t)(left - cop);
/seL4-camkes-master/projects/util_libs/libutils/include/utils/
H A Dsglib.h728 #define SGLIB___BIN_TREE_MAP_ON_ELEMENTS(type, tree, iteratedVariable, order, left, right, command) {\
750 _cn_ = _cn_->left;\
773 #define SGLIB_BIN_TREE_MAP_ON_ELEMENTS(type, tree, _current_element_, left, right, command) {\
774 SGLIB___BIN_TREE_MAP_ON_ELEMENTS(type, tree, _current_element_, 1, left, right, command);\
777 #define SGLIB_BIN_TREE_MAP_ON_ELEMENTS_PREORDER(type, tree, _current_element_, left, right, command) {\
778 SGLIB___BIN_TREE_MAP_ON_ELEMENTS(type, tree, _current_element_, 0, left, right, command);\
781 #define SGLIB_BIN_TREE_MAP_ON_ELEMENTS_POSTORDER(type, tree, _current_element_, left, right, command) {\
782 SGLIB___BIN_TREE_MAP_ON_ELEMENTS(type, tree, _current_element_, 2, left, right, command);\
785 #define SGLIB___BIN_TREE_FIND_MEMBER(type, tree, elem, left, right, comparator, res) {\
791 if (_c_ < 0) _s_ = _s_->left;\
[all...]
/seL4-camkes-master/projects/lwip/src/apps/http/
H A Dhttpd.c258 u32_t left; /* Number of unsent bytes in buf. */ member in struct:http_state
1172 hs->left = count;
1200 len = (u16_t)LWIP_MIN(hs->left, 0xffff);
1206 hs->left -= len;
1244 hs->left -= len;
1253 LWIP_DEBUGF(HTTPD_DEBUG, ("State %d, %d left\n", ssi->tag_state, (int)ssi->parse_left));
1426 hs->left -= len;
1470 hs->left -= len;
1484 /* Do we still have insert data left to send? */
1532 hs->left
[all...]
/seL4-camkes-master/projects/lwip/src/core/
H A Dtcp_in.c101 static void tcp_add_sack(struct tcp_pcb *pcb, u32_t left, u32_t right);
891 /* If there's nothing left to acknowledge, stop the retransmit
1293 /* If there's nothing left to acknowledge, stop the retransmit
1654 pcb->rcv_sacks[0].left = seqno;
1672 /* This is the left edge of the lowest possible SACK range.
2043 * @param left the left side of the SACK (the first sequence number)
2047 tcp_add_sack(struct tcp_pcb *pcb, u32_t left, u32_t right) argument
2052 if ((pcb->flags & TF_SACK) == 0 || !TCP_SEQ_LT(left, right)) {
2061 /* We only want to use SACK at [i] if it doesn't overlap with left
[all...]
H A Dpbuf.c393 * be skipped and left unchanged. The new last pbuf in the chain will be
1030 u16_t left = 0; local
1049 MEMCPY(&((char *)dataptr)[left], &((char *)p->payload)[offset], buf_copy_len);
1051 left = (u16_t)(left + buf_copy_len);
/seL4-camkes-master/projects/seL4_projects_libs/libsel4vm/src/
H A Dguest_memory.c59 struct res_tree *left; member in struct:res_tree
80 SGLIB_DEFINE_RBTREE_PROTOTYPES(res_tree, left, right, color_field, reservation_node_cmp);
81 SGLIB_DEFINE_RBTREE_FUNCTIONS(res_tree, left, right, color_field, reservation_node_cmp);
273 ZF_LOGW("Unable to find reservation for addr: 0x%x, memory fault left unhandled", addr);
288 ZF_LOGW("Unable to find anoymous reservation for addr: 0x%x, memory fault left unhandled", addr);
507 * If failed its left to the caller to update the memory map iterator */
/seL4-camkes-master/projects/lwip/src/include/lwip/
H A Dtcp.h158 * SACK entry is invalid if left==right. */
161 u32_t left; member in struct:tcp_sack_range
289 /* SACK ranges to include in ACK packets (entry is invalid if left==right) */
291 #define LWIP_TCP_SACK_VALID(pcb, idx) ((pcb)->rcv_sacks[idx].left != (pcb)->rcv_sacks[idx].right)

Completed in 269 milliseconds

12