Searched refs:nybble (Results 1 – 8 of 8) sorted by relevance
34 Sint8 nybble, stereo;69 nybble = (*encoded)>>4;70 new_sample = MS_ADPCM_nibble(state[0],nybble,coeff[0]);
67 Sint8 nybble, stereo;98 nybble = (*encoded)>>4;99 new_sample = MS_ADPCM_nibble(state[0],nybble,coeff[0]);
55 static Sint32 IMA_ADPCM_nibble(struct IMA_ADPCM_decodestate *state,Uint8 nybble)
105 state->index += index_table[nybble];
38 static uint8_t nybble(const uint8_t n) in nybble() function48 uint8_t val = (nybble(data[0]) << 4) | nybble(data[1]); in hex()
323 int nybble = 4 * ap->port_no; in optidma_set_mode() local329 r &= (0x0F << nybble); in optidma_set_mode()331 (optidma_make_bits43(&link->device[0]) << 2)) << nybble; in optidma_set_mode()
2536 andi.b &0x0f,%d0 # clear all but last nybble
2537 andi.b &0x0f,%d0 # clear all but last nybble