Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dlocale.cpp96 locale_t l = reinterpret_cast<locale_t>(pthread_getspecific(g_uselocale_key)); in __ctype_get_mb_cur_max() local
117 locale_t duplocale(locale_t l) { in duplocale()
121 void freelocale(locale_t l) { in freelocale()
Dmemmem.c44 size_t k = 1, l = 2; in memmem() local
Dgetentropy_linux.c72 #define HR(x, l) (SHA512_Update(&ctx, (char *)(x), (l))) argument
/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.c110 int l; in ns_name_ntop() local
369 int l; in ns_name_ntol() local
434 int n, len, checked, l; in ns_name_unpack2() local
537 int n, l, first = 1; in ns_name_pack() local
701 int l; in ns_name_skip() local
811 int l; in ns_name_map() local
1159 u_char l = *lp; in labellen() local
Dns_print.c750 u_int t, w, l, j, k, c; in ns_sprintrrf() local
864 u_int w, l, j, k, c; in ns_sprintrrf() local
/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_D | … argument
Datm.h49 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | sizeof(t)) argument
/bionic/tests/
Dlocale_test.cpp79 locale_t l = newlocale(LC_ALL, "C", 0); in TEST() local
Dpthread_test.cpp626 pthread_rwlock_t l; in TEST() local
Dstring_test.cpp189 int l = (int) exp(log((double) MAX_LEN) * i / ITER); in InitLenArray() local
/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.h493 #define NS_GET32(l, cp) do { \ argument
511 #define NS_PUT32(l, cp) do { \ argument
/bionic/libc/tzcode/
Dlocaltime.c1647 register int_fast32_t const l = *lp; in increment_overflow32() local
/bionic/libc/kernel/uapi/asm-x86/asm/
Dkvm.h149 __u8 present, dpl, db, s, l, g, avl; member
/bionic/libc/upstream-dlmalloc/
Dmalloc.c1806 #define INITIAL_LOCK(l) (0) argument
1807 #define DESTROY_LOCK(l) (0) argument