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

  /src/common/lib/libc/arch/arm/string/
strlen_arm.S 40 #define BYTE1 0x0000ff00
45 #define BYTE1 0x00ff0000
124 tstne r3, #BYTE1 /* no, is this byte 1? */
151 tst r3, #BYTE1 /* 2nd byte was NUL? */
strchr_arm.S 40 #define BYTE1 0x0000ff00
47 #define BYTE1 0x00ff0000
136 tstne r3, #BYTE1 /* no, is this byte NUL? */
137 tstne r1, #BYTE1 /* no, does this byte match? */
153 tst r1, #BYTE1 /* does this byte match? */
156 tst r3, #BYTE1 /* is this byte NUL? */
strrchr_arm.S 36 #define BYTE1 0x0000ff00
43 #define BYTE1 0x00ff0000
144 tst r3, #BYTE1 /* is byte 1 a NUL? */
146 tst r4, #BYTE1 /* is byte 1 a match? */
strcpy_arm.S 61 #define BYTE1 0x0000ff00
68 #define BYTE1 0x00ff0000
171 tstne r5, #BYTE1 /* no, does byte 1 contain a NUL? */
189 tst r5, #BYTE1 /* is NUL in byte 2? */
250 tst r5, #BYTE1 /* did we find a NUL in byte 1? */
305 tstne r5, #BYTE1 /* no, does byte 1 contain a NUL? */
317 tst r5, #BYTE1 /* is there a NUL in byte 0? */
476 tstne r5, #BYTE1 /* no, does byte 1 contain a NUL? */
491 tst r5, #BYTE1 /* is there a NUL in byte 1? */
  /src/usr.bin/midirecord/
midirecord.c 762 #define BYTE1(x) ((x) & 0xff)
790 header[11] = BYTE1(ntracks);
792 header[13] = BYTE1(notes_per_beat);
797 track[7] = BYTE1(total_size);
802 bpm[6] = BYTE1(TEMPO_INV(tempo));

Completed in 115 milliseconds