Searched refs:found (Results 1 – 25 of 46) sorted by relevance
12
/picolibc-latest/newlib/libc/machine/spu/ |
D | strstr_ea.c | 49 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/ |
D | strspn.c | 60 goto found; in strspn() 64 found: in strspn()
|
/picolibc-latest/newlib/libc/machine/rx/ |
D | memchr.S | 23 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/ |
D | strlen.S | 96 bo.f Lsearch_for_null # branch if null found 100 bno Lsearch_for_word_with_null_byte # branch if null not found yet
|
D | strchr.S | 102 bo Lsearch_for_char # branch if char found 108 mov 0,g0 # char not found. Return null
|
D | memchr.S | 112 bo Lsearch_for_char # branch if null found 117 mov 0,g0 # char not found. Return null
|
D | strncpy.S | 113 scanbyte 0, g4 # null byte found? 143 bne Lcloop.c # loop until null found
|
D | strcpy.S | 129 bo.f Lsearch_for_null # branch if null found 133 bno Lsearch_for_word_with_null_byte # branch if null not found yet
|
D | memchr_ca.S | 122 bo.f Lsearch_for_char # branch if null found 126 mov 0,g0 # char not found. Return null
|
D | strchr_ca.S | 119 bo.f Lsearch_for_char # branch if null found 125 mov 0,g0 # char not found. Return null
|
D | strlen_ca.S | 122 bo.f Lsearch_for_null # branch if null found 125 bno.t Leven_word # branch if null not found yet
|
D | strpbrk.S | 96 mov 0,g0 # return null if brkset char not found in string
|
D | strncmp.S | 103 be .Lcloop.a # perform char comparator if null byte found
|
D | memccpy.S | 119 bno Lwloop_a # continue word loop if char not found.
|
D | strrchr.S | 109 bo Lword_has_null # branch if null found
|
/picolibc-latest/ |
D | .gitignore | 43 lost+found
|
/picolibc-latest/newlib/libc/ctype/ |
D | mkcategories | 16 else echo UnicodeData.txt not found >&2
|
D | mkcaseconv | 12 else echo UnicodeData.txt not found >&2
|
/picolibc-latest/newlib/libc/machine/arc64/ |
D | memchr.S | 103 ; 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
|
D | strcmp.S | 271 ;; 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/ |
D | findfp.c | 192 goto found; in __sfp() 201 found: in __sfp()
|
/picolibc-latest/newlib/libc/machine/arc/ |
D | strchr-bs.S | 177 ; 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 -
|
D | strchr.S | 182 ; 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 -
|
D | strcmp-archs.S | 66 ; A match is found, spot it out
|
/picolibc-latest/.github/ |
D | Dockerfile-zephyr | 33 echo "No host tools found"; \
|
12