Home
last modified time | relevance | path

Searched refs:BYTE2 (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/common/lib/libc/arch/arm/string/
H A Dstrchr_arm.S41 #define BYTE2 0x00ff0000 macro
48 #define BYTE2 0x0000ff00 macro
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? */
H A Dstrcpy_arm.S62 #define BYTE2 0x00ff0000 macro
69 #define BYTE2 0x0000ff00 macro
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? */
H A Dstrlen_arm.S41 #define BYTE2 0x00ff0000 macro
46 #define BYTE2 0x0000ff00 macro
125 tstne r3, #BYTE2 /* no, is this byte 2? */
154 tst r3, #BYTE2 /* 3rd byte was NUL? */
H A Dstrrchr_arm.S37 #define BYTE2 0x00ff0000 macro
44 #define BYTE2 0x0000ff00 macro
148 tst r3, #BYTE2 /* is byte 2 a NUL? */
150 tst r4, #BYTE2 /* is byte 2 a match? */
/netbsd-src/usr.bin/midirecord/
H A Dmidirecord.c763 #define BYTE2(x) (((x) >> 8) & 0xff) macro
789 header[10] = BYTE2(ntracks); in write_midi_header()
791 header[12] = BYTE2(notes_per_beat); in write_midi_header()
796 track[6] = BYTE2(total_size); in write_midi_header()
801 bpm[5] = BYTE2(TEMPO_INV(tempo)); in write_midi_header()