Searched refs:found (Results 1 – 25 of 43) sorted by relevance
12
/picolibc-3.7.0-3.6.0/newlib/libc/machine/spu/ |
D | strstr_ea.c | 47 int found; in strstr_ea() local 58 found = 1; in strstr_ea() 64 found = 0; in strstr_ea() 67 if (found) { in strstr_ea()
|
/picolibc-3.7.0-3.6.0/newlib/libc/string/ |
D | strspn.c | 60 goto found; in strspn() 64 found: in strspn()
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/rx/ |
D | memchr.S | 21 sub #1, r1 ; We have found a match, bit now R1 points to the byte after the match. 27 stnz #1, r1 ; If no match was found return NULL.
|
D | strncat.S | 53 beq 1f ; Z flag is set if a match was found.
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/i960/ |
D | strlen.S | 94 bo.f Lsearch_for_null # branch if null found 98 bno Lsearch_for_word_with_null_byte # branch if null not found yet
|
D | strchr.S | 100 bo Lsearch_for_char # branch if char found 106 mov 0,g0 # char not found. Return null
|
D | memchr.S | 110 bo Lsearch_for_char # branch if null found 115 mov 0,g0 # char not found. Return null
|
D | strcpy.S | 127 bo.f Lsearch_for_null # branch if null found 131 bno Lsearch_for_word_with_null_byte # branch if null not found yet
|
D | strncpy.S | 111 scanbyte 0, g4 # null byte found? 141 bne Lcloop.c # loop until null found
|
D | strchr_ca.S | 117 bo.f Lsearch_for_char # branch if null found 123 mov 0,g0 # char not found. Return null
|
D | memchr_ca.S | 120 bo.f Lsearch_for_char # branch if null found 124 mov 0,g0 # char not found. Return null
|
D | strlen_ca.S | 120 bo.f Lsearch_for_null # branch if null found 123 bno.t Leven_word # branch if null not found yet
|
D | strpbrk.S | 94 mov 0,g0 # return null if brkset char not found in string
|
D | strncmp.S | 101 be .Lcloop.a # perform char comparator if null byte found
|
D | memccpy.S | 117 bno Lwloop_a # continue word loop if char not found.
|
D | strrchr.S | 107 bo Lword_has_null # branch if null found
|
/picolibc-3.7.0-3.6.0/ |
D | .gitignore | 43 lost+found
|
/picolibc-3.7.0-3.6.0/newlib/libc/ctype/ |
D | mkcategories | 16 else echo UnicodeData.txt not found >&2
|
D | mkcaseconv | 12 else echo UnicodeData.txt not found >&2
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/arm/ |
D | memchr.S | 300 @ returns r0 = pointer to character or NULL if not found 370 movs r0,#0 @ not found 376 subs r0,r0,#1 @ found
|
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/ |
D | findfp.c | 193 goto found; in __sfp() 202 found: in __sfp()
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/arc/ |
D | strchr-bs.S | 174 ; N.B. if we searched for a char zero and found it in the MSB, 176 ; like for an ordinary found zero - except for the extra stalls at jhi -
|
D | strchr.S | 180 ; N.B. if we searched for a char zero and found it in the MSB, 182 ; like for an ordinary found zero - except for the extra stalls at jhi -
|
D | strcmp-archs.S | 63 ; A match is found, spot it out
|
/picolibc-3.7.0-3.6.0/.github/ |
D | Dockerfile-zephyr | 33 echo "No host tools found"; \
|
12