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

  /src/common/lib/libc/arch/arm/string/
strlen_arm.S 41 #define BYTE2 0x00ff0000
46 #define BYTE2 0x0000ff00
125 tstne r3, #BYTE2 /* no, is this byte 2? */
154 tst r3, #BYTE2 /* 3rd byte was NUL? */
strchr_arm.S 41 #define BYTE2 0x00ff0000
48 #define BYTE2 0x0000ff00
138 tstne r3, #BYTE2 /* no, is this byte NUL? */
139 tstne r1, #BYTE2 /* no, does this byte match? */
159 tst r1, #BYTE2 /* does this byte match? */
162 tst r3, #BYTE2 /* is this byte NUL? */
strrchr_arm.S 37 #define BYTE2 0x00ff0000
44 #define BYTE2 0x0000ff00
148 tst r3, #BYTE2 /* is byte 2 a NUL? */
150 tst r4, #BYTE2 /* is byte 2 a match? */
strcpy_arm.S 62 #define BYTE2 0x00ff0000
69 #define BYTE2 0x0000ff00
172 tstne r5, #BYTE2 /* no, does byte 2 contain a NUL? */
192 tst r5, #BYTE2 /* is NUL in byte 2? */
252 tstne r5, #BYTE2 /* no, did we find a NUL in byte 2? */
306 tstne r5, #BYTE2 /* no, does byte 2 contain a NUL? */
319 tst r5, #BYTE2 /* is there a NUL in byte 2? */
477 tstne r5, #BYTE2 /* no, does byte 2 contain a NUL? */
494 tst r5, #BYTE2 /* is there a NUL in byte 2? */
  /src/usr.bin/midirecord/
midirecord.c 763 #define BYTE2(x) (((x) >> 8) & 0xff)
789 header[10] = BYTE2(ntracks);
791 header[12] = BYTE2(notes_per_beat);
796 track[6] = BYTE2(total_size);
801 bpm[5] = BYTE2(TEMPO_INV(tempo));

Completed in 32 milliseconds