Searched refs:have (Results 1 – 25 of 99) sorted by relevance
1234
23 sub #1, r1 ; We have found a match, bit now R1 points to the byte after the match.28 suntil.b ; Search until *r1 == r2 or r3 bytes have been examined.
16 cmp #0, r3 ; If max is zero we have nothing to do.32 bne 3b ; ... or we have copied N bytes.51 …ytes then we already know that the dest string is NUL terminated, so we do not have to do anything.
23 bne 2b ; ... or we have written a NUL byte35 cmp #0, r3 ; If we have copied the number of bytes requested
347 close(long double have, long double want, long double max_error) in close() argument349 if (have == want) in close()356 return fabsl(have) <= max_error; in close()357 return fabsl((have - want) / want) <= max_error; in close()
99 mov g4,g5 # now have a longword of char102 cmpo 15,g2 # Do we have to store more longwords?
3 # so we have to add -nostdlib to the compiler configuration itself or