Searched refs:right (Results 1 – 10 of 10) 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 | 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 | 82 uint32_t right; member
|
/bionic/libc/bionic/ |
D | system_properties.cpp | 103 atomic_uint_least32_t right; member 453 … uint_least32_t right_offset = atomic_load_explicit(¤t->right, memory_order_relaxed); in find_prop_bt() 455 current = to_prop_bt(¤t->right); in find_prop_bt() 464 atomic_store_explicit(¤t->right, new_offset, memory_order_release); in find_prop_bt() 623 uint_least32_t right_offset = atomic_load_explicit(&trie->right, memory_order_relaxed); in foreach_property() 625 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). 157 an invalid argument helps check that we're generating the right symbol 158 and have the right declaration in the header file. (And strace(1) can 250 `acov` will pull all coverage information from the device, push it to the right
|
/bionic/libc/malloc_debug/ |
D | README.md | 152 When a pointer is freed, do not free the memory right away, but add it to
|
/bionic/libc/ |
D | NOTICE | 4907 To the extent it has a right to do so, IBM grants an immunity from suit
|