Searched refs:right (Results 1 – 9 of 9) sorted by relevance
/bionic/libstdc++/include/ |
D | typeinfo | 20 bool operator==(type_info const & right) const; 21 bool operator!=(type_info const & right) const; 22 bool before(type_info const & right) const; 25 type_info(type_info const & right); 26 type_info & operator=(type_info const & right);
|
/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 | 137 u_int left, right, tmp; in permute15() local 143 right = in & 0xff; in permute15() 152 tmp = ru_prf->prf8[(i << (8 - 1)) | right] & 0x7f; in permute15() 154 tmp = ru_prf->prf7[((i - 1) << (7 - 1)) | right]; in permute15() 156 left = right; in permute15() 157 right = tmp; in permute15() 160 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/bionic/ |
D | system_properties.cpp | 99 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() 571 uint_least32_t right_offset = atomic_load_explicit(&trie->right, memory_order_relaxed); in foreach_property() 573 const int err = foreach_property(to_prop_bt(&trie->right), propfn, cookie); in foreach_property()
|
/bionic/libc/kernel/uapi/drm/ |
D | qxl_drm.h | 82 uint32_t right; member
|
/bionic/ |
D | README.md | 37 jump to `fopen(3)`, say, it lands in the right place). 154 an invalid argument helps check that we're generating the right symbol 155 and have the right declaration in the header file. (And strace(1) can 245 `acov` will pull all coverage information from the device, push it to the right
|
/bionic/libc/ |
D | NOTICE | 4806 To the extent it has a right to do so, IBM grants an immunity from suit
|