Home
last modified time | relevance | path

Searched refs:found (Results 1 – 25 of 46) sorted by relevance

12

/picolibc-latest/newlib/libc/machine/spu/
Dstrstr_ea.c49 int found; in strstr_ea() local
60 found = 1; in strstr_ea()
66 found = 0; in strstr_ea()
69 if (found) { in strstr_ea()
/picolibc-latest/newlib/libc/string/
Dstrspn.c60 goto found; in strspn()
64 found: in strspn()
/picolibc-latest/newlib/libc/machine/rx/
Dmemchr.S23 sub #1, r1 ; We have found a match, bit now R1 points to the byte after the match.
29 stnz #1, r1 ; If no match was found return NULL.
/picolibc-latest/newlib/libc/machine/i960/
Dstrlen.S96 bo.f Lsearch_for_null # branch if null found
100 bno Lsearch_for_word_with_null_byte # branch if null not found yet
Dstrchr.S102 bo Lsearch_for_char # branch if char found
108 mov 0,g0 # char not found. Return null
Dmemchr.S112 bo Lsearch_for_char # branch if null found
117 mov 0,g0 # char not found. Return null
Dstrncpy.S113 scanbyte 0, g4 # null byte found?
143 bne Lcloop.c # loop until null found
Dstrcpy.S129 bo.f Lsearch_for_null # branch if null found
133 bno Lsearch_for_word_with_null_byte # branch if null not found yet
Dmemchr_ca.S122 bo.f Lsearch_for_char # branch if null found
126 mov 0,g0 # char not found. Return null
Dstrchr_ca.S119 bo.f Lsearch_for_char # branch if null found
125 mov 0,g0 # char not found. Return null
Dstrlen_ca.S122 bo.f Lsearch_for_null # branch if null found
125 bno.t Leven_word # branch if null not found yet
Dstrpbrk.S96 mov 0,g0 # return null if brkset char not found in string
Dstrncmp.S103 be .Lcloop.a # perform char comparator if null byte found
Dmemccpy.S119 bno Lwloop_a # continue word loop if char not found.
Dstrrchr.S109 bo Lword_has_null # branch if null found
/picolibc-latest/
D.gitignore43 lost+found
/picolibc-latest/newlib/libc/ctype/
Dmkcategories16 else echo UnicodeData.txt not found >&2
Dmkcaseconv12 else echo UnicodeData.txt not found >&2
/picolibc-latest/newlib/libc/machine/arc64/
Dmemchr.S103 ; Break if found
126 ; Byte not found
236 ; Break if found
258 ; Byte not found
299 ;; Details on this technique can be found in:
331 ; found, into a "common" register we can operate on later [4].
355 ; One thing to note, is that ffs oddly returns 31 if no bit is found, setting
Dstrcmp.S271 ;; Details on this technique can be found in:
285 ;; If either a NULL byte or a difference between the strings is found, r12 is
286 ;; used to know in which word the NULL/difference is found
/picolibc-latest/newlib/libc/stdio/
Dfindfp.c192 goto found; in __sfp()
201 found: in __sfp()
/picolibc-latest/newlib/libc/machine/arc/
Dstrchr-bs.S177 ; N.B. if we searched for a char zero and found it in the MSB,
179 ; like for an ordinary found zero - except for the extra stalls at jhi -
Dstrchr.S182 ; N.B. if we searched for a char zero and found it in the MSB,
184 ; like for an ordinary found zero - except for the extra stalls at jhi -
Dstrcmp-archs.S66 ; A match is found, spot it out
/picolibc-latest/.github/
DDockerfile-zephyr33 echo "No host tools found"; \

12