/bionic/libc/arch-arm/bionic/ |
D | eabi.c | 66 void __aeabi_memcpy8(void *dest, const void *src, size_t n) { in __aeabi_memcpy8() 70 void __aeabi_memcpy4(void *dest, const void *src, size_t n) { in __aeabi_memcpy4() 74 void __aeabi_memcpy(void *dest, const void *src, size_t n) { in __aeabi_memcpy() 79 void __aeabi_memmove8(void *dest, const void *src, size_t n) { in __aeabi_memmove8() 83 void __aeabi_memmove4(void *dest, const void *src, size_t n) { in __aeabi_memmove4() 87 void __aeabi_memmove(void *dest, const void *src, size_t n) { in __aeabi_memmove() 96 void __aeabi_memset8(void *dest, size_t n, int c) { in __aeabi_memset8() 100 void __aeabi_memset4(void *dest, size_t n, int c) { in __aeabi_memset4() 104 void __aeabi_memset(void *dest, size_t n, int c) { in __aeabi_memset() 109 void __aeabi_memclr8(void *dest, size_t n) { in __aeabi_memclr8() [all …]
|
/bionic/libc/regex/ |
D | regexec.c | 59 #define SET0(v, n) ((v) &= ~((unsigned long)1 << (n))) argument 60 #define SET1(v, n) ((v) |= (unsigned long)1 << (n)) argument 61 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) argument 65 #define STATESETUP(m, n) /* nothing */ argument 69 #define INIT(o, n) ((o) = (unsigned long)1 << (n)) argument 74 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n)) argument 75 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n)) argument 76 #define ISSETBACK(v, n) (((v) & ((unsigned long)here >> (n))) != 0) argument 106 #define SET0(v, n) ((v)[n] = 0) argument 107 #define SET1(v, n) ((v)[n] = 1) argument [all …]
|
/bionic/libm/src/ |
D | s_scalbn.c | 37 scalbn (double x, int n) in scalbn() 65 ldexp (double x, int n) in ldexp() 71 long double ldexpl (long double x, int n) { in ldexpl() 74 long double scalbnl (long double x, int n) { in scalbnl()
|
D | s_scalbln.c | 34 scalbln (double x, long n) in scalbln() 49 scalblnf (float x, long n) in scalblnf() 64 scalblnl (long double x, long n) in scalblnl()
|
/bionic/libc/bionic/ |
D | __set_errno.c | 32 int __set_errno(int n) in __set_errno() 44 int __set_syscall_errno(int n) in __set_syscall_errno()
|
D | arc4random.c | 75 int n; in arc4_init() local 86 int n; in arc4_addrandom() local 109 int n; in arc4_stir() local 230 arc4random_buf(void *_buf, size_t n) in arc4random_buf()
|
/bionic/libc/kernel/arch-sh/asm/ |
D | delay.h | 15 #define udelay(n) (__builtin_constant_p(n) ? ((n) > 20000 ? __bad_udelay() : __const_udelay((n) *… argument 17 #define ndelay(n) (__builtin_constant_p(n) ? ((n) > 20000 ? __bad_ndelay() : __const_udelay((n) *… argument
|
D | microdev.h | 18 #define MICRODEV_FPGA_INTC_MASK(n) (1ul<<(n)) argument 19 #define MICRODEV_FPGA_INTPRI_REG(n) (MICRODEV_FPGA_INTC_BASE+0x10+((n)/8)*8) argument 20 #define MICRODEV_FPGA_INTPRI_LEVEL(n,x) ((x)<<(((n)%8)*4)) argument 21 #define MICRODEV_FPGA_INTPRI_MASK(n) (MICRODEV_FPGA_INTPRI_LEVEL((n),0xful)) argument
|
/bionic/libc/kernel/arch-x86/asm/ |
D | delay.h | 15 #define udelay(n) (__builtin_constant_p(n) ? ((n) > 20000 ? __bad_udelay() : __const_udelay((n) *… argument 17 #define ndelay(n) (__builtin_constant_p(n) ? ((n) > 20000 ? __bad_ndelay() : __const_udelay((n) *… argument
|
D | cmpxchg_32.h | 27 #define cmpxchg(ptr,o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3)) __r… argument 28 #define cmpxchg_local(ptr,o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3))… argument 29 #define cmpxchg64(ptr,o,n) ((__typeof__(*(ptr)))__cmpxchg64((ptr),(unsigned long long)(o), (unsig… argument 30 #define cmpxchg64_local(ptr,o,n) ((__typeof__(*(ptr)))__cmpxchg64_local((ptr),(unsigned long long)… argument
|
/bionic/libc/kernel/arch-arm/asm/arch/ |
D | dma.h | 56 #define OMAP_DMA_CCR_REG(n) __REG32(OMAP24XX_DMA_BASE + 0x60 * (n) + 0x80) argument 57 #define OMAP_DMA_CLNK_CTRL_REG(n) __REG32(OMAP24XX_DMA_BASE + 0x60 * (n) + 0x84) argument 58 #define OMAP_DMA_CICR_REG(n) __REG32(OMAP24XX_DMA_BASE + 0x60 * (n) + 0x88) argument 59 #define OMAP_DMA_CSR_REG(n) __REG32(OMAP24XX_DMA_BASE + 0x60 * (n) + 0x8c) argument 60 #define OMAP_DMA_CSDP_REG(n) __REG32(OMAP24XX_DMA_BASE + 0x60 * (n) + 0x90) argument 61 #define OMAP_DMA_CEN_REG(n) __REG32(OMAP24XX_DMA_BASE + 0x60 * (n) + 0x94) argument 62 #define OMAP_DMA_CFN_REG(n) __REG32(OMAP24XX_DMA_BASE + 0x60 * (n) + 0x98) argument 63 #define OMAP_DMA_CSEI_REG(n) __REG32(OMAP24XX_DMA_BASE + 0x60 * (n) + 0xa4) argument 64 #define OMAP_DMA_CSFI_REG(n) __REG32(OMAP24XX_DMA_BASE + 0x60 * (n) + 0xa8) argument 65 #define OMAP_DMA_CDEI_REG(n) __REG32(OMAP24XX_DMA_BASE + 0x60 * (n) + 0xac) argument [all …]
|
/bionic/libc/netbsd/nameser/ |
D | ns_print.c | 96 int n; in ns_sprintrr() local 422 int n, lcnt; in ns_sprintrrf() local 466 int n; in ns_sprintrrf() local 513 int n; in ns_sprintrrf() local 569 int n, c; in ns_sprintrrf() local 586 int n; in ns_sprintrrf() local 661 int n; in ns_sprintrrf() local 722 int n, m; in ns_sprintrrf() local 808 int n = *rdata; in charstr() local 840 int n; in addname() local
|
/bionic/libc/stdlib/ |
D | qsort.c | 42 #define swapcode(TYPE, parmi, parmj, n) { \ argument 57 swapfunc(char *a, char *b, int n, int swaptype) in swapfunc() 73 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype) argument 84 qsort(void *aa, size_t n, size_t es, int (*cmp)(const void *, const void *)) in qsort()
|
D | strntoimax.c | 31 intmax_t strntoimax(const char *nptr, char **endptr, int base, size_t n) in strntoimax()
|
/bionic/libc/stdio/ |
D | stdio.c | 44 __sread(void *cookie, char *buf, int n) in __sread() 59 __swrite(void *cookie, const char *buf, int n) in __swrite()
|
D | wbuf.c | 46 int n; in __swbuf() local
|
/bionic/libc/wchar/ |
D | wmemcpy.c | 41 wmemcpy(wchar_t * __restrict d, const wchar_t * __restrict s, size_t n) in wmemcpy()
|
D | wmemmove.c | 41 wmemmove(wchar_t *d, const wchar_t *s, size_t n) in wmemmove()
|
D | wcsncmp.c | 42 wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n) in wcsncmp()
|
D | wmemchr.c | 40 wmemchr(const wchar_t *s, wchar_t c, size_t n) in wmemchr()
|
D | wcpncpy.c | 33 wcpncpy(wchar_t * __restrict dst, const wchar_t * __restrict src, size_t n) in wcpncpy()
|
/bionic/libc/string/ |
D | strncmp.c | 39 strncmp(const char *s1, const char *s2, size_t n) in strncmp()
|
D | strxfrm.c | 39 strxfrm(char *s1, const char *s2, size_t n) in strxfrm()
|
/bionic/libc/kernel/arch-arm/asm/ |
D | delay.h | 19 #define udelay(n) (__builtin_constant_p(n) ? ((n) > (MAX_UDELAY_MS * 1000) ? __bad_udelay() : … argument
|
/bionic/libc/unistd/ |
D | exec.c | 52 int n; in execl() local 78 int n; in execle() local 105 int n; in execlp() local
|