Searched refs:left (Results 1 – 11 of 11) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
D | tsearch.c | 19 struct node_t *left, *right; member 39 &(*rootp)->left : /* T3: follow left branch */ in tsearch() 46 q->left = q->right = (struct node_t *)0; in tsearch() 68 &(*rootp)->left : /* follow left branch */ in tdelete() 74 if ((q = (*rootp)->left) == (struct node_t *)0) /* Left (struct node_t *)0? */ in tdelete() 77 if (r->left == (struct node_t *)0) { /* D2: Find successor */ in tdelete() 78 r->left = q; in tdelete() 81 for (q = r->left; q->left != (struct node_t *)0; q = r->left) in tdelete() 83 r->left = q->right; in tdelete() 84 q->left = (*rootp)->left; in tdelete() [all …]
|
/bionic/libc/upstream-openbsd/lib/libc/net/ |
D | res_random.c | 138 u_int left, right, tmp; in permute15() local 143 left = (in >> 8) & 0x7f; in permute15() 156 tmp ^= left; in permute15() 157 left = right; in permute15() 161 return (right << 8) | left; in permute15()
|
/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/ |
D | b_tgamma.c | 226 left = -0.3955078125, /* left boundary for rat. approx */ variable 236 if (y <= 1 + (left + x0)) { in small_gam() 247 for (ym1 = y - 1; ym1 > left + x0; y = ym1--, yy.a--) { in small_gam() 269 if (x < x0 + left) { in smaller_gam() 380 if (x >= 1 + left + x0) in tgamma()
|
/bionic/libc/system_properties/ |
D | prop_area.cpp | 243 uint_least32_t left_offset = atomic_load_explicit(¤t->left, memory_order_relaxed); in find_prop_trie_node() 245 current = to_prop_trie_node(¤t->left); in find_prop_trie_node() 254 atomic_store_explicit(¤t->left, new_offset, memory_order_release); in find_prop_trie_node() 340 uint_least32_t left_offset = atomic_load_explicit(&trie->left, memory_order_relaxed); in foreach_property() 342 const int err = foreach_property(to_prop_trie_node(&trie->left), propfn, cookie); in foreach_property()
|
/bionic/libc/kernel/uapi/sound/ |
D | asound_fm.h | 31 unsigned char left; member
|
/bionic/libc/kernel/uapi/linux/tc_ematch/ |
D | tc_em_meta.h | 87 struct tcf_meta_val left; member
|
/bionic/libc/kernel/uapi/drm/ |
D | qxl_drm.h | 58 __u32 left; member
|
/bionic/libc/system_properties/include/system_properties/ |
D | prop_area.h | 75 atomic_uint_least32_t left; member
|
/bionic/ |
D | README.md | 91 # are in. Those are left to individual kernels' ABIs. In an effort to -- 215 Most of the detail should actually be left to the man7.org page, with
|
/bionic/libc/kernel/uapi/linux/ |
D | videodev2.h | 130 __s32 left; member
|
/bionic/libc/malloc_debug/ |
D | README.md | 280 left on the list are verified.
|