Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/coccinelle/
H A Dtcg_gen_extract.cocci33 bits_count = 0
34 while (value & (1 << bits_count)):
35 bits_count += 1
36 return bits_count
/openbmc/linux/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_vp8.c436 static uint8_t read_bits(struct cedrus_dev *dev, unsigned int bits_count, in read_bits() argument
441 VE_H264_TRIGGER_TYPE_BIN_LENS(bits_count) | in read_bits()