/bionic/libc/bionic/ |
D | locale.cpp | 96 locale_t l = reinterpret_cast<locale_t>(pthread_getspecific(g_uselocale_key)); in __ctype_get_mb_cur_max() local 117 locale_t duplocale(locale_t l) { in duplocale() 121 void freelocale(locale_t l) { in freelocale()
|
D | memmem.c | 44 size_t k = 1, l = 2; in memmem() local
|
D | getentropy_linux.c | 72 #define HR(x, l) (SHA512_Update(&ctx, (char *)(x), (l))) argument
|
/bionic/libc/private/ |
D | thread_private.h | 37 #define _MUTEX_LOCK(l) pthread_mutex_lock((pthread_mutex_t*) l) argument 38 #define _MUTEX_UNLOCK(l) pthread_mutex_unlock((pthread_mutex_t*) l) argument
|
/bionic/libc/arch-arm/generic/bionic/ |
D | strlen.c | 47 size_t l = 0; in strlen() local
|
/bionic/libc/dns/nameser/ |
D | ns_name.c | 110 int l; in ns_name_ntop() local 369 int l; in ns_name_ntol() local 434 int n, len, checked, l; in ns_name_unpack2() local 537 int n, l, first = 1; in ns_name_pack() local 701 int l; in ns_name_skip() local 811 int l; in ns_name_map() local 1159 u_char l = *lp; in labellen() local
|
D | ns_print.c | 750 u_int t, w, l, j, k, c; in ns_sprintrrf() local 864 u_int w, l, j, k, c; in ns_sprintrrf() local
|
/bionic/libc/kernel/uapi/linux/ |
D | romfs_fs.h | 30 #define __mkw(h,l) (((h)&0x00ff)<< 8|((l)&0x00ff)) argument 31 #define __mkl(h,l) (((h)&0xffff)<<16|((l)&0xffff)) argument
|
D | map_to_7segment.h | 39 #define _SEG7(l,a,b,c,d,e,f,g) ( a<<BIT_SEG7_A | b<<BIT_SEG7_B | c<<BIT_SEG7_C | d<<BIT_SEG7_D | … argument
|
D | atm.h | 49 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | sizeof(t)) argument
|
/bionic/tests/ |
D | locale_test.cpp | 79 locale_t l = newlocale(LC_ALL, "C", 0); in TEST() local
|
D | pthread_test.cpp | 626 pthread_rwlock_t l; in TEST() local
|
D | string_test.cpp | 189 int l = (int) exp(log((double) MAX_LEN) * i / ITER); in InitLenArray() local
|
/bionic/libc/upstream-openbsd/lib/libc/net/ |
D | inet_ntop.c | 75 int l; in inet_ntop4() local
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | e_hypotl.c | 24 #define GET_LDBL_MAN(h, l, v) do { \ argument
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
D | s_logl.c | 430 #define RETURN2(rp, h, l) do { \ argument 444 #define RETURN2(rp, h, l) RETURNI((h) + (l)) argument
|
/bionic/libc/upstream-netbsd/common/lib/libc/hash/sha1/ |
D | sha1.c | 85 uint32_t l[16]; member
|
/bionic/libc/include/arpa/ |
D | nameser.h | 493 #define NS_GET32(l, cp) do { \ argument 511 #define NS_PUT32(l, cp) do { \ argument
|
/bionic/libc/tzcode/ |
D | localtime.c | 1647 register int_fast32_t const l = *lp; in increment_overflow32() local
|
/bionic/libc/kernel/uapi/asm-x86/asm/ |
D | kvm.h | 149 __u8 present, dpl, db, s, l, g, avl; member
|
/bionic/libc/upstream-dlmalloc/ |
D | malloc.c | 1806 #define INITIAL_LOCK(l) (0) argument 1807 #define DESTROY_LOCK(l) (0) argument
|