Searched refs:xa (Results 1 - 12 of 12) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dsum.c42 ULong carry, *xc, *xa, *xb, *xe, y; local
55 xa = a->x;
61 y = (*xa & 0xffff) + (*xb & 0xffff) + carry;
63 z = (*xa++ >> 16) + (*xb++ >> 16) + carry;
70 y = (*xa & 0xffff) + carry;
72 z = (*xa++ >> 16) + carry;
78 y = *xa++ + *xb++ + carry;
85 y = *xa++ + carry;
H A Dmisc.c283 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local
308 for(x = c->x, xa = x + wc; x < xa; x++)
310 xa = a->x;
311 xae = xa + wa;
318 x = xa;
334 x = xa;
348 x = xa;
366 x = xa;
521 ULong *xa, *xa local
557 ULong *xa, *xae, *xb, *xbe, *xc; local
653 ULong *xa, *xa0, w, y, z; local
[all...]
/bionic/libc/kernel/uapi/linux/
H A Dcuda.h30 #define CUDA_POWERDOWN 0xa
H A Dfirewire-constants.h32 #define TCODE_STREAM_DATA 0xa
H A Da.out.h196 #define N_INDR 0xa
H A Dnvme.h505 NVME_SC_FUSED_MISSING = 0xa,
H A Dpci_regs.h476 #define PCI_EXP_TYPE_RC_EC 0xa
/bionic/libc/include/net/
H A Dif_types.h54 #define IFT_ISO88026 0xa /* MAN */
/bionic/libc/kernel/uapi/linux/usb/
H A Dch9.h467 #define USB_SSP_CAP_TYPE 0xa
/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A Dk_expl.h194 0x1.a5503b23e255c8b424491cp0L, 0xa.f87bc8050a405381703ef7caff50p-92L,
/bionic/libc/kernel/uapi/asm-mips/asm/
H A Dinst.h640 mm_sdc2_func = 0xa,
/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_unit_tests.cpp513 backtrace_fake_add(std::vector<uintptr_t> {0xa, 0xb, 0xc});
536 expected_log += "6 malloc_debug #00 pc 0xa\n";

Completed in 132 milliseconds