Home
last modified time | relevance | path

Searched refs:c1 (Results 1 – 25 of 33) sorted by relevance

12

/glibc-2.36/wcsmbs/
Dwcsncmp.c31 wchar_t c1 = L'\0'; in WCSNCMP() local
39 c1 = *s1++; in WCSNCMP()
41 if (c1 == L'\0' || c1 != c2) in WCSNCMP()
42 return c1 > c2 ? 1 : (c1 < c2 ? -1 : 0); in WCSNCMP()
43 c1 = *s1++; in WCSNCMP()
45 if (c1 == L'\0' || c1 != c2) in WCSNCMP()
46 return c1 > c2 ? 1 : (c1 < c2 ? -1 : 0); in WCSNCMP()
47 c1 = *s1++; in WCSNCMP()
49 if (c1 == L'\0' || c1 != c2) in WCSNCMP()
50 return c1 > c2 ? 1 : (c1 < c2 ? -1 : 0); in WCSNCMP()
[all …]
Dwmemcmp.c27 wchar_t c1; in __wmemcmp() local
32 c1 = s1[0]; in __wmemcmp()
34 if (c1 - c2 != 0) in __wmemcmp()
35 return c1 > c2 ? 1 : -1; in __wmemcmp()
36 c1 = s1[1]; in __wmemcmp()
38 if (c1 - c2 != 0) in __wmemcmp()
39 return c1 > c2 ? 1 : -1; in __wmemcmp()
40 c1 = s1[2]; in __wmemcmp()
42 if (c1 - c2 != 0) in __wmemcmp()
43 return c1 > c2 ? 1 : -1; in __wmemcmp()
[all …]
Dwcsncase.c52 wint_t c1, c2; in __wcsncasecmp() local
59 c1 = (wint_t) TOLOWER (*s1++); in __wcsncasecmp()
61 if (c1 == L'\0' || c1 != c2) in __wcsncasecmp()
62 return c1 - c2; in __wcsncasecmp()
65 return c1 - c2; in __wcsncasecmp()
Dwcscmp.c30 wchar_t c1, c2; in WCSCMP() local
34 c1 = *s1++; in WCSCMP()
37 return c1 - c2; in WCSCMP()
39 while (c1 == c2); in WCSCMP()
41 return c1 < c2 ? -1 : 1; in WCSCMP()
Dwcscasecmp.c49 wint_t c1, c2; in __wcscasecmp() local
56 c1 = TOLOWER (*s1++); in __wcscasecmp()
58 if (c1 == L'\0') in __wcscasecmp()
61 while (c1 == c2); in __wcscasecmp()
63 return c1 - c2; in __wcscasecmp()
/glibc-2.36/string/
Dstrncmp.c34 unsigned char c1 = '\0'; in STRNCMP() local
42 c1 = (unsigned char) *s1++; in STRNCMP()
44 if (c1 == '\0' || c1 != c2) in STRNCMP()
45 return c1 - c2; in STRNCMP()
46 c1 = (unsigned char) *s1++; in STRNCMP()
48 if (c1 == '\0' || c1 != c2) in STRNCMP()
49 return c1 - c2; in STRNCMP()
50 c1 = (unsigned char) *s1++; in STRNCMP()
52 if (c1 == '\0' || c1 != c2) in STRNCMP()
53 return c1 - c2; in STRNCMP()
[all …]
Dstrverscmp.c71 unsigned char c1 = *p1++; in __strverscmp() local
74 int state = S_N + ((c1 == '0') + (isdigit (c1) != 0)); in __strverscmp()
77 while ((diff = c1 - c2) == 0) in __strverscmp()
79 if (c1 == '\0') in __strverscmp()
83 c1 = *p1++; in __strverscmp()
85 state += (c1 == '0') + (isdigit (c1) != 0); in __strverscmp()
Dstrcmp.c34 unsigned char c1, c2; in STRCMP() local
38 c1 = (unsigned char) *s1++; in STRCMP()
40 if (c1 == '\0') in STRCMP()
41 return c1 - c2; in STRCMP()
43 while (c1 == c2); in STRCMP()
45 return c1 - c2; in STRCMP()
Dstrcspn.c58 unsigned int c0, c1, c2, c3; in STRCSPN() local
63 c1 = p[s[1]]; 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
68 c1 = p[s[1]]; 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/generic/
Ddl-new-hash.h71 unsigned int c0, c1; in _dl_new_hash() local
80 c1 = s[1]; in _dl_new_hash()
81 if (c1 == 0) 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()
103 __asm_reassociation_barrier("" : "+r"(c1)); in _dl_new_hash()
104 h += c1; in _dl_new_hash()
/glibc-2.36/sysdeps/ieee754/flt-32/
Dsincosf_poly.h25 double c0, c1, c2, c3, c4; /* Cosine polynomial. */ member
36 double x3, x4, x5, x6, s, c, c1, c2, s1; in sincosf_poly() local
48 c1 = p->c0 + x2 * p->c1; in sincosf_poly()
53 c = c1 + x4 * p->c2; in sincosf_poly()
64 double x3, x4, x6, x7, s, c, c1, c2, s1; in sinf_poly() local
80 c1 = p->c0 + x2 * p->c1; in sinf_poly()
83 c = c1 + x4 * p->c2; 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() local
75 v2df_t vxc1 = { x, c1 }; in sincosf_poly()
88 double x3, x4, x6, x7, s, c, c1, c2, s1; in sinf_poly() local
104 c1 = p->c0 + x2 * p->c1; in sinf_poly()
107 c = c1 + x4 * p->s1c2[1]; in sinf_poly()
/glibc-2.36/nptl/
Dtst-attr3.c169 cpu_set_t c1, c2; in tf() local
170 err = pthread_getaffinity_np (pthread_self (), sizeof (c1), &c1); in tf()
179 else if (memcmp (&c1, &c2, sizeof (c1))) in tf()
212 cpu_set_t c1, c2; in do_test() local
221 err = pthread_attr_getaffinity_np (&a, sizeof (c1), &c1); in do_test()
315 err = pthread_getaffinity_np (pthread_self (), sizeof (c1), &c1); in do_test()
324 else if (memcmp (&c1, &c2, sizeof (c1))) in do_test()
Dtst-thread-exit-clobber.cc161 checker<unsigned int, no_check> c1 (pvalues->v1); in call_pthread_exit_0() local
174 checker<double, no_check> c1 (pvalues->v1); in call_pthread_exit_1() local
202 checker<T, 1> c1 (pvalues->v1); in threadfunc() local
/glibc-2.36/posix/
Dfnmatch_loop.c269 size_t c1 = 0; in FCT() local
275 if (c1 == CHAR_CLASS_MAX_LENGTH) in FCT()
294 str[c1++] = c; in FCT()
296 str[c1] = L_('\0'); in FCT()
440 size_t c1 = 0; in FCT() local
452 ++c1; in FCT()
465 if (c1 != 1) in FCT()
511 c1 == wextra[0] in FCT()
514 c1) in FCT()
520 c1 == extra[idx] in FCT()
[all …]
/glibc-2.36/sysdeps/x86_64/fpu/
De_expl.S50 .type c1,@object
51 c1: .byte 0x58, 0x92, 0xfc, 0x15, 0x37, 0x9a, 0x97, 0xf0, 0xef, 0x3f label
53 ASM_SIZE_DIRECTIVE(c1)
59 .type c1,@object
60 c1: .byte 0x20, 0xfa, 0xee, 0xc2, 0x5f, 0x70, 0xa5, 0xec, 0xed, 0x3f label
62 ASM_SIZE_DIRECTIVE(c1)
173 fldt MO(c1) /* 4 */
/glibc-2.36/sysdeps/i386/fpu/
De_expl.S47 .type c1,@object
48 c1: .byte 0x58, 0x92, 0xfc, 0x15, 0x37, 0x9a, 0x97, 0xf0, 0xef, 0x3f label
50 ASM_SIZE_DIRECTIVE(c1)
56 .type c1,@object
57 c1: .byte 0x20, 0xfa, 0xee, 0xc2, 0x5f, 0x70, 0xa5, 0xec, 0xed, 0x3f label
59 ASM_SIZE_DIRECTIVE(c1)
177 fldt MO(c1) /* 4 */
/glibc-2.36/nss/
Dnss_hash.c67 uint32_t c0, c1, c2, c3; in __nss_hash() local
71 c1 = (unsigned char) *(key + 1); in __nss_hash()
74 h = HASH_CONST_P4 * h + HASH_CONST_P3 * c0 + HASH_CONST_P2 * c1 in __nss_hash()
/glibc-2.36/intl/
Dlocalealias.c421 unsigned char c1, c2; in alias_compare()
430 c1 = isupper (*p1) ? tolower (*p1) : *p1; in alias_compare()
432 if (c1 == '\0') in alias_compare()
437 while (c1 == c2); in alias_compare()
439 return c1 - c2; in alias_compare()
/glibc-2.36/localedata/
Dhu_HU.UTF-8.in75 AkH-14-c1 ír ; #14-c1: Vowels collate equally in pairs: a-á, e-é, i-í, o-ó, ö-ő, u-ú, ü-…
76 AkH-14-c1 Irak
77 AkH-14-c1 iram
78 AkH-14-c1 Irán
79 AkH-14-c1 írandó
80 AkH-14-c1 iránt
81 AkH-14-c1 író
82 AkH-14-c1 iroda
83 AkH-14-c1 irónia
469 foreign-c1 c
[all …]
/glibc-2.36/benchtests/
Dbench-strcmp.c40 wchar_t c1, c2; in simple_wcscmp() local
43 c1 = *s1++; in simple_wcscmp()
46 return c1 - c2; in simple_wcscmp()
48 while (c1 == c2); in simple_wcscmp()
50 return c1 < c2 ? -1 : 1; in simple_wcscmp()
Dbench-strncmp.c38 wchar_t c1, c2; in simple_wcsncmp() local
42 c1 = *s1++; in simple_wcsncmp()
44 if (c1 == L ('\0') || c1 != c2) in simple_wcsncmp()
45 return c1 > c2 ? 1 : (c1 < c2 ? -1 : 0); in simple_wcsncmp()
/glibc-2.36/iconvdata/
Djohab.c133 johab_sym_hanja_to_ucs (uint32_t idx, uint32_t c1, uint32_t c2) in johab_sym_hanja_to_ucs() argument
136 return (uint32_t) __ksc5601_sym_to_ucs[(c1 - 0xd9) * 188 + c2 in johab_sym_hanja_to_ucs()
139 return (uint32_t) __ksc5601_hanja_to_ucs[(c1 - 0xe0) * 188 + c2 in johab_sym_hanja_to_ucs()
/glibc-2.36/manual/examples/
Dsearch.c58 const struct critter *c1 = v1; in critter_cmp() local
61 return strcmp (c1->name, c2->name); in critter_cmp()

12