/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/generic/ |
A D | strncmp.c | 28 unsigned reg_char c2 = '\0'; in strncmp() local 36 c2 = (unsigned char) *s2++; in strncmp() 37 if (c1 == '\0' || c1 != c2) in strncmp() 38 return c1 - c2; in strncmp() 40 c2 = (unsigned char) *s2++; in strncmp() 41 if (c1 == '\0' || c1 != c2) in strncmp() 42 return c1 - c2; in strncmp() 46 return c1 - c2; in strncmp() 50 return c1 - c2; in strncmp() 60 return c1 - c2; in strncmp() [all …]
|
A D | strcmp.c | 29 unsigned reg_char c1, c2; in strcmp() local 34 c2 = (unsigned char) *s2++; 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 87 c2 = *p2++; in strverscmp() 91 while ((diff = c1 - c2) == 0 && c1 != '\0') in strverscmp() 95 c2 = *p2++; in strverscmp() 99 state = result_type[state << 2 | (((c2 == '0') + (isdigit (c2) != 0)))]; in strverscmp()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/include/ |
A D | dl-string.h | 61 register unsigned char c1, c2; in _dl_strcmp() local 65 c2 = (unsigned char) *++s2; in _dl_strcmp() 67 return c1 - c2; in _dl_strcmp() 68 } while (c1 == c2); in _dl_strcmp() 70 return c1 - c2; in _dl_strcmp() 135 unsigned char *c2 = (unsigned char *)s2-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/test/nptl/ |
A D | tst-attr3.c | 167 cpu_set_t c1, c2; in tf() local 171 err = pthread_attr_getaffinity_np (&a, sizeof (c2), &c2); in tf() 177 else if (memcmp (&c1, &c2, sizeof (c1))) in tf() 210 cpu_set_t c1, c2; in do_test() local 316 err = pthread_attr_getaffinity_np (&a, sizeof (c2), &c2); in do_test() 322 else if (memcmp (&c1, &c2, sizeof (c1))) in do_test()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++11/ |
A D | codecvt.cc | 268 unsigned char c2 = from[1]; in read_utf8_code_point() local 269 if ((c2 & 0xC0) != 0x80) in read_utf8_code_point() 271 char32_t c = (c1 << 6) + c2 - 0x3080; in read_utf8_code_point() 280 unsigned char c2 = from[1]; in read_utf8_code_point() local 281 if ((c2 & 0xC0) != 0x80) in read_utf8_code_point() 297 unsigned char c2 = from[1]; in read_utf8_code_point() local 298 if ((c2 & 0xC0) != 0x80) in read_utf8_code_point() 406 if (is_low_surrogate(c2)) in read_utf16_code_point() 576 const char32_t c2 = from[1]; local 577 if (is_low_surrogate(c2)) [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++11/ |
A D | codecvt.cc | 268 unsigned char c2 = from[1]; in read_utf8_code_point() local 269 if ((c2 & 0xC0) != 0x80) in read_utf8_code_point() 271 char32_t c = (c1 << 6) + c2 - 0x3080; in read_utf8_code_point() 280 unsigned char c2 = from[1]; in read_utf8_code_point() local 281 if ((c2 & 0xC0) != 0x80) in read_utf8_code_point() 297 unsigned char c2 = from[1]; in read_utf8_code_point() local 298 if ((c2 & 0xC0) != 0x80) in read_utf8_code_point() 406 if (is_low_surrogate(c2)) in read_utf16_code_point() 576 const char32_t c2 = from[1]; local 577 if (is_low_surrogate(c2)) [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++11/ |
A D | codecvt.cc | 268 unsigned char c2 = from[1]; in read_utf8_code_point() local 269 if ((c2 & 0xC0) != 0x80) in read_utf8_code_point() 271 char32_t c = (c1 << 6) + c2 - 0x3080; in read_utf8_code_point() 280 unsigned char c2 = from[1]; in read_utf8_code_point() local 281 if ((c2 & 0xC0) != 0x80) in read_utf8_code_point() 297 unsigned char c2 = from[1]; in read_utf8_code_point() local 298 if ((c2 & 0xC0) != 0x80) in read_utf8_code_point() 406 if (is_low_surrogate(c2)) in read_utf16_code_point() 576 const char32_t c2 = from[1]; local 577 if (is_low_surrogate(c2)) [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++11/ |
A D | codecvt.cc | 268 unsigned char c2 = from[1]; in read_utf8_code_point() local 269 if ((c2 & 0xC0) != 0x80) in read_utf8_code_point() 271 char32_t c = (c1 << 6) + c2 - 0x3080; in read_utf8_code_point() 280 unsigned char c2 = from[1]; in read_utf8_code_point() local 281 if ((c2 & 0xC0) != 0x80) in read_utf8_code_point() 297 unsigned char c2 = from[1]; in read_utf8_code_point() local 298 if ((c2 & 0xC0) != 0x80) in read_utf8_code_point() 406 if (is_low_surrogate(c2)) in read_utf16_code_point() 576 const char32_t c2 = from[1]; local 577 if (is_low_surrogate(c2)) [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/config/locale/gnu/ |
A D | numeric_members.cc | 73 char c2; in __narrow_multibyte_chars() local 76 outbuf = &c2; in __narrow_multibyte_chars() 81 return c2; in __narrow_multibyte_chars()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/config/locale/gnu/ |
A D | numeric_members.cc | 73 char c2; in __narrow_multibyte_chars() local 76 outbuf = &c2; in __narrow_multibyte_chars() 81 return c2; in __narrow_multibyte_chars()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/config/locale/gnu/ |
A D | numeric_members.cc | 73 char c2; in __narrow_multibyte_chars() local 76 outbuf = &c2; in __narrow_multibyte_chars() 81 return c2; 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-10/src/c++11/ |
A D | codecvt.cc | 270 unsigned char c2 = from[1]; in read_utf8_code_point() local 271 if ((c2 & 0xC0) != 0x80) in read_utf8_code_point() 273 char32_t c = (c1 << 6) + c2 - 0x3080; in read_utf8_code_point() 282 unsigned char c2 = from[1]; in read_utf8_code_point() local 283 if ((c2 & 0xC0) != 0x80) in read_utf8_code_point() 299 unsigned char c2 = from[1]; in read_utf8_code_point() local 300 if ((c2 & 0xC0) != 0x80) in read_utf8_code_point() 409 if (is_low_surrogate(c2)) in read_utf16_code_point() 581 const char32_t c2 = from[1]; local 582 if (is_low_surrogate(c2)) [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++11/ |
A D | codecvt.cc | 270 unsigned char c2 = from[1]; in read_utf8_code_point() local 271 if ((c2 & 0xC0) != 0x80) in read_utf8_code_point() 273 char32_t c = (c1 << 6) + c2 - 0x3080; in read_utf8_code_point() 282 unsigned char c2 = from[1]; in read_utf8_code_point() local 283 if ((c2 & 0xC0) != 0x80) in read_utf8_code_point() 299 unsigned char c2 = from[1]; in read_utf8_code_point() local 300 if ((c2 & 0xC0) != 0x80) in read_utf8_code_point() 409 if (is_low_surrogate(c2)) in read_utf16_code_point() 581 const char32_t c2 = from[1]; local 582 if (is_low_surrogate(c2)) [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++11/ |
A D | codecvt.cc | 270 unsigned char c2 = from[1]; in read_utf8_code_point() local 271 if ((c2 & 0xC0) != 0x80) in read_utf8_code_point() 273 char32_t c = (c1 << 6) + c2 - 0x3080; in read_utf8_code_point() 282 unsigned char c2 = from[1]; in read_utf8_code_point() local 283 if ((c2 & 0xC0) != 0x80) in read_utf8_code_point() 299 unsigned char c2 = from[1]; in read_utf8_code_point() local 300 if ((c2 & 0xC0) != 0x80) in read_utf8_code_point() 409 if (is_low_surrogate(c2)) in read_utf16_code_point() 581 const char32_t c2 = from[1]; local 582 if (is_low_surrogate(c2)) [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/ryu/ |
A D | generic_128.h | 381 const uint128_t c2 = s2 < b02; // 256 x in mul_128_256_shift() local 391 const uint128_t p2 = b13 + (s3 >> 64) + c2 + (c3 << 64) + d1 + d2; // 256 in mul_128_256_shift()
|
A D | d2fixed.c | 154 const uint32_t c2 = s1low < low2; // high1 + c1 can't overflow, so compare against low2 in mulShift_mod1e9() local 155 const uint64_t s1high = high2 + c2; // 192 in mulShift_mod1e9()
|
/l4re-core-master/l4util/lib/src/ARCH-amd64/ |
A D | pmc_events.in | 59 c2 UOPS_RETIRED
|
/l4re-core-master/l4util/lib/src/ARCH-x86/ |
A D | pmc_events.in | 59 c2 UOPS_RETIRED
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/ |
A D | regcomp.c | 1724 unsigned char c2; in peek_token() local 1732 token->opr.c = c2; in peek_token() 1745 switch (c2) in peek_token() 1756 token->opr.idx = c2 - '1'; in peek_token() 1961 unsigned char c2; in peek_token_bracket() local 1964 token->opr.c = c2; in peek_token_bracket() 1970 unsigned char c2; in peek_token_bracket() local 1973 c2 = re_string_peek_byte (input, 1); in peek_token_bracket() 1975 c2 = 0; in peek_token_bracket() 1976 token->opr.c = c2; in peek_token_bracket() [all …]
|
A D | regex_old.c | 1992 # define BUF_PUSH_2(c1, c2) \ argument 1996 *b++ = (UCHAR_T) (c2); \ 2001 # define BUF_PUSH_3(c1, c2, c3) \ argument 2005 *b++ = (UCHAR_T) (c2); \
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/crypt/ |
A D | crypt.input | 84 0101040101010101 0000000000000000 25610288924511c2
|
A D | crypt.out.good | 84 K: 0101040101010101 P: 0000000000000000 C: 25610288924511c2 OK
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/nios/ |
A D | NM_Macros.S | 436 .macro NM_D_TxChar3 c1,c2,c3 439 NM_D_TxChar \c2
|