/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/generic/ |
A D | strncmp.c | 37 if (c1 == '\0' || c1 != c2) in strncmp() 38 return c1 - c2; in strncmp() 41 if (c1 == '\0' || c1 != c2) in strncmp() 42 return c1 - c2; in strncmp() 45 if (c1 == '\0' || c1 != c2) in strncmp() 46 return c1 - c2; in strncmp() 49 if (c1 == '\0' || c1 != c2) in strncmp() 50 return c1 - c2; in strncmp() 59 if (c1 == '\0' || c1 != c2) in strncmp() 60 return c1 - c2; in strncmp() [all …]
|
A D | strcmp.c | 29 unsigned reg_char c1, c2; in strcmp() local 33 c1 = (unsigned char) *s1++; in strcmp() 35 if (c1 == '\0') in strcmp() 36 return c1 - c2; in strcmp() 38 while (c1 == c2); in strcmp() 40 return c1 - c2; in strcmp()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/ |
A D | strverscmp.c | 53 unsigned char c1, c2; in strverscmp() local 86 c1 = *p1++; in strverscmp() 89 state = S_N | ((c1 == '0') + (isdigit (c1) != 0)); in strverscmp() 91 while ((diff = c1 - c2) == 0 && c1 != '\0') in strverscmp() 94 c1 = *p1++; in strverscmp() 96 state |= (c1 == '0') + (isdigit (c1) != 0); in strverscmp()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/fnmatch/ |
A D | fnmatch_loop.c | 273 str[c1++] = c; in FCT() 426 size_t c1 = 0; in FCT() local 438 ++c1; in FCT() 508 && (c1 in FCT() 546 ++c1) in FCT() 547 if (n[c1] != wextra[1 + c1]) in FCT() 553 for (c1 = 0; c1 < extra[idx]; ++c1) in FCT() 554 if (n[c1] != extra[1 + c1]) in FCT() 666 ++c1; in FCT() 675 if (c1 != 1) in FCT() [all …]
|
A D | fnmatch_old.c | 109 char c1 = (!(flags & FNM_NOESCAPE) && c == '\\') ? *p : c; in fnmatch() local 111 c1 = FOLD(c1); in fnmatch() 113 if ((c == '[' || FOLD(*n) == c1) && in fnmatch()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/ |
A D | tst-attr3.c | 167 cpu_set_t c1, c2; in tf() local 168 err = pthread_getaffinity_np (pthread_self (), sizeof (c1), &c1); in tf() 177 else if (memcmp (&c1, &c2, sizeof (c1))) in tf() 210 cpu_set_t c1, c2; in do_test() local 219 err = pthread_attr_getaffinity_np (&a, sizeof (c1), &c1); in do_test() 313 err = pthread_getaffinity_np (pthread_self (), sizeof (c1), &c1); in do_test() 322 else if (memcmp (&c1, &c2, sizeof (c1))) in do_test()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/include/ |
A D | dl-string.h | 61 register unsigned char c1, c2; in _dl_strcmp() local 64 c1 = (unsigned char) *++s1; in _dl_strcmp() 66 if (c1 == '\0') in _dl_strcmp() 67 return c1 - c2; in _dl_strcmp() 68 } while (c1 == c2); in _dl_strcmp() 70 return c1 - c2; in _dl_strcmp() 134 unsigned char *c1 = (unsigned char *)s1-1; in _dl_memcmp() local 138 if (*++c1 != *++c2) in _dl_memcmp() 139 return *c1 - *c2; in _dl_memcmp()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/ |
A D | regex_old.c | 2554 if (!(c1 == '+' || c1 == '?')) in PREFIX() 2750 BUF_PUSH(c1); in PREFIX() 2820 str[c1++] = c; in PREFIX() 2887 c1 = 0; in PREFIX() 2898 str[c1++] = c; in PREFIX() 2924 if (c1 != 1) in PREFIX() 3226 str[c1++] = c; in PREFIX() 3231 str[c1++] = c; in PREFIX() 3343 c1 = 0; in PREFIX() 3354 str[c1++] = c; in PREFIX() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/ryu/ |
A D | d2fixed.c | 152 const uint32_t c1 = s0high < low1; in mulShift_mod1e9() local 153 const uint64_t s1low = low2 + high1 + c1; // 128 in mulShift_mod1e9() 201 const uint32_t c1 = (c / 100) << 1; in append_n_digits() local 203 memcpy(result + olength - i - 4, DIGIT_TABLE + c1, 2); in append_n_digits() 238 const uint32_t c1 = (c / 100) << 1; in append_d_digits() local 240 memcpy(result + olength + 1 - i - 4, DIGIT_TABLE + c1, 2); in append_d_digits() 299 const uint32_t c1 = (c / 100) << 1; in append_nine_digits() local 301 memcpy(result + 5 - i, DIGIT_TABLE + c1, 2); in append_nine_digits()
|
A D | d2s.c | 342 const uint32_t c1 = (c / 100) << 1; in to_chars() local 346 memcpy(result + index + olength - i - 3, DIGIT_TABLE + c1, 2); in to_chars() 360 const uint32_t c1 = (c / 100) << 1; in to_chars() local 362 memcpy(result + index + olength - i - 3, DIGIT_TABLE + c1, 2); in to_chars()
|
A D | generic_128.h | 379 const uint128_t c1 = s1 < b01; // 196 x in mul_128_256_shift() local 389 const uint128_t p1 = q1 + (c1 << 64) + d0; // 128 in mul_128_256_shift()
|
A D | f2s.c | 253 const uint32_t c1 = (c / 100) << 1; in to_chars() local 255 memcpy(result + index + olength - i - 3, DIGIT_TABLE + c1, 2); in to_chars()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/config/locale/gnu/ |
A D | numeric_members.cc | 61 char c1; in __narrow_multibyte_chars() local 65 char* outbuf = &c1; in __narrow_multibyte_chars() 74 inbuf = &c1; in __narrow_multibyte_chars()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/config/locale/gnu/ |
A D | numeric_members.cc | 61 char c1; in __narrow_multibyte_chars() local 65 char* outbuf = &c1; in __narrow_multibyte_chars() 74 inbuf = &c1; in __narrow_multibyte_chars()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/config/locale/gnu/ |
A D | numeric_members.cc | 61 char c1; in __narrow_multibyte_chars() local 65 char* outbuf = &c1; in __narrow_multibyte_chars() 74 inbuf = &c1; in __narrow_multibyte_chars()
|
/l4re-core-master/l4sys/include/ |
A D | types.h | 376 L4_INLINE unsigned l4_capability_equal(l4_cap_idx_t c1, l4_cap_idx_t c2) L4_NOTHROW; 400 l4_capability_equal(l4_cap_idx_t c1, l4_cap_idx_t c2) L4_NOTHROW in l4_capability_equal() argument 401 { return (c1 >> L4_CAP_SHIFT) == (c2 >> L4_CAP_SHIFT); } in l4_capability_equal()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++11/ |
A D | codecvt.cc | 255 unsigned char c1 = from[0]; in read_utf8_code_point() local 257 if (c1 < 0x80) in read_utf8_code_point() 260 return c1; in read_utf8_code_point() 264 else if (c1 < 0xE0) // 2-byte sequence in read_utf8_code_point() 271 char32_t c = (c1 << 6) + c2 - 0x3080; in read_utf8_code_point() 276 else if (c1 < 0xF0) // 3-byte sequence in read_utf8_code_point() 283 if (c1 == 0xE0 && c2 < 0xA0) // overlong in read_utf8_code_point() 288 char32_t c = (c1 << 12) + (c2 << 6) + c3 - 0xE2080; in read_utf8_code_point() 293 else if (c1 < 0xF5) // 4-byte sequence in read_utf8_code_point() 300 if (c1 == 0xF0 && c2 < 0x90) // overlong in read_utf8_code_point() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++11/ |
A D | codecvt.cc | 255 unsigned char c1 = from[0]; in read_utf8_code_point() local 257 if (c1 < 0x80) in read_utf8_code_point() 260 return c1; in read_utf8_code_point() 264 else if (c1 < 0xE0) // 2-byte sequence in read_utf8_code_point() 271 char32_t c = (c1 << 6) + c2 - 0x3080; in read_utf8_code_point() 276 else if (c1 < 0xF0) // 3-byte sequence in read_utf8_code_point() 283 if (c1 == 0xE0 && c2 < 0xA0) // overlong in read_utf8_code_point() 288 char32_t c = (c1 << 12) + (c2 << 6) + c3 - 0xE2080; in read_utf8_code_point() 293 else if (c1 < 0xF5) // 4-byte sequence in read_utf8_code_point() 300 if (c1 == 0xF0 && c2 < 0x90) // overlong in read_utf8_code_point() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++11/ |
A D | codecvt.cc | 255 unsigned char c1 = from[0]; in read_utf8_code_point() local 257 if (c1 < 0x80) in read_utf8_code_point() 260 return c1; in read_utf8_code_point() 264 else if (c1 < 0xE0) // 2-byte sequence in read_utf8_code_point() 271 char32_t c = (c1 << 6) + c2 - 0x3080; in read_utf8_code_point() 276 else if (c1 < 0xF0) // 3-byte sequence in read_utf8_code_point() 283 if (c1 == 0xE0 && c2 < 0xA0) // overlong in read_utf8_code_point() 288 char32_t c = (c1 << 12) + (c2 << 6) + c3 - 0xE2080; in read_utf8_code_point() 293 else if (c1 < 0xF5) // 4-byte sequence in read_utf8_code_point() 300 if (c1 == 0xF0 && c2 < 0x90) // overlong in read_utf8_code_point() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++11/ |
A D | codecvt.cc | 255 unsigned char c1 = from[0]; in read_utf8_code_point() local 257 if (c1 < 0x80) in read_utf8_code_point() 260 return c1; in read_utf8_code_point() 264 else if (c1 < 0xE0) // 2-byte sequence in read_utf8_code_point() 271 char32_t c = (c1 << 6) + c2 - 0x3080; in read_utf8_code_point() 276 else if (c1 < 0xF0) // 3-byte sequence in read_utf8_code_point() 283 if (c1 == 0xE0 && c2 < 0xA0) // overlong in read_utf8_code_point() 288 char32_t c = (c1 << 12) + (c2 << 6) + c3 - 0xE2080; in read_utf8_code_point() 293 else if (c1 < 0xF5) // 4-byte sequence in read_utf8_code_point() 300 if (c1 == 0xF0 && c2 < 0x90) // overlong in read_utf8_code_point() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++11/ |
A D | codecvt.cc | 257 unsigned char c1 = from[0]; in read_utf8_code_point() local 259 if (c1 < 0x80) in read_utf8_code_point() 262 return c1; in read_utf8_code_point() 266 else if (c1 < 0xE0) // 2-byte sequence in read_utf8_code_point() 273 char32_t c = (c1 << 6) + c2 - 0x3080; in read_utf8_code_point() 278 else if (c1 < 0xF0) // 3-byte sequence in read_utf8_code_point() 285 if (c1 == 0xE0 && c2 < 0xA0) // overlong in read_utf8_code_point() 290 char32_t c = (c1 << 12) + (c2 << 6) + c3 - 0xE2080; in read_utf8_code_point() 295 else if (c1 < 0xF5) // 4-byte sequence in read_utf8_code_point() 302 if (c1 == 0xF0 && c2 < 0x90) // overlong in read_utf8_code_point() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++11/ |
A D | codecvt.cc | 257 unsigned char c1 = from[0]; in read_utf8_code_point() local 259 if (c1 < 0x80) in read_utf8_code_point() 262 return c1; in read_utf8_code_point() 266 else if (c1 < 0xE0) // 2-byte sequence in read_utf8_code_point() 273 char32_t c = (c1 << 6) + c2 - 0x3080; in read_utf8_code_point() 278 else if (c1 < 0xF0) // 3-byte sequence in read_utf8_code_point() 285 if (c1 == 0xE0 && c2 < 0xA0) // overlong in read_utf8_code_point() 290 char32_t c = (c1 << 12) + (c2 << 6) + c3 - 0xE2080; in read_utf8_code_point() 295 else if (c1 < 0xF5) // 4-byte sequence in read_utf8_code_point() 302 if (c1 == 0xF0 && c2 < 0x90) // overlong in read_utf8_code_point() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++11/ |
A D | codecvt.cc | 257 unsigned char c1 = from[0]; in read_utf8_code_point() local 259 if (c1 < 0x80) in read_utf8_code_point() 262 return c1; in read_utf8_code_point() 266 else if (c1 < 0xE0) // 2-byte sequence in read_utf8_code_point() 273 char32_t c = (c1 << 6) + c2 - 0x3080; in read_utf8_code_point() 278 else if (c1 < 0xF0) // 3-byte sequence in read_utf8_code_point() 285 if (c1 == 0xE0 && c2 < 0xA0) // overlong in read_utf8_code_point() 290 char32_t c = (c1 << 12) + (c2 << 6) + c3 - 0xE2080; in read_utf8_code_point() 295 else if (c1 < 0xF5) // 4-byte sequence in read_utf8_code_point() 302 if (c1 == 0xF0 && c2 < 0x90) // overlong in read_utf8_code_point() [all …]
|
/l4re-core-master/l4util/lib/src/ARCH-amd64/ |
A D | pmc_events.in | 47 c1 FLOPS
|
/l4re-core-master/l4util/lib/src/ARCH-x86/ |
A D | pmc_events.in | 47 c1 FLOPS
|