| /bionic/tests/ |
| D | wctype_test.cpp | 29 locale_t l; member in UtfLocale 36 UtfLocale l; in TestIsWideFn() local 119 UtfLocale l; in TEST() local 150 UtfLocale l; in TEST() local 183 UtfLocale l; in TEST() local 209 UtfLocale l; in TEST() local 225 UtfLocale l; in TEST() local 241 UtfLocale l; in TEST() local
|
| D | strings_test.cpp | 48 locale_t l = newlocale(LC_ALL, "C", nullptr); in TEST() local 63 locale_t l = newlocale(LC_ALL, "C", nullptr); in TEST() local
|
| D | stdarg_test.cpp | 34 va_list l __attribute__((__unused__)); in TEST() local
|
| D | locale_test.cpp | 94 locale_t l = newlocale(LC_ALL, "C", nullptr); in TEST() local
|
| /bionic/libc/private/ |
| D | thread_private.h | 24 #define _MUTEX_LOCK(l) pthread_mutex_lock((pthread_mutex_t*) l) argument 25 #define _MUTEX_UNLOCK(l) pthread_mutex_unlock((pthread_mutex_t*) l) argument
|
| /bionic/libc/bionic/ |
| D | locale.cpp | 73 locale_t l = uselocale(nullptr); in __ctype_get_mb_cur_max() local 135 locale_t duplocale(locale_t l) { in duplocale() 139 void freelocale(locale_t l) { in freelocale()
|
| D | memmem.cpp | 45 size_t k = 1, l = 2; in memmem() local
|
| /bionic/tests/headers/posix/ |
| D | time_h.c | 108 long l = timezone; in time_h() local
|
| D | tgmath_h.c | 54 long l = 0; in tgmath_h() local
|
| /bionic/libc/system_properties/ |
| D | contexts_split.cpp | 244 contexts_, [context](ContextListNode* l) { return !strcmp(l->context(), context); }); in InitializePropertiesFromFile() 311 ListForEach(contexts_, [&fsetxattr_failed, &open_failed](ContextListNode* l) { in Initialize() 330 auto entry = ListFind(prefixes_, [name](PrefixNode* l) { in GetPropAreaForName() 348 ListForEach(contexts_, [propfn, cookie](ContextListNode* l) { in ForEach() 356 ListForEach(contexts_, [](ContextListNode* l) { l->ResetAccess(); }); in ResetAccess()
|
| /bionic/libc/arch-arm/generic/bionic/ |
| D | strlen.c | 47 size_t l = 0; in strlen_generic() 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
|
| /bionic/libc/arch-arm64/generic/bionic/ |
| D | memcmp.S | 36 #define L(l) .L ## l argument
|
| 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 | 28 #define __mkw(h,l) (((h) & 0x00ff) << 8 | ((l) & 0x00ff)) argument 29 #define __mkl(h,l) (((h) & 0xffff) << 16 | ((l) & 0xffff)) argument
|
| D | map_to_7segment.h | 35 #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
|
| /bionic/libc/upstream-openbsd/lib/libc/net/ |
| D | inet_ntop.c | 75 int l; in inet_ntop4() local
|
| /bionic/benchmarks/ |
| D | stdlib_benchmark.cpp | 154 size_t i, j, k, l; in BM_stdlib_mbstowcs() local 194 size_t i, j, k, l; in BM_stdlib_mbrtowc() local
|
| /bionic/libc/upstream-openbsd/lib/libc/stdio/ |
| 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/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 | 432 #define RETURN2(rp, h, l) do { \ argument 446 #define RETURN2(rp, h, l) RETURNI((h) + (l)) argument
|
| /bionic/libc/tzcode/ |
| D | strptime.c | 495 char* strptime_l(const char* buf, const char* fmt, struct tm* tm, locale_t l) { in strptime_l()
|