Home
last modified time | relevance | path

Searched refs:match (Results 1 – 25 of 42) sorted by relevance

12

/sysdeps/generic/
A Dutmp-equal.h26 __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 Dunwind-dw2-fde-glibc.c89 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 Dimport_file.awk3 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 Dfind_exidx.c38 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 Dstrchr.S26 @ 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 Drawmemchr.S26 @ 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 Dstrlen.S77 @ 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 Dstrrchr.S26 @ 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 Dstrrchr.S43 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 Dstrchr.S61 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 Drawmemchr.S62 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 Dstrrchr.S42 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 Dstrchr.S56 or t2, t3, t0 # e1 : bits set iff char match or zero match
/sysdeps/arm/armv6t2/
A Dmemchr.S22 @ 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 Dwcschr.S137 je L(match)
141 L(match):
A Dwcsrchr.S133 jnz L(match)
150 L(match):
/sysdeps/i386/i686/multiarch/
A Dstrchr-sse2-bsf.S140 je L(match)
145 L(match):
A Dstrrchr-sse2-bsf.S215 jnz L(match)
234 L(match):
A Dwcsrchr-sse2.S178 jnz L(match)
206 L(match):
/sysdeps/x86_64/multiarch/
A Dstrrchr-avx2.S160 jnz L(match)
177 L(match):
A Dstrrchr-evex.S190 jnz L(match)
206 L(match):
/sysdeps/powerpc/powerpc64/le/power9/
A Dstrcmp.S120 beq cr6, L(match)
125 L(match):
A Dstrncmp.S167 beq cr6, L(match)
172 L(match):
/sysdeps/posix/
A Dgetcwd.c348 bool match = (MATCHING_INO (d, thisino) || mount_point); in __getcwd_generic() local
349 if (! match) in __getcwd_generic()
/sysdeps/powerpc/powerpc64/power8/
A Dstrrchr.S251 blt cr6, L(match)
315 L(match):

Completed in 16 milliseconds

12