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

  /src/common/lib/libc/arch/arm/string/
strlen_arm.S 39 #define BYTE0 0x000000ff
44 #define BYTE0 0xff000000
123 tst r3, #BYTE0 /* is this byte 0? */
148 tst r3, #BYTE0 /* 1st byte was NUL? */
strchr_arm.S 39 #define BYTE0 0x000000ff
46 #define BYTE0 0xff000000
134 tst r3, #BYTE0 /* is this byte NUL? */
135 tstne r1, #BYTE0 /* no, does this byte match? */
147 tst r1, #BYTE0 /* does this byte match? */
150 tst r3, #BYTE0 /* is this byte NUL? */
strrchr_arm.S 35 #define BYTE0 0x000000ff
42 #define BYTE0 0xff000000
140 tst r3, #BYTE0 /* is byte 0 a NUL? */
142 tst r4, #BYTE0 /* is byte 0 a match? */
strcpy_arm.S 60 #define BYTE0 0x000000ff
67 #define BYTE0 0xff000000
170 tst r5, #BYTE0 /* does byte 0 contain a NUL? */
186 tst r5, #BYTE0 /* is NUL in byte 2? */
223 tst r4, #BYTE0 /* does byte 0 contain a NUL? */
304 tst r5, #BYTE0 /* does byte 0 contain a NUL? */
314 tst r5, #BYTE0 /* is there a NUL in byte 0? */
475 tst r5, #BYTE0 /* does byte 0 contain a NUL? */
488 tst r5, #BYTE0 /* is there a NUL in byte 0? */

Completed in 13 milliseconds