/sysdeps/generic/ |
A D | utmp-equal.h | 26 __utmp_equal (const struct utmp *entry, const struct utmp *match) in __utmp_equal() argument 32 && (match->ut_type == INIT_PROCESS in __utmp_equal() 33 || match->ut_type == LOGIN_PROCESS in __utmp_equal() 34 || match->ut_type == USER_PROCESS in __utmp_equal() 35 || match->ut_type == DEAD_PROCESS) in __utmp_equal() 36 && (entry->ut_id[0] && match->ut_id[0] in __utmp_equal() 37 ? strncmp (entry->ut_id, match->ut_id, sizeof match->ut_id) == 0 in __utmp_equal() 38 : (strncmp (entry->ut_line, match->ut_line, sizeof match->ut_line) in __utmp_equal()
|
A D | unwind-dw2-fde-glibc.c | 89 long n, match; in _Unwind_IteratePhdrCallback() local 101 match = 0; in _Unwind_IteratePhdrCallback() 115 match = 1; in _Unwind_IteratePhdrCallback() 122 if (!match || !p_eh_frame_hdr) in _Unwind_IteratePhdrCallback()
|
/sysdeps/ia64/fpu/ |
A D | import_file.awk | 3 while (!match($0, "^/[/*] static char cvs_id")) { 47 while (!match($0, "^[ \t]*data")) { 70 if (match(name, "^"FUNC"$")) { 77 if (match(name, "^"FUNC"$")) { 105 if (match(name, ieee754_funcs)) { 114 while (!match($0, "^"name"#?:")) { 118 while (!match($0, "^.endp")) { 123 if (match(name, "^exp10[fl]?$")) { 133 if (match(name, "^"FUNC"$")) { 136 while (!match($0, "^"name"#?:")) { [all …]
|
/sysdeps/arm/ |
A D | find_exidx.c | 38 int match; in find_exidx_callback() local 45 match = 0; in find_exidx_callback() 52 match = 1; in find_exidx_callback() 61 return match; in find_exidx_callback()
|
/sysdeps/arm/armv6/ |
A D | strchr.S | 26 @ r1 = character to match 27 @ returns NULL for no match, or a pointer to the match 100 @ Adjust r0 to point to the word containing the match. 101 @ Adjust r2 to the contents of the word containing the match. 102 @ Adjust r4 to the found bits for the word containing the match. 110 @ Find the bit-offset of the match within the word.
|
A D | rawmemchr.S | 26 @ r1 = character to match 27 @ returns a pointer to the match, which must be present. 84 @ Adjust r0 to point to the word containing the match. 85 @ Adjust r2 to the found bits for the word containing the match. 92 @ Find the bit-offset of the match within the word. Note that the
|
A D | strlen.S | 77 @ Adjust r0 to point to the word containing the match. 78 @ Adjust r2 to the found bits for the word containing the match. 85 @ Find the bit-offset of the match within the word. Note that the
|
A D | strrchr.S | 26 @ r1 = character to match 27 @ returns NULL for no match, or a pointer to the match 65 @ Any time we find a match in a word, we copy the address of
|
/sysdeps/alpha/alphaev67/ |
A D | strrchr.S | 43 mov zero, t6 # E : t6 is last match aligned addr 46 mov zero, t8 # E : t8 is last match byte compare mask 71 cmovne t3, v0, t6 # E : save previous comparisons match 87 negq t1, t4 # E : isolate first null byte match 93 cmovne t3, t3, t8 # E : save it, if match found Latency=2, extra map slot 103 cmoveq t8, 0x3f, t2 # E : Compensate for case when no match is seen
|
A D | strchr.S | 61 or t2, t3, t0 # E : bits set iff char match or zero match 64 cttz t0, a2 # U0 : speculative (in case we get a match) 81 cttz t3, a2 # U0 : speculative (in case we get a match)
|
A D | rawmemchr.S | 62 cttz t0, a2 # U0 : speculative (in case we get a match) 78 cttz t0, a2 # U0 : speculative (in case we get a match)
|
/sysdeps/alpha/ |
A D | strrchr.S | 42 mov zero, t6 # .. e1 : t6 is last match aligned addr 44 mov zero, t7 # .. e1 : t7 is last match byte compare mask 65 cmovne t3, v0, t6 # .. e1 : save previous comparisons match 75 negq t1, t4 # e0 : isolate first null byte match 81 cmovne t3, t3, t7 # .. e1 : save it, if match found
|
A D | strchr.S | 56 or t2, t3, t0 # e1 : bits set iff char match or zero match
|
/sysdeps/arm/armv6t2/ |
A D | memchr.S | 22 @ optimised path for large data sets; the worst case is finding the match early 81 orr r1, r1, r1, lsl #8 @ expand the match word across to all bytes 90 eor r4,r4, r1 @ Get it so that r4,r5 have 00's where the bytes match the target 115 eor r3,r3,r1 @ r3 = 0 if match - doesn't break flags from sub
|
/sysdeps/x86_64/ |
A D | wcschr.S | 137 je L(match) 141 L(match):
|
A D | wcsrchr.S | 133 jnz L(match) 150 L(match):
|
/sysdeps/i386/i686/multiarch/ |
A D | strchr-sse2-bsf.S | 140 je L(match) 145 L(match):
|
A D | strrchr-sse2-bsf.S | 215 jnz L(match) 234 L(match):
|
A D | wcsrchr-sse2.S | 178 jnz L(match) 206 L(match):
|
/sysdeps/x86_64/multiarch/ |
A D | strrchr-avx2.S | 160 jnz L(match) 177 L(match):
|
A D | strrchr-evex.S | 190 jnz L(match) 206 L(match):
|
/sysdeps/powerpc/powerpc64/le/power9/ |
A D | strcmp.S | 120 beq cr6, L(match) 125 L(match):
|
A D | strncmp.S | 167 beq cr6, L(match) 172 L(match):
|
/sysdeps/posix/ |
A D | getcwd.c | 348 bool match = (MATCHING_INO (d, thisino) || mount_point); in __getcwd_generic() local 349 if (! match) in __getcwd_generic()
|
/sysdeps/powerpc/powerpc64/power8/ |
A D | strrchr.S | 251 blt cr6, L(match) 315 L(match):
|