Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/
H A DCVE-2019-7575.patch34 Sint8 nybble, stereo;
69 nybble = (*encoded)>>4;
70 new_sample = MS_ADPCM_nibble(state[0],nybble,coeff[0]);
H A DCVE-2019-7577.patch67 Sint8 nybble, stereo;
98 nybble = (*encoded)>>4;
99 new_sample = MS_ADPCM_nibble(state[0],nybble,coeff[0]);
H A DCVE-2019-7578.patch55 static Sint32 IMA_ADPCM_nibble(struct IMA_ADPCM_decodestate *state,Uint8 nybble)
H A DCVE-2019-7572.patch105 state->index += index_table[nybble];
/openbmc/linux/tools/firmware/
H A Dihex2fw.c38 static uint8_t nybble(const uint8_t n) in nybble() function
48 uint8_t val = (nybble(data[0]) << 4) | nybble(data[1]); in hex()
/openbmc/linux/drivers/ata/
H A Dpata_optidma.c323 int nybble = 4 * ap->port_no; in optidma_set_mode() local
329 r &= (0x0F << nybble); in optidma_set_mode()
331 (optidma_make_bits43(&link->device[0]) << 2)) << nybble; in optidma_set_mode()
/openbmc/linux/arch/m68k/ifpsp060/src/
H A Dpfpsp.S2536 andi.b &0x0f,%d0 # clear all but last nybble
H A Dfpsp.S2537 andi.b &0x0f,%d0 # clear all but last nybble