Searched refs:LNIBBLE (Results 1 – 1 of 1) sorted by relevance
30 #define LNIBBLE(byte) ((byte) & 0xf) macro228 xa->state[i].shift = LNIBBLE(inByte) + 8; in read_samples()249 sample = LNIBBLE(xa->buf[xa->bufPos+i]); in read_samples()