Searched refs:find (Results 1 – 19 of 19) sorted by relevance
/sysdeps/alpha/ |
A D | memchr.c | 32 #define find(X, Y) cmpbeq0 ((X) ^ (Y)) macro 72 found = find (current, c) & ~mask; in __memchr() 90 found = find (current, c); in __memchr() 109 found = find (current, c); \ in __memchr() 115 found = find (current, c); \ in __memchr() 144 found = find (current, c); in __memchr() 154 found = find (current, c) & ~mask; in __memchr()
|
A D | strcmp.S | 76 and a0, 7, t4 # e0 : find s1 misalignment 77 and a1, 7, t5 # .. e1 : find s2 misalignment 96 cmpbge zero, t1, t7 # .. e1 : find that zero again 115 cmpbge zero, t0, t7 # .. e1 : find zero in first s1 word 145 cmpbge zero, t0, t7 # .. e1 : find zero in current s1 word 150 cmpbge zero, t2, t4 # e0 : find zero in next low bits
|
A D | stxncpy.S | 96 negq t7, t8 # e0 : find low bit set 128 and a0, 7, t0 # find dest misalignment 181 cmpbge zero, t2, t7 # e0 : find nulls in second partial 299 and a0, 7, t4 # .. e1 : find dest misalignment 300 and a1, 7, t5 # e0 : find src misalignment
|
A D | strncmp.S | 53 and a0, 7, t4 # find s1 misalignment 54 and a1, 7, t5 # find s2 misalignment 167 cmpbge zero, t0, t7 # find eos in first s1 word
|
A D | stxcpy.S | 83 negq t7, t6 # e0 : find low bit set 241 and a0, 7, t4 # .. e1 : find dest misalignment 242 and a1, 7, t5 # e0 : find src misalignment
|
A D | bzero.S | 85 and a1, 7, t4 # .. e1 : find number of bytes in tail
|
A D | memset.S | 96 and a2, 7, t4 # .. e1 : find number of bytes in tail
|
/sysdeps/generic/ |
A D | intr-msg.h | 15 #error Could not find machine-dependent intr-msg.h file.
|
A D | Makefile | 24 ifeq (yes:yes,$(build-shared):$(unwind-find-fde))
|
/sysdeps/mach/ |
A D | configure.ac | 5 AC_MSG_ERROR([cannot find required build tool mig]) 16 [AC_MSG_ERROR([cannot find Mach headers])], -) 18 AC_MSG_ERROR([cannot find Mach .defs files])], -)
|
A D | configure | 125 as_fn_error $? "cannot find required build tool mig" "$LINENO" 5 142 as_fn_error $? "cannot find Mach headers" "$LINENO" 5 150 as_fn_error $? "cannot find Mach .defs files" "$LINENO" 5
|
/sysdeps/alpha/alphaev6/ |
A D | stxncpy.S | 110 negq t7, t8 # E : find low bit set 146 and a0, 7, t0 # E : find dest misalignment 212 cmpbge zero, t2, t7 # E : find nulls in second partial 335 and a0, 7, t4 # E : find dest misalignment 336 and a1, 7, t5 # E : find src misalignment
|
A D | stxcpy.S | 88 negq t10, t6 # E : find low bit set 260 and a0, 7, t4 # E : find dest misalignment 261 and a1, 7, t5 # E : find src misalignment
|
/sysdeps/powerpc/ |
A D | preconfigure.ac | 37 # directory exists in sysdeps/powerpc. Likewise, if we find a
|
A D | preconfigure | 37 # directory exists in sysdeps/powerpc. Likewise, if we find a
|
/sysdeps/arm/ |
A D | preconfigure.ac | 45 AC_MSG_WARN([arm/preconfigure: Did not find ARM architecture type; using default])
|
A D | strlen.S | 58 Llastword: @ drop through to here once we find a
|
A D | preconfigure | 49 …{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: arm/preconfigure: Did not find ARM architecture … 50 $as_echo "$as_me: WARNING: arm/preconfigure: Did not find ARM architecture type; using default" >&2…
|
/sysdeps/arm/armv6/ |
A D | strrchr.S | 65 @ Any time we find a match in a word, we copy the address of
|
Completed in 12 milliseconds