Searched refs:quit (Results 1 – 14 of 14) sorted by relevance
/picolibc-latest/newlib/libc/machine/i960/ |
D | memcmp.S | 94 cmpibge 0,g2,Lequal_exit # quit if max_bytes <= 0 100 bge Lequal_exit # quit (equal) if max_bytes exhausted 114 cmpobl g0,g2,.Lcloop # quit if max_bytes is exhausted
|
D | memcpy.S | 131 cmpobe g6, g5, Lexit # quit if no more bytes to move 137 cmpobne g6, g5, Lcloop_a # quit if no more bytes to move 153 cmpobe g6, g0, Lexit # quit if no more bytes to move 159 cmpobne g6, g0, Lcloop.a # quit if no more bytes to move
|
D | strpbrk.S | 83 cmpobe.f 0,g7,Lexit_char_not_found # quit if at end of string
|
D | strcspn.S | 78 cmpobe.f 0,g7,Lexit # quit if at end of string
|
D | strchr.S | 122 cmpobne 0,g6,Lsearch_for_char.a # quit if null comes before char
|
D | memchr.S | 123 cmpobe.f g6,g2,Lnot_found # quit if max_bytes exhausted
|
D | memccpy.S | 117 bl Lcloop_setup # quit word loop if less than 4 bytes
|
D | strncpy.S | 102 cmpibge 0,g2,Lexit # quit early if max_bytes <= 0
|
D | strcpy.S | 175 bne Lcloop # quit if null encountered
|
D | memchr_ca.S | 135 cmpobe.f g0,g2,Lnot_found # quit if max_bytes exhausted
|
D | strchr_ca.S | 144 cmpobne.t 0,g6,Lsearch_for_char.a # quit if null comes before char
|
D | strncat_ca.S | 170 be.f Lstore_null # if max_bytes is exhausted, store null and quit
|
/picolibc-latest/newlib/libc/machine/h8300/ |
D | reg_memcpy.S | 33 beq quit 47 quit: rts label
|
/picolibc-latest/newlib/libc/machine/hppa/ |
D | strncat.S | 38 comb,= r0,s_addr,quit /* quit if s2=NULL */ 239 quit: label
|