Home
last modified time | relevance | path

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

12

/picolibc-3.7.0-3.6.0/newlib/libc/machine/spu/
Dstrstr_ea.c47 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/
Dstrspn.c60 goto found; in strspn()
64 found: in strspn()
/picolibc-3.7.0-3.6.0/newlib/libc/machine/rx/
Dmemchr.S21 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.
Dstrncat.S53 beq 1f ; Z flag is set if a match was found.
/picolibc-3.7.0-3.6.0/newlib/libc/machine/i960/
Dstrlen.S94 bo.f Lsearch_for_null # branch if null found
98 bno Lsearch_for_word_with_null_byte # branch if null not found yet
Dstrchr.S100 bo Lsearch_for_char # branch if char found
106 mov 0,g0 # char not found. Return null
Dmemchr.S110 bo Lsearch_for_char # branch if null found
115 mov 0,g0 # char not found. Return null
Dstrcpy.S127 bo.f Lsearch_for_null # branch if null found
131 bno Lsearch_for_word_with_null_byte # branch if null not found yet
Dstrncpy.S111 scanbyte 0, g4 # null byte found?
141 bne Lcloop.c # loop until null found
Dstrchr_ca.S117 bo.f Lsearch_for_char # branch if null found
123 mov 0,g0 # char not found. Return null
Dmemchr_ca.S120 bo.f Lsearch_for_char # branch if null found
124 mov 0,g0 # char not found. Return null
Dstrlen_ca.S120 bo.f Lsearch_for_null # branch if null found
123 bno.t Leven_word # branch if null not found yet
Dstrpbrk.S94 mov 0,g0 # return null if brkset char not found in string
Dstrncmp.S101 be .Lcloop.a # perform char comparator if null byte found
Dmemccpy.S117 bno Lwloop_a # continue word loop if char not found.
Dstrrchr.S107 bo Lword_has_null # branch if null found
/picolibc-3.7.0-3.6.0/
D.gitignore43 lost+found
/picolibc-3.7.0-3.6.0/newlib/libc/ctype/
Dmkcategories16 else echo UnicodeData.txt not found >&2
Dmkcaseconv12 else echo UnicodeData.txt not found >&2
/picolibc-3.7.0-3.6.0/newlib/libc/machine/arm/
Dmemchr.S300 @ 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/
Dfindfp.c193 goto found; in __sfp()
202 found: in __sfp()
/picolibc-3.7.0-3.6.0/newlib/libc/machine/arc/
Dstrchr-bs.S174 ; 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 -
Dstrchr.S180 ; 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 -
Dstrcmp-archs.S63 ; A match is found, spot it out
/picolibc-3.7.0-3.6.0/.github/
DDockerfile-zephyr33 echo "No host tools found"; \

12