Lines Matching refs:is
24 * Use is subject to license terms.
53 ! This strcmp implementation first determines whether s1 is aligned.
54 ! If it is not, it attempts to align it and then checks the
55 ! alignment of the destination string. If it is possible to
57 ! a different compare for non-aligned strings is used.
59 ! degree to which a string is mis-aligned.
111 bne .wordsdiffer ! yup, find the byte that is different
144 bne .wordsdiffer ! yup, find the byte that is different
170 bne .wordsdiffer ! yup, find the byte that is different
216 ! we know byte 1 is equal, so can compare bytes 1,2 as a group