Searched refs:xc (Results 1 - 6 of 6) sorted by relevance

/bionic/libc/stdlib/
H A Dstrtod.c674 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local
707 xc = xc0;
710 z = (*x & 0xffff) * y + (*xc & 0xffff) + carry;
712 z2 = (*x++ >> 16) * y + (*xc >> 16) + carry;
714 Storeinc(xc, z2, z);
717 *xc = carry;
721 xc = xc0;
723 z2 = *xc;
725 z = (*x & 0xffff) * y + (*xc >> 16) + carry;
727 Storeinc(xc,
934 ULong *xa, *xae, *xb, *xbe, *xc; local
[all...]
/bionic/libc/kernel/arch-arm/asm/arch/
H A Dfpga.h85 #define OMAP1510_FPGA_AUDIO (OMAP1510_FPGA_BASE + 0xc)
H A Dhardware.h150 #define MPUI_DEBUG_FLAG (MPUI_BASE + 0xc)
/bionic/libc/kernel/arch-mips/asm/mips-boards/
H A Dbonito64.h189 #define BONITO_LDMADATA BONITO(BONITO_LDMABASE + 0xc)
195 #define BONITO_COPGO BONITO(BONITO_COPBASE + 0xc)
/bionic/libc/include/net/
H A Dif_types.h56 #define IFT_P10 0xc /* Proteon 10MBit ring */
/bionic/libc/kernel/common/linux/mfd/
H A Dtimpani-audio.h920 #define TIMPANI_CDAC_REF_CTL2_POR 0xc
3152 #define TIMPANI_CDC_RX1_CTL_POR 0xc
3180 #define TIMPANI_CDC_TX_I2S_CTL_POR 0xc
3726 #define TIMPANI_CDC_RX2_CTL_POR 0xc

Completed in 227 milliseconds