Searched refs:right (Results 1 – 15 of 15) 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 | 259 uint_least32_t right_offset = atomic_load_explicit(¤t->right, memory_order_relaxed); in find_prop_trie_node() 261 current = to_prop_trie_node(¤t->right); in find_prop_trie_node() 270 atomic_store_explicit(¤t->right, new_offset, memory_order_release); in find_prop_trie_node() 356 uint_least32_t right_offset = atomic_load_explicit(&trie->right, memory_order_relaxed); in foreach_property() 358 const int err = foreach_property(to_prop_trie_node(&trie->right), propfn, cookie); in foreach_property()
|
/bionic/libc/kernel/uapi/sound/ |
D | asound_fm.h | 32 unsigned char right; member
|
/bionic/libc/kernel/uapi/linux/tc_ematch/ |
D | tc_em_meta.h | 88 struct tcf_meta_val right; member
|
/bionic/libc/kernel/uapi/drm/ |
D | qxl_drm.h | 60 __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 | 42 jump to `fopen(3)`, say, it lands in the right place). 187 2. Find the right header file to work in by looking up your system call 197 to include the appropriate `__INTRODUCED_IN()`, with the right API level 237 Add a test in the right file in tests/. We have one file per header, so if 242 that we're generating the right symbol and have the right declaration in
|
D | android-changes-for-ndk-developers.md | 104 If you're using the NDK, clang chooses the right option
|
/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 | 267 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,
|
D | clang_fortify_anatomy.md | 460 `__builtin_open`, since it's recognized right here. :)
|
/bionic/libc/ |
D | Android.bp | 93 // warning since this is intended right now.
|
D | NOTICE | 4456 To the extent it has a right to do so, IBM grants an immunity from suit
|