/sysdeps/s390/multiarch/ |
A D | 8bit-generic.c | 68 put32 (outptr, ch); \ 196 || (__builtin_expect (from_ucs4[ch], '\1') == '\0' && ch != 0)) \ 198 UNICODE_TAG_HANDLER (ch, 4); \ 204 *outptr++ = from_ucs4[ch]; \ 340 uint32_t ch; \ 343 ch = get32 (inptr); \ 346 *outptr++ = from_ucs4[ch]; \ 351 ch = get32 (inptr); \ 352 if (ch == 0) \ 355 *outptr++ = from_ucs4[ch]; \ [all …]
|
/sysdeps/pthread/ |
A D | tst-cleanupx0.expect | 1 ch (3) 2 ch (2) 3 ch (1)
|
A D | tst-cleanup0.expect | 1 ch (3) 2 ch (2) 3 ch (1)
|
A D | tst-cleanup0.c | 28 ch (void *arg) in ch() function 54 pthread_cleanup_push (ch, (void *) 1l); in do_test() 56 pthread_cleanup_push (ch, (void *) 2l); in do_test() 58 pthread_cleanup_push (ch, (void *) 3l); in do_test()
|
A D | tst-cleanup3.c | 33 ch (void *arg) in ch() function 47 pthread_cleanup_push (ch, (void *) 1l); in tf() 49 pthread_cleanup_push (ch, (void *) 2l); in tf() 51 pthread_cleanup_push (ch, (void *) 3l); in tf()
|
A D | tst-cleanup1.c | 33 ch (void *arg) in ch() function 49 pthread_cleanup_push (ch, (void *) 1l); in tf() 51 pthread_cleanup_push (ch, (void *) 2l); in tf() 53 pthread_cleanup_push (ch, (void *) 3l); in tf()
|
A D | tst-cond8.c | 33 ch (void *arg) in ch() function 86 pthread_cleanup_push (ch, NULL); in tf1() 126 pthread_cleanup_push (ch, NULL); in tf2()
|
/sysdeps/s390/ |
A D | utf8-utf32-z9.c | 231 assert (ch != 0xc0 && ch != 0xc1); \ 232 if (ch >= 0xc2 && ch < 0xe0) \ 238 ch &= 0x1f; \ 244 ch &= 0x0f; \ 269 ch <<= 6; \ 346 if (ch >= 0xc2 && ch < 0xe0) \ 352 ch &= 0x1f; \ 358 ch &= 0x0f; \ 364 ch &= 0x07; \ 407 ch <<= 6; \ [all …]
|
A D | utf8-utf16-z9.c | 354 uint16_t ch = *inptr; \ 356 if (__glibc_likely (ch < 0x80)) \ 366 if (ch >= 0xc2 && ch < 0xe0) \ 372 ch &= 0x1f; \ 374 else if (__glibc_likely ((ch & 0xf0) == 0xe0)) \ 378 ch &= 0x0f; \ 384 ch &= 0x07; \ 475 ch <<= 6; \ 476 ch |= byte & 0x3f; \ 484 || (ch >= 0xd800 && ch <= 0xdfff)) \ [all …]
|
/sysdeps/unix/sysv/linux/ |
A D | tst-gettid-kill.c | 57 char ch = 'X'; in sigusr1_handler() local 58 xwrite (pipe_signal[1], &ch, 1); in sigusr1_handler() 82 char ch; in thread_read_signal() local 83 ssize_t ret = read (pipe_signal[0], &ch, 1); in thread_read_signal() 87 TEST_COMPARE (ch, 'X'); in thread_read_signal()
|
/sysdeps/x86_64/multiarch/ |
A D | strcpy-sse2-unaligned.S | 1044 xor %ch, %ch 1057 xor %ch, %ch 1070 xor %ch, %ch 1085 xor %ch, %ch 1098 xor %ch, %ch 1113 xor %ch, %ch 1128 xor %ch, %ch 1143 xor %ch, %ch 1156 xor %ch, %ch 1171 xor %ch, %ch [all …]
|
A D | strchr-sse2-no-bsf.S | 86 mov %dl, %ch 87 and $15, %ch 131 mov %dh, %ch 132 and $15, %ch
|
/sysdeps/i386/fpu/ |
A D | s_expm1.S | 59 movb $0x45, %ch 63 andb %ah, %ch 67 cmpb $0x01, %ch 72 andb %ah, %ch 73 cmpb $0x40, %ch
|
A D | s_expm1f.S | 59 movb $0x45, %ch 63 andb %ah, %ch 67 cmpb $0x01, %ch 72 andb %ah, %ch 73 cmpb $0x40, %ch
|
/sysdeps/i386/ |
A D | strlen.S | 34 cmpb %ch, (%eax) /* is byte NUL? */ 40 cmpb %ch, (%eax) /* is byte NUL? */ 46 cmpb %ch, (%eax) /* is byte NUL? */ 119 testb %ch, %ch /* is second byte NUL? */
|
A D | strchr.S | 264 testb %ch, %ch /* is second byte C? */ 266 cmpb %dl, %ch /* is second byte NUL? */
|
A D | strchrnul.S | 254 testb %ch, %ch /* is second byte CHR? */ 256 cmpb %dl, %ch /* is second byte NUL? */
|
A D | rawmemchr.S | 194 testb %ch, %ch /* test second byte in dword */
|
/sysdeps/x86_64/x32/ |
A D | tst-size_t-memset.c | 52 CHAR ch = 0x23; in test_main() local 54 parameter_t c = { { 0 }, (void *) (uintptr_t) ch }; in test_main() 63 if (p[i] != ch) in test_main()
|
/sysdeps/i386/i686/multiarch/ |
A D | strrchr-sse2.S | 264 mov %ch, %dh 267 test $0x01, %ch 269 test $0x02, %ch 271 test $0x04, %ch 285 test $0x10, %ch 287 test $0x20, %ch 289 test $0x40, %ch 595 mov %ch, %dh 598 test $0x01, %ch 600 test $0x02, %ch [all …]
|
A D | strchr-sse2.S | 148 mov %dl, %ch 149 and $15, %ch 193 mov %dh, %ch 194 and $15, %ch
|
/sysdeps/x86_64/ |
A D | strcat.S | 112 testb %ch, %ch /* is second byte NUL? */ 130 testb %ch, %ch /* is second byte NUL? */
|
/sysdeps/i386/i586/ |
A D | strlen.S | 164 testb %ch, %ch /* second byte NUL? */
|
A D | strchr.S | 69 movb %cl, %ch /* now %ecx is 0|0|c|c */ 320 cmpb %dl, %ch /* second byte == C? */ 323 cmpb $0, %ch /* second byte == NUL? */ 338 cmpb %dl, %ch /* fourth byte == C? */
|
/sysdeps/ia64/fpu/ |
A D | import_intel_libm | 35 *.[ch])
|