Searched defs:bx (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/arch-mips/string/
H A Dmips_strlen.c43 if ((bx.b.B##__x) == 0) break;\
111 bitfields_t bx; local
112 bx.v = x;
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Ddmisc.c117 ULong *bx, *bxe, q, *sx, *sxe; local
136 bx = b->x;
137 bxe = bx + n;
150 y = *bx - (ys & 0xffffffffUL) - borrow;
152 *bx++ = y & 0xffffffffUL;
159 y = (*bx & 0xffff) - (ys & 0xffff) - borrow;
161 z = (*bx >> 16) - (zs & 0xffff) - borrow;
163 Storeinc(bx, z, y);
167 y = *bx - (ys & 0xffff) - borrow;
169 *bx
[all...]
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dsigcontext.h139 __u32 bx; member in struct:sigcontext_32
172 __u64 bx; member in struct:sigcontext_64

Completed in 111 milliseconds