Home
last modified time | relevance | path

Searched refs:l (Results 1 – 25 of 28) sorted by relevance

12

/bionic/libc/arch-arm/generic/bionic/
Dstrlen.c47 size_t l = 0; in strlen() local
55 l++; in strlen()
129 : [l]"=&r"(l), [v]"=&r"(v), [t]"=&r"(t), [s]"=&r"(u.b) in strlen()
130 : "%[l]"(l), "%[s]"(u.b), [mask]"r"(0x80808080UL) in strlen()
135 return l; in strlen()
/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/dns/nameser/
Dns_name.c110 int l; in ns_name_ntop() local
129 if ((l = labellen(cp - 1)) < 0) { in ns_name_ntop()
133 if (dn + l >= eom) { in ns_name_ntop()
153 for (; l > 0; l--) { in ns_name_ntop()
369 int l; in ns_name_ntol() local
386 if ((l = labellen(cp - 1)) < 0) { in ns_name_ntol()
390 if (dn + l >= eom) { in ns_name_ntol()
394 for (; l > 0; l--) { in ns_name_ntol()
434 int n, len, checked, l; in ns_name_unpack2() local
452 if ((l = labellen(srcp - 1)) < 0) { in ns_name_unpack2()
[all …]
Dns_print.c750 u_int t, w, l, j, k, c; in ns_sprintrrf() local
846 l = *rdata++; in ns_sprintrrf()
847 for (j = 0; j < l; j++) { in ns_sprintrrf()
858 rdata += l; in ns_sprintrrf()
864 u_int w, l, j, k, c; in ns_sprintrrf() local
870 l = *rdata++; in ns_sprintrrf()
871 for (j = 0; j < l; j++) { in ns_sprintrrf()
882 rdata += l; in ns_sprintrrf()
/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
Datm.h49 #define __SO_ENCODE(l,n,t) ((((l) & 0x1FF) << 22) | ((n) << 16) | sizeof(t)) 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
/bionic/libc/bionic/
Dlocale.cpp96 locale_t l = reinterpret_cast<locale_t>(pthread_getspecific(g_uselocale_key)); in __ctype_get_mb_cur_max() local
97 if (l == nullptr || l == LC_GLOBAL_LOCALE) { in __ctype_get_mb_cur_max()
100 return l->mb_cur_max; in __ctype_get_mb_cur_max()
117 locale_t duplocale(locale_t l) { in duplocale() argument
118 return new __locale_t(l); in duplocale()
121 void freelocale(locale_t l) { in freelocale() argument
122 delete l; in freelocale()
Dmemmem.c44 size_t k = 1, l = 2; in memmem() local
48 l = 1; in memmem()
56 j += l; in memmem()
Dgetentropy_linux.c72 #define HR(x, l) (SHA512_Update(&ctx, (char *)(x), (l))) argument
/bionic/libc/arch-mips64/bionic/
D_setjmp.S121 l.d $f20, SC_FPREGS+((F20-F0)*REGSZ_FP)(a0)
122 l.d $f22, SC_FPREGS+((F22-F0)*REGSZ_FP)(a0)
123 l.d $f24, SC_FPREGS+((F24-F0)*REGSZ_FP)(a0)
124 l.d $f26, SC_FPREGS+((F26-F0)*REGSZ_FP)(a0)
125 l.d $f28, SC_FPREGS+((F28-F0)*REGSZ_FP)(a0)
126 l.d $f30, SC_FPREGS+((F30-F0)*REGSZ_FP)(a0)
128 l.d $f21, SC_FPREGS+((F21-F0)*REGSZ_FP)(a0)
129 l.d $f23, SC_FPREGS+((F23-F0)*REGSZ_FP)(a0)
130 l.d $f25, SC_FPREGS+((F25-F0)*REGSZ_FP)(a0)
131 l.d $f27, SC_FPREGS+((F27-F0)*REGSZ_FP)(a0)
[all …]
Dsetjmp.S152 l.d $f20, SC_FPREGS+((F20-F0)*REGSZ_FP)(a0)
153 l.d $f22, SC_FPREGS+((F22-F0)*REGSZ_FP)(a0)
154 l.d $f24, SC_FPREGS+((F24-F0)*REGSZ_FP)(a0)
155 l.d $f26, SC_FPREGS+((F26-F0)*REGSZ_FP)(a0)
156 l.d $f28, SC_FPREGS+((F28-F0)*REGSZ_FP)(a0)
157 l.d $f30, SC_FPREGS+((F30-F0)*REGSZ_FP)(a0)
159 l.d $f21, SC_FPREGS+((F21-F0)*REGSZ_FP)(a0)
160 l.d $f23, SC_FPREGS+((F23-F0)*REGSZ_FP)(a0)
161 l.d $f25, SC_FPREGS+((F25-F0)*REGSZ_FP)(a0)
162 l.d $f27, SC_FPREGS+((F27-F0)*REGSZ_FP)(a0)
[all …]
/bionic/libc/arch-mips/bionic/
D_setjmp.S121 l.d $f20, SC_FPREGS+((F20-F0)*REGSZ_FP)(a0)
122 l.d $f22, SC_FPREGS+((F22-F0)*REGSZ_FP)(a0)
123 l.d $f24, SC_FPREGS+((F24-F0)*REGSZ_FP)(a0)
124 l.d $f26, SC_FPREGS+((F26-F0)*REGSZ_FP)(a0)
125 l.d $f28, SC_FPREGS+((F28-F0)*REGSZ_FP)(a0)
126 l.d $f30, SC_FPREGS+((F30-F0)*REGSZ_FP)(a0)
128 l.d $f21, SC_FPREGS+((F21-F0)*REGSZ_FP)(a0)
129 l.d $f23, SC_FPREGS+((F23-F0)*REGSZ_FP)(a0)
130 l.d $f25, SC_FPREGS+((F25-F0)*REGSZ_FP)(a0)
131 l.d $f27, SC_FPREGS+((F27-F0)*REGSZ_FP)(a0)
[all …]
Dsetjmp.S152 l.d $f20, SC_FPREGS+((F20-F0)*REGSZ_FP)(a0)
153 l.d $f22, SC_FPREGS+((F22-F0)*REGSZ_FP)(a0)
154 l.d $f24, SC_FPREGS+((F24-F0)*REGSZ_FP)(a0)
155 l.d $f26, SC_FPREGS+((F26-F0)*REGSZ_FP)(a0)
156 l.d $f28, SC_FPREGS+((F28-F0)*REGSZ_FP)(a0)
157 l.d $f30, SC_FPREGS+((F30-F0)*REGSZ_FP)(a0)
159 l.d $f21, SC_FPREGS+((F21-F0)*REGSZ_FP)(a0)
160 l.d $f23, SC_FPREGS+((F23-F0)*REGSZ_FP)(a0)
161 l.d $f25, SC_FPREGS+((F25-F0)*REGSZ_FP)(a0)
162 l.d $f27, SC_FPREGS+((F27-F0)*REGSZ_FP)(a0)
[all …]
/bionic/libm/upstream-freebsd/lib/msun/src/
Dimprecise.c60 long double imprecise_ ## f ## l(long double v) { return f(v); }\
61 DECLARE_WEAK(f ## l)
De_hypotl.c24 #define GET_LDBL_MAN(h, l, v) do { \ argument
29 l = uv.bits.manl; \
/bionic/tests/
Dpthread_test.cpp626 pthread_rwlock_t l; in TEST() local
627 ASSERT_EQ(0, pthread_rwlock_init(&l, NULL)); in TEST()
630 ASSERT_EQ(0, pthread_rwlock_rdlock(&l)); in TEST()
631 ASSERT_EQ(0, pthread_rwlock_unlock(&l)); in TEST()
634 ASSERT_EQ(0, pthread_rwlock_rdlock(&l)); in TEST()
635 ASSERT_EQ(0, pthread_rwlock_rdlock(&l)); in TEST()
636 ASSERT_EQ(0, pthread_rwlock_unlock(&l)); in TEST()
637 ASSERT_EQ(0, pthread_rwlock_unlock(&l)); in TEST()
640 ASSERT_EQ(0, pthread_rwlock_wrlock(&l)); in TEST()
641 ASSERT_EQ(0, pthread_rwlock_unlock(&l)); in TEST()
[all …]
Dlocale_test.cpp79 locale_t l = newlocale(LC_ALL, "C", 0); in TEST() local
80 ASSERT_TRUE(l != NULL); in TEST()
81 freelocale(l); in TEST()
/bionic/libc/upstream-openbsd/lib/libc/net/
Dinet_ntop.c75 int l; in inet_ntop4() local
77 l = snprintf(tmp, sizeof(tmp), "%u.%u.%u.%u", in inet_ntop4()
79 if (l <= 0 || l >= size) { in inet_ntop4()
/bionic/libm/upstream-freebsd/lib/msun/ld128/
Ds_logl.c430 #define RETURN2(rp, h, l) do { \ argument
432 (rp)->lo = (l); \
444 #define RETURN2(rp, h, l) RETURNI((h) + (l)) argument
/bionic/libc/upstream-netbsd/common/lib/libc/hash/sha1/
Dsha1.c56 # define blk0(i) (block->l[i] = (rol(block->l[i],24)&0xFF00FF00) \
57 |(rol(block->l[i],8)&0x00FF00FF))
59 # define blk0(i) block->l[i]
61 #define blk(i) (block->l[i&15] = rol(block->l[(i+13)&15]^block->l[(i+8)&15] \
62 ^block->l[(i+2)&15]^block->l[i&15],1))
85 uint32_t l[16]; member
/bionic/libc/include/arpa/
Dnameser.h493 #define NS_GET32(l, cp) do { \ argument
495 (l) = ((uint32_t)t_cp[0] << 24) \
511 #define NS_PUT32(l, cp) do { \ argument
512 uint32_t t_l = (uint32_t)(l); \
/bionic/libc/kernel/tools/
Dcpp.py952 op, l, r = e
953 l = self.optimize_node(l, macros)
955 li = self.int_node(l)
966 return l
967 return (op, l, r)
970 op, l, r = e
971 l = self.optimize_node(l, macros)
973 li = self.int_node(l)
982 return l
985 return (op, l, r)
/bionic/libc/kernel/uapi/asm-x86/asm/
Dkvm.h149 __u8 present, dpl, db, s, l, g, avl; member
/bionic/libc/tzcode/
Dlocaltime.c1647 register int_fast32_t const l = *lp; in increment_overflow32() local
1649 if ((l >= 0) ? (m > INT_FAST32_MAX - l) : (m < INT_FAST32_MIN - l)) in increment_overflow32()

12