Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/midiplay/
H A Dmidiplay.c153 #define GET32_LE(p) (((p)[3] << 24) | ((p)[2] << 16) | ((p)[1] << 8) | (p)[0]) macro
434 if ((u_int)GET32_LE(buf + MARK_LEN) != tot - 8) { in playdata()
452 buf += GET32_LE(buf+4) + 8; /* MARK_LEN + 4 */ in playdata()
460 eod = buf + 4 + GET32_LE(buf); in playdata()