Home
last modified time | relevance | path

Searched defs:l (Results 1 – 25 of 29) sorted by relevance

12

/bionic/tests/
Dwctype_test.cpp27 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
Dstrings_test.cpp48 locale_t l = newlocale(LC_ALL, "C", 0); in TEST() local
63 locale_t l = newlocale(LC_ALL, "C", 0); in TEST() local
Dlocale_test.cpp94 locale_t l = newlocale(LC_ALL, "C", 0); in TEST() local
/bionic/libc/private/
Dthread_private.h37 #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/
Dstrlen.c47 size_t l = 0; in strlen() local
/bionic/libc/dns/nameser/
Dns_name.c104 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
Dns_print.c744 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/
Dmemmem.cpp45 size_t k = 1, l = 2; in memmem() local
Dlocale.cpp65 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()
Dsystem_properties.cpp883 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()
Dgetentropy_linux.c72 #define HR(x, l) (SHA512_Update(&ctx, (char *)(x), (l))) argument
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dfmemopen.c36 fmemopen_read(void *v, char *b, int l) in fmemopen_read()
49 fmemopen_write(void *v, const char *b, int l) in fmemopen_write()
Dopen_memstream.c39 memstream_write(void *v, const char *b, int l) in memstream_write()
Dopen_wmemstream.c41 wmemstream_write(void *v, const char *b, int l) in wmemstream_write()
/bionic/libc/arch-arm64/generic/bionic/
Dmemset.S86 #define L(l) .L ## l argument
Dstrlen.S54 #define L(l) .L ## l argument
Dmemcpy_base.S86 #define L(l) .L ## l argument
/bionic/libc/kernel/uapi/linux/
Dromfs_fs.h30 #define __mkw(h,l) (((h) & 0x00ff) << 8 | ((l) & 0x00ff)) argument
31 #define __mkl(h,l) (((h) & 0xffff) << 16 | ((l) & 0xffff)) argument
Dmap_to_7segment.h39 #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
Datm.h49 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | sizeof(t)) argument
/bionic/libc/upstream-openbsd/lib/libc/net/
Dinet_ntop.c75 int l; in inet_ntop4() local
/bionic/libm/upstream-freebsd/lib/msun/src/
De_hypotl.c24 #define GET_LDBL_MAN(h, l, v) do { \ argument
/bionic/libm/upstream-freebsd/lib/msun/ld128/
Ds_logl.c430 #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/
Dsha1.c85 uint32_t l[16]; member
/bionic/libc/include/arpa/
Dnameser.h489 #define NS_GET32(l, cp) do { \ argument
507 #define NS_PUT32(l, cp) do { \ argument

12