Searched refs:right (Results 1 – 13 of 13) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
D | tsearch.c | 19 struct node_t *left, *right; member 40 &(*rootp)->right; /* T4: follow right branch */ in tsearch() 46 q->left = q->right = (struct node_t *)0; in tsearch() 69 &(*rootp)->right; /* follow right branch */ in tdelete() 73 r = (*rootp)->right; /* D1: */ in tdelete() 83 r->left = q->right; in tdelete() 85 q->right = (*rootp)->right; in tdelete() 97 if (root->left == (struct node_t *)0 && root->right == (struct node_t *)0) in trecurse() 104 if (root->right != (struct node_t *)0) in trecurse() 105 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/system_properties/ |
D | prop_area.cpp | 256 uint_least32_t right_offset = atomic_load_explicit(¤t->right, memory_order_relaxed); in find_prop_bt() 258 current = to_prop_bt(¤t->right); in find_prop_bt() 267 atomic_store_explicit(¤t->right, new_offset, memory_order_release); in find_prop_bt() 353 uint_least32_t right_offset = atomic_load_explicit(&trie->right, memory_order_relaxed); in foreach_property() 355 const int err = foreach_property(to_prop_bt(&trie->right), propfn, cookie); in foreach_property()
|
/bionic/libc/kernel/uapi/sound/ |
D | asound_fm.h | 44 unsigned char right; member
|
/bionic/libc/kernel/uapi/linux/tc_ematch/ |
D | tc_em_meta.h | 100 struct tcf_meta_val right; member
|
/bionic/libc/kernel/uapi/drm/ |
D | qxl_drm.h | 72 __u32 right; member
|
/bionic/libc/system_properties/include/system_properties/ |
D | prop_area.h | 76 atomic_uint_least32_t right; member
|
/bionic/ |
D | README.md | 46 jump to `fopen(3)`, say, it lands in the right place). 172 an invalid argument helps check that we're generating the right symbol 173 and have the right declaration in the header file, and that you correctly 294 `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 | 195 When a pointer is freed, do not free the memory right away, but add it to
|
/bionic/docs/ |
D | 32-bit-abi.md | 18 function `lseek64` were available right from the beginning in API 3. Secondly,
|
/bionic/libc/ |
D | Android.bp | 112 // warning since this is intended right now.
|
D | NOTICE | 4785 To the extent it has a right to do so, IBM grants an immunity from suit
|