| /bionic/tests/ |
| D | wctype_test.cpp | 27 locale_t l; member in UtfLocale 40 UtfLocale l; in TestIsWideFn() local 123 UtfLocale l; in TEST() local 154 UtfLocale l; in TEST() local 187 UtfLocale l; in TEST() local 213 UtfLocale l; in TEST() local 229 UtfLocale l; in TEST() local 245 UtfLocale l; in TEST() local
|
| 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 | 94 locale_t l = newlocale(LC_ALL, "C", 0); 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/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/bionic/ |
| D | memmem.cpp | 45 size_t k = 1, l = 2; in memmem() local
|
| D | locale.cpp | 65 locale_t l = uselocale(NULL); in __ctype_get_mb_cur_max() local 123 locale_t duplocale(locale_t l) { in duplocale() 127 void freelocale(locale_t l) { in freelocale()
|
| D | system_properties.cpp | 883 auto entry = list_find(prefixes, [name](prefix_node* l) { in get_prop_area_for_name() 1020 list_find(contexts, [context](context_node* l) { return !strcmp(l->context(), context); }); in initialize_properties_from_file() 1086 list_foreach(contexts, [](context_node* l) { l->reset_access(); }); in __system_properties_init() 1125 list_foreach(contexts, [&fsetxattr_failed, &open_failed](context_node* l) { in __system_property_area_init() 1461 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/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/arch-arm64/generic/bionic/ |
| D | memset.S | 86 #define L(l) .L ## l argument
|
| D | strlen.S | 54 #define L(l) .L ## l argument
|
| D | memcpy_base.S | 86 #define L(l) .L ## l argument
|
| /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 | 489 #define NS_GET32(l, cp) do { \ argument 507 #define NS_PUT32(l, cp) do { \ argument
|