/bionic/tests/ |
D | strings_test.cpp | 48 locale_t l = newlocale(LC_ALL, "C", 0); in TEST() local 63 locale_t l = newlocale(LC_ALL, "C", 0); in TEST() local
|
D | locale_test.cpp | 93 locale_t l = newlocale(LC_ALL, "C", 0); in TEST() local
|
D | string_test.cpp | 230 size_t l = static_cast<size_t>(exp(log(static_cast<double>(MAX_LEN)) * i / ITER)); in InitLenArray() local
|
D | pthread_test.cpp | 672 pthread_rwlock_t l; in TEST() local
|
/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/bionic/ |
D | memmem.c | 44 size_t k = 1, l = 2; in memmem() local
|
D | locale.cpp | 62 locale_t l = uselocale(NULL); in __ctype_get_mb_cur_max() local 116 locale_t duplocale(locale_t l) { in duplocale() 120 void freelocale(locale_t l) { in freelocale()
|
D | system_properties.cpp | 832 auto entry = list_find(prefixes, [name](prefix_node* l) { in get_prop_area_for_name() 977 contexts, [context](context_node* l) { return !strcmp(l->context(), context); }); in initialize_properties() 1013 list_foreach(contexts, [](context_node* l) { l->reset_access(); }); in __system_properties_init() 1055 list_foreach(contexts, [&fsetxattr_failed, &open_failed](context_node* l) { in __system_property_area_init() 1289 list_foreach(contexts, [propfn, cookie](context_node* l) { in __system_property_foreach()
|
D | getentropy_linux.c | 72 #define HR(x, l) (SHA512_Update(&ctx, (char *)(x), (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 | 104 int l; in ns_name_ntop() local 363 int l; 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 695 int l; in ns_name_skip() local 805 int l; in ns_name_map() local 1153 u_char l = *lp; in labellen() local
|
D | ns_print.c | 744 u_int t, w, l, j, k, c; in ns_sprintrrf() local 858 u_int w, l, j, k, c; in ns_sprintrrf() local
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | fmemopen.c | 36 fmemopen_read(void *v, char *b, int l) in fmemopen_read() 49 fmemopen_write(void *v, const char *b, int l) in fmemopen_write()
|
D | open_memstream.c | 39 memstream_write(void *v, const char *b, int l) in memstream_write()
|
D | open_wmemstream.c | 41 wmemstream_write(void *v, const char *b, int l) in wmemstream_write()
|
/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… argument
|
D | atm.h | 49 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | sizeof(t)) argument
|
/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/kernel/uapi/asm-x86/asm/ |
D | kvm.h | 154 __u8 present, dpl, db, s, l, g, avl; member
|
/bionic/libc/tzcode/ |
D | localtime.c | 1796 register int_fast32_t const l = *lp; in increment_overflow32() local
|