| /bionic/libc/kernel/uapi/linux/ |
| D | bits.h | 9 #define __GENMASK(h,l) (((~_UL(0)) - (_UL(1) << (l)) + 1) & (~_UL(0) >> (__BITS_PER_LONG - 1 - (h))… argument 10 #define __GENMASK_ULL(h,l) (((~_ULL(0)) - (_ULL(1) << (l)) + 1) & (~_ULL(0) >> (__BITS_PER_LONG_LON… argument 11 #define __GENMASK_U128(h,l) ((_BIT128((h)) << 1) - (_BIT128(l))) argument
|
| D | romfs_fs.h | 16 #define __mkw(h,l) (((h) & 0x00ff) << 8 | ((l) & 0x00ff)) argument 17 #define __mkl(h,l) (((h) & 0xffff) << 16 | ((l) & 0xffff)) argument
|
| D | map_to_7segment.h | 23 #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 | map_to_14segment.h | 33 #define _SEG14(sym,a,b,c,d,e,f,g1,g2,h,j,k,l,m,n) __cpu_to_be16(a << BIT_SEG14_A | b << BIT_SEG14_B… argument
|
| /bionic/tests/ |
| D | wctype_test.cpp | 29 locale_t l; member in UtfLocale 36 UtfLocale l; in TestIsWideFn() local 115 UtfLocale l; in TEST() local 142 UtfLocale l; in TEST() local 173 UtfLocale l; in TEST() local 199 UtfLocale l; in TEST() local 220 UtfLocale l; in TEST() local 251 UtfLocale l; in TEST() local
|
| D | strings_test.cpp | 90 locale_t l = newlocale(LC_ALL, "C", nullptr); in TEST() local 105 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 | 99 locale_t l = newlocale(LC_ALL, "C", nullptr); in TEST() local
|
| /bionic/libc/bionic/ |
| D | locale.cpp | 64 static inline size_t get_locale_mb_cur_max(locale_t l) { in get_locale_mb_cur_max() 126 locale_t duplocale(locale_t l) { in duplocale() 130 void freelocale(locale_t l) { in freelocale()
|
| D | realpath.cpp | 66 ssize_t l = readlink(fd_path.c_str(), dst, sizeof(dst) - 1); in realpath() local
|
| D | libc_init_common.cpp | 146 ScopedPthreadMutexLocker l(&g_heap_tagging_lock); in __libc_init_mte_late() 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/system_properties/ |
| D | contexts_split.cpp | 236 contexts_, [context](ContextListNode* l) { return !strcmp(l->context(), context); }); in InitializePropertiesFromFile() 297 ListForEach(contexts_, [&fsetxattr_failed, &open_failed](ContextListNode* l) { in Initialize() 316 auto entry = ListFind(prefixes_, [name](PrefixNode* l) { in GetPrefixNodeForName() 340 ListForEach(contexts_, [propfn, cookie](ContextListNode* l) { in ForEach() 348 ListForEach(contexts_, [](ContextListNode* l) { l->ResetAccess(); }); in ResetAccess()
|
| /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=0; 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/tests/headers/posix/ |
| D | time_h.c | 83 long l = timezone; in time_h() local
|
| D | tgmath_h.c | 29 long l = 0; in tgmath_h() local
|
| /bionic/libc/upstream-openbsd/lib/libc/string/ |
| D | memmem.c | 70 const unsigned char *n, size_t l) in twoway_memmem() 163 memmem(const void *h0, size_t k, const void *n0, size_t l) in memmem()
|
| D | strstr.c | 69 size_t l, ip, jp, k, p, ms, p0, mem, mem0; in twoway_strstr() local
|
| /bionic/libc/arch-arm/generic/bionic/ |
| D | strlen.c | 47 size_t l = 0; in strlen_generic() 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/ld128/ |
| D | s_logl.c | 429 #define RETURN2(rp, h, l) do { \ argument 443 #define RETURN2(rp, h, l) RETURNI((h) + (l)) argument
|
| /bionic/libm/upstream-freebsd/lib/msun/src/ |
| D | e_hypotl.c | 20 #define GET_LDBL_MAN(h, l, v) do { \ argument
|
| /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()
|