HomeSort by: relevance | last modified time | path
    Searched defs:Lfind_match (Results 1 - 2 of 2) sorted by relevancy

  /src/common/lib/libc/arch/arm/string/
strchr_arm.S 100 cbz r2, .Lfind_match /* searching for NUL? yes, find it */
103 beq .Lfind_match /* yes, find the match */
106 beq .Lfind_match /* no, find the match */
117 .Lfind_match:
strrchr_arm.S 103 beq .Lfind_match /* no, find matching byte */
118 .Lfind_match:

Completed in 13 milliseconds