Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 187) sorted by relevance

12345678

/bionic/libc/arch-arm/bionic/
D__aeabi.c60 __aeabi_memcpy8(void *dest, const void *src, size_t n) { in __aeabi_memcpy8()
64 void __attribute__((weak)) __aeabi_memcpy4(void *dest, const void *src, size_t n) { in __aeabi_memcpy4()
68 void __attribute__((weak)) __aeabi_memcpy(void *dest, const void *src, size_t n) { in __aeabi_memcpy()
73 void __attribute__((weak)) __aeabi_memmove8(void *dest, const void *src, size_t n) { in __aeabi_memmove8()
77 void __attribute__((weak)) __aeabi_memmove4(void *dest, const void *src, size_t n) { in __aeabi_memmove4()
81 void __attribute__((weak)) __aeabi_memmove(void *dest, const void *src, size_t n) { in __aeabi_memmove()
90 void __attribute__((weak)) __aeabi_memset8(void *dest, size_t n, int c) { in __aeabi_memset8()
94 void __attribute__((weak)) __aeabi_memset4(void *dest, size_t n, int c) { in __aeabi_memset4()
98 void __attribute__((weak)) __aeabi_memset(void *dest, size_t n, int c) { in __aeabi_memset()
103 void __attribute__((weak)) __aeabi_memclr8(void *dest, size_t n) { in __aeabi_memclr8()
[all …]
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregexec.c112 #define SET0(v, n) ((v) &= ~((unsigned long)1 << (n))) in __weak_alias() argument
113 #define SET1(v, n) ((v) |= (unsigned long)1 << (n)) in __weak_alias() argument
114 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) in __weak_alias() argument
118 #define STATESETUP(m, n) /* nothing */ in __weak_alias() argument
122 #define INIT(o, n) ((o) = (unsigned long)1 << (n)) in __weak_alias() argument
127 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n)) in __weak_alias() argument
128 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n)) in __weak_alias() argument
129 #define ISSETBACK(v, n) (((v) & ((unsigned long)here >> (n))) != 0) in __weak_alias() argument
159 #define SET0(v, n) ((v)[n] = 0) in __weak_alias() argument
160 #define SET1(v, n) ((v)[n] = 1) in __weak_alias() argument
[all …]
/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_scalbln.c34 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.cpp45 extern "C" __LIBC_HIDDEN__ long __set_errno_internal(int n) { in __set_errno_internal()
52 extern "C" long __set_errno(int n) { in __set_errno()
Dmempcpy.cpp31 void* mempcpy(void* dst, const void* src, size_t n) { in mempcpy()
Dwmempcpy.cpp31 wchar_t* wmempcpy(wchar_t* dst, const wchar_t* src, size_t n) { in wmempcpy()
/bionic/libc/dns/nameser/
Dns_print.c92 int n; in ns_sprintrr() local
418 int n, lcnt; in ns_sprintrrf() local
463 int n; in ns_sprintrrf() local
511 int n; in ns_sprintrrf() local
567 ptrdiff_t n, c; in ns_sprintrrf() local
584 int n; in ns_sprintrrf() local
659 int n; in ns_sprintrrf() local
882 int n; in ns_sprintrrf() local
919 int n; in ns_sprintrrf() local
1063 int n, m; in ns_sprintrrf() local
[all …]
Dns_name.c103 u_int n; in ns_name_ntop() local
223 int c, n, escaped, e = 0; in ns_name_pton2() local
362 u_int n; in ns_name_ntol() local
428 int n, len, checked, l; in ns_name_unpack2() local
531 int n, l, first = 1; in ns_name_pack() local
632 int n; in ns_name_uncompress() local
694 u_int n; in ns_name_skip() local
735 u_int n; in ns_name_length() local
804 u_int n; in ns_name_map() local
855 u_int n; in ns_name_labels() local
[all …]
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dgmisc.c42 int n; local
75 int n = 0; local
/bionic/libc/include/
Dstring.h141 void* memchr(const void *s, int c, size_t n) { in memchr()
162 void* memrchr(const void *s, int c, size_t n) { in memrchr()
203 char* stpncpy(char* __restrict dest, const char* __restrict src, size_t n) { in stpncpy()
224 char* strncpy(char* __restrict dest, const char* __restrict src, size_t n) { in strncpy()
250 char *strncat(char* __restrict dest, const char* __restrict src, size_t n) { in strncat()
255 void* memset(void *s, int c, size_t n) { in memset()
/bionic/libc/arch-x86/atom/string/
Dssse3-strcpy-atom.S100 # define SAVE_RESULT(n) lea n(%edx), %eax argument
101 # define SAVE_RESULT_TAIL(n) lea n(%edx), %eax argument
103 # define SAVE_RESULT(n) movl %edi, %eax argument
104 # define SAVE_RESULT_TAIL(n) movl %edx, %eax argument
/bionic/libc/stdio/
Dstdio.c45 __sread(void *cookie, char *buf, int n) in __sread()
60 __swrite(void *cookie, const char *buf, int n) in __swrite()
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Dqsort.c51 #define swapcode(TYPE, parmi, parmj, n) { \ argument
66 swapfunc(a, b, n, swaptype) in swapfunc() argument
84 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype) argument
106 qsort_r(void *a, size_t n, size_t es, void *thunk, cmp_t *cmp) in qsort_r()
/bionic/libc/upstream-openbsd/lib/libc/locale/
Dwctoint.h36 int n; in wctoint() local
Dwcsxfrm.c37 wcsxfrm(wchar_t *dest, const wchar_t *src, size_t n) in wcsxfrm()
/bionic/libc/include/android/
Dlegacy_errno_inlines.h36 static __inline int __attribute__((deprecated)) __set_errno(int n) { in __set_errno()
/bionic/libc/arch-x86_64/string/
Dsse4-memcmp-slm.S42 # define ALIGN(n) .p2align n argument
69 # define ALIGN(n) .p2align n argument
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dwbuf.c46 int n; in __swbuf() local
/bionic/libc/upstream-freebsd/lib/libc/string/
Dwcsncmp.c42 wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n) in wcsncmp()
Dwmemmove.c41 wmemmove(wchar_t *d, const wchar_t *s, size_t n) in wmemmove()
/bionic/libc/upstream-openbsd/lib/libc/string/
Dwmemcpy.c36 wmemcpy(wchar_t *d, const wchar_t *s, size_t n) in wmemcpy()
Dstrncmp.c35 strncmp(const char *s1, const char *s2, size_t n) in strncmp()
Dmemchr.c37 memchr(const void *s, int c, size_t n) in memchr()
/bionic/tests/
Dsetjmp_test.cpp166 #define SET_FREG(n, v) asm volatile("fmov d"#n ", "#v : : : "d"#n) argument
167 #define CLEAR_FREG(n) asm volatile("fmov d"#n ", xzr" : : : "d"#n) argument
174 #define GET_FREG(n) ({ double _r; asm volatile("fmov %0, d"#n : "=r"(_r) : :); _r; }) argument
181 #define SET_FREG(n, v) \ argument
189 #define GET_FREG(n) ({ double _r; asm volatile("fcpyd %P0, d"#n : "=w"(_r) : :); _r;}) argument
/bionic/libc/upstream-openbsd/lib/libc/gen/
Dexec.c50 int n; in execl() local
76 int n; in execle() local
103 int n; in execlp() local

12345678