Searched refs:right (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
D | tsearch.c | 20 struct node_t *left, *right; member 41 &(*rootp)->right; /* T4: follow right branch */ in tsearch() 47 q->left = q->right = (struct node_t *)0; in tsearch() 70 &(*rootp)->right; /* follow right branch */ in tdelete() 74 r = (*rootp)->right; /* D1: */ in tdelete() 84 r->left = q->right; in tdelete() 86 q->right = (*rootp)->right; in tdelete() 98 if (root->left == (struct node_t *)0 && root->right == (struct node_t *)0) in trecurse() 105 if (root->right != (struct node_t *)0) in trecurse() 106 trecurse(root->right, action, level + 1); in trecurse()
|
/bionic/libc/upstream-openbsd/lib/libc/net/ |
D | res_random.c | 138 u_int left, right, tmp; in permute15() local 144 right = in & 0xff; in permute15() 153 tmp = ru_prf->prf8[(i << (8 - 1)) | right] & 0x7f; in permute15() 155 tmp = ru_prf->prf7[((i - 1) << (7 - 1)) | right]; in permute15() 157 left = right; in permute15() 158 right = tmp; in permute15() 161 return (right << 8) | left; in permute15()
|
/bionic/libc/kernel/uapi/sound/ |
D | asound_fm.h | 50 unsigned char right; member
|
/bionic/libc/kernel/uapi/linux/tc_ematch/ |
D | tc_em_meta.h | 120 struct tcf_meta_val right; member
|
/bionic/libc/kernel/uapi/drm/ |
D | qxl_drm.h | 84 __u32 right; member
|
/bionic/libc/bionic/ |
D | system_properties.cpp | 115 atomic_uint_least32_t right; member 401 uint_least32_t right_offset = atomic_load_explicit(¤t->right, memory_order_relaxed); in find_prop_bt() 403 current = to_prop_bt(¤t->right); in find_prop_bt() 412 atomic_store_explicit(¤t->right, new_offset, memory_order_release); in find_prop_bt() 673 uint_least32_t right_offset = atomic_load_explicit(&trie->right, memory_order_relaxed); in foreach_property() 675 const int err = foreach_property(to_prop_bt(&trie->right), propfn, cookie); in foreach_property()
|
/bionic/ |
D | README.md | 37 jump to `fopen(3)`, say, it lands in the right place). 159 an invalid argument helps check that we're generating the right symbol 160 and have the right declaration in the header file, and that you correctly 283 `acov` will pull all coverage information from the device, push it to the right
|
/bionic/libc/malloc_debug/ |
D | README_marshmallow_and_earlier.md | 87 When a pointer is freed, do not free the memory right away, but add it to
|
D | README.md | 153 When a pointer is freed, do not free the memory right away, but add it to
|
/bionic/libc/ |
D | NOTICE | 5914 To the extent it has a right to do so, IBM grants an immunity from suit
|