Searched defs:x1 (Results 1 - 14 of 14) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dgmisc.c41 ULong *x, *x1, *xe, y; local
44 x = x1 = b->x;
53 *x1++ = (y | (*x << n)) & ALL_ON;
56 if ((*x1 = y) !=0)
57 x1++;
61 *x1++ = *x++;
63 if ((b->wds = x1 - b->x) == 0)
H A Dhexnan.c36 L_shift(x, x1, i) ULong *x; ULong *x1; int i;
38 L_shift(ULong *x, ULong *x1, int i)
49 } while(++x < x1);
60 ULong c, h, *x, *x1, *xe; local
71 x1 = xe = x;
84 if (x < x1 && i < 8)
85 L_shift(x, x1, i);
92 x1 = x;
127 if (x < x1
[all...]
H A Dsmisc.c181 ULong *x, *x0, x1, x2; local
189 x1 = x2 = x[n];
190 x1 >>= k;
191 x1 <<= k;
192 if (x1 != x2)
H A Dmisc.c467 ULong *x, *x1, *xe, z; local
477 x1 = b1->x;
479 *x1++ = 0;
487 *x1++ = *x << k | z;
491 if ((*x1 = z) !=0)
497 *x1++ = *x << k & 0xffff | z;
501 if (*x1 = z)
506 *x1++ = *x++;
/bionic/libc/arch-mips/string/
H A Dmemcmp.c157 reg_t x0 = a[0].uli, x1 = a[1].uli; local
162 if (x1 != y1)
163 return do_by_bitfields (x1, y1);
169 x0 = a[4].uli; x1 = a[5].uli;
174 if (x1 != y1)
175 return do_by_bitfields (x1, y1);
186 reg_t x0 = a[0].uli, x1 = a[1].uli; local
191 if (x1 != y1)
192 return do_by_bitfields (x1, y1);
246 reg_t x0 = a[0], x1 local
284 reg_t x0 = a[0], x1 = a[1], x2 = a[2], x3 = a[3]; local
[all...]
H A Dmemcpy.c247 reg_t x0 = b[0], x1 = b[1], x2 = b[2], x3 = b[3]; local
250 a[1] = x1;
267 reg_t x0 = b[0], x1 = b[1], x2 = b[2], x3 = b[3];
269 a[1] = x1;
/bionic/libc/kernel/uapi/linux/dvb/
H A Dosd.h50 int x1; member in struct:osd_cmd_s
/bionic/libc/upstream-netbsd/common/lib/libc/stdlib/
H A Drandom.c277 int x1, hi, lo, t; local
286 x1 = state[i - 1];
287 hi = x1 / 127773;
288 lo = x1 % 127773;
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/dvb/
H A Dosd.h50 int x1; member in struct:osd_cmd_s
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/dvb/
H A Dosd.h50 int x1; member in struct:osd_cmd_s
/bionic/libc/upstream-openbsd/lib/libc/crypt/
H A Dchacha_private.h91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local
124 x1 = j1;
141 QUARTERROUND( x1, x5, x9,x13)
145 QUARTERROUND( x1, x6,x11,x12)
150 x1 = PLUS(x1,j1);
168 x1 = XOR(x1,U8TO32_LITTLE(m + 4));
192 U32TO8_LITTLE(c + 4,x1);
/bionic/libc/kernel/uapi/drm/
H A Ddrm.h54 unsigned short x1; member in struct:drm_clip_rect
271 _DRM_VBLANK_RELATIVE = 0x1,
350 #define DRM_CAP_DUMB_BUFFER 0x1
355 #define DRM_PRIME_CAP_IMPORT 0x1
/bionic/libc/versioner-dependencies/common/kernel_uapi/drm/
H A Ddrm.h54 unsigned short x1; member in struct:drm_clip_rect
271 _DRM_VBLANK_RELATIVE = 0x1,
350 #define DRM_CAP_DUMB_BUFFER 0x1
355 #define DRM_PRIME_CAP_IMPORT 0x1
/bionic/tools/versioner/dependencies/common/kernel_uapi/drm/
H A Ddrm.h54 unsigned short x1; member in struct:drm_clip_rect
271 _DRM_VBLANK_RELATIVE = 0x1,
350 #define DRM_CAP_DUMB_BUFFER 0x1
355 #define DRM_PRIME_CAP_IMPORT 0x1

Completed in 855 milliseconds