Home
last modified time | relevance | path

Searched refs:c0 (Results 1 – 16 of 16) sorted by relevance

/glibc-2.36/sysdeps/generic/
Ddl-new-hash.h71 unsigned int c0, c1; in _dl_new_hash() local
74 c0 = s[0]; in _dl_new_hash()
77 if (__glibc_unlikely (c0 == 0)) in _dl_new_hash()
87 c0 += h; in _dl_new_hash()
88 __asm_reassociation_barrier("" : "+r"(h) : "r"(c0)); in _dl_new_hash()
89 h = h * 32 + c0; in _dl_new_hash()
99 c1 += c0; in _dl_new_hash()
100 __asm_reassociation_barrier("" : "+r"(c1), "+r"(c0)); in _dl_new_hash()
102 c1 += c0 * 32; in _dl_new_hash()
/glibc-2.36/string/
Dstrcspn.c58 unsigned int c0, c1, c2, c3; in STRCSPN() local
62 c0 = p[s[0]]; in STRCSPN()
67 while ((c0 | c1 | c2 | c3) == 0); in STRCSPN()
70 return (c0 | c1) != 0 ? count - c0 + 1 : count - c2 + 3; in STRCSPN()
Dstrspn.c64 unsigned int c0, c1, c2, c3; in STRSPN() local
67 c0 = p[s[0]]; in STRSPN()
71 } while ((c0 & c1 & c2 & c3) != 0); in STRSPN()
74 return (c0 & c1) == 0 ? count + c0 : count + c2 + 2; in STRSPN()
/glibc-2.36/sysdeps/x86_64/fpu/
De_expl.S46 .type c0,@object
47 c0: .byte 0, 0, 0, 0, 0, 0, 0x9a, 0xd4, 0x00, 0x40 label
49 ASM_SIZE_DIRECTIVE(c0)
55 .type c0,@object
56 c0: .byte 0, 0, 0, 0, 0, 0, 0xaa, 0xb8, 0xff, 0x3f label
58 ASM_SIZE_DIRECTIVE(c0)
165 fldt MO(c0) /* 4 c0 */
/glibc-2.36/sysdeps/i386/fpu/
De_expl.S43 .type c0,@object
44 c0: .byte 0, 0, 0, 0, 0, 0, 0x9a, 0xd4, 0x00, 0x40 label
46 ASM_SIZE_DIRECTIVE(c0)
52 .type c0,@object
53 c0: .byte 0, 0, 0, 0, 0, 0, 0xaa, 0xb8, 0xff, 0x3f label
55 ASM_SIZE_DIRECTIVE(c0)
169 fldt MO(c0) /* 4 c0 */
/glibc-2.36/nss/
Dnss_hash.c67 uint32_t c0, c1, c2, c3; in __nss_hash() local
70 c0 = (unsigned char) *(key + 0); in __nss_hash()
74 h = HASH_CONST_P4 * h + HASH_CONST_P3 * c0 + HASH_CONST_P2 * c1 in __nss_hash()
/glibc-2.36/sysdeps/ieee754/flt-32/
Dsincosf_poly.h25 double c0, c1, c2, c3, c4; /* Cosine polynomial. */ member
48 c1 = p->c0 + x2 * p->c1; in sincosf_poly()
80 c1 = p->c0 + x2 * p->c1; in sinf_poly()
/glibc-2.36/sysdeps/x86/fpu/
Dsincosf_poly.h48 double c0, c1; member
74 double c1 = p->c0 + x2 * p->c1; in sincosf_poly()
104 c1 = p->c0 + x2 * p->c1; in sinf_poly()
/glibc-2.36/nptl/
Dtst-thread-exit-clobber.cc160 checker<unsigned int, no_check> c0 (pvalues->v0); in call_pthread_exit_0() local
173 checker<double, no_check> c0 (pvalues->v0); in call_pthread_exit_1() local
201 checker<T, 0> c0 (pvalues->v0); in threadfunc() local
/glibc-2.36/sysdeps/mach/hurd/bits/
Dioctls.h127 #define _IOT(t0, c0, t1, c1, t2, c2) \ argument
128 ((c2) | (((c1) | ((c0) | ((t2) | ((t1) | (t0) << 2) << 2) << 5) << 5) << 3))
139 #define _IOCT(inout, group, num, t0, c0, t1, c1, t2, c2) \ argument
140 _IOC ((inout), (group), (num), _IOT ((t0), (c0), (t1), (c1), (t2), (c2)))
/glibc-2.36/sysdeps/unix/sysv/linux/arm/
Daeabi_read_tp.S45 mrc p15, 0, r0, c13, c0, 3
/glibc-2.36/posix/
Dtst-fnmatch.input335 C "a" "[a-c0-9]" 0
336 C "d" "[a-c0-9]" NOMATCH
337 C "B" "[a-c0-9]" NOMATCH
726 C.UTF-8 "a" "[a-c0-9]" 0
727 C.UTF-8 "d" "[a-c0-9]" NOMATCH
728 C.UTF-8 "B" "[a-c0-9]" NOMATCH
/glibc-2.36/sysdeps/arm/
Dsysdep.h263 # define GET_TLS(TMP) mrc p15, 0, r0, c13, c0, 3
/glibc-2.36/manual/
Dtexinfo.tex10053 \gdefchar^^c0{\`A}
10173 \gdefchar^^c0{\'R}
/glibc-2.36/ChangeLog.old/
DChangeLog.164701 * sysdeps/i386/fpu/e_expl.c: Mark c0 and c1 as const.
DChangeLog.1883585 (c0): Likewise.
83600 (c0): Likewise.