Home
last modified time | relevance | path

Searched refs:ch (Results 1 – 25 of 45) sorted by relevance

12

/sysdeps/s390/multiarch/
A D8bit-generic.c68 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 Dtst-cleanupx0.expect1 ch (3)
2 ch (2)
3 ch (1)
A Dtst-cleanup0.expect1 ch (3)
2 ch (2)
3 ch (1)
A Dtst-cleanup0.c28 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 Dtst-cleanup3.c33 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 Dtst-cleanup1.c33 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 Dtst-cond8.c33 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 Dutf8-utf32-z9.c231 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 Dutf8-utf16-z9.c354 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 Dtst-gettid-kill.c57 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 Dstrcpy-sse2-unaligned.S1044 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 Dstrchr-sse2-no-bsf.S86 mov %dl, %ch
87 and $15, %ch
131 mov %dh, %ch
132 and $15, %ch
/sysdeps/i386/fpu/
A Ds_expm1.S59 movb $0x45, %ch
63 andb %ah, %ch
67 cmpb $0x01, %ch
72 andb %ah, %ch
73 cmpb $0x40, %ch
A Ds_expm1f.S59 movb $0x45, %ch
63 andb %ah, %ch
67 cmpb $0x01, %ch
72 andb %ah, %ch
73 cmpb $0x40, %ch
/sysdeps/i386/
A Dstrlen.S34 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 Dstrchr.S264 testb %ch, %ch /* is second byte C? */
266 cmpb %dl, %ch /* is second byte NUL? */
A Dstrchrnul.S254 testb %ch, %ch /* is second byte CHR? */
256 cmpb %dl, %ch /* is second byte NUL? */
A Drawmemchr.S194 testb %ch, %ch /* test second byte in dword */
/sysdeps/x86_64/x32/
A Dtst-size_t-memset.c52 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 Dstrrchr-sse2.S264 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 Dstrchr-sse2.S148 mov %dl, %ch
149 and $15, %ch
193 mov %dh, %ch
194 and $15, %ch
/sysdeps/x86_64/
A Dstrcat.S112 testb %ch, %ch /* is second byte NUL? */
130 testb %ch, %ch /* is second byte NUL? */
/sysdeps/i386/i586/
A Dstrlen.S164 testb %ch, %ch /* second byte NUL? */
A Dstrchr.S69 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 Dimport_intel_libm35 *.[ch])

Completed in 31 milliseconds

12