Searched refs:bits_to_copy (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/bpf/bpftool/
H A Dbtf_dumper.c358 int bits_to_copy; local
360 bits_to_copy = bit_offset + nr_bits;
361 bytes_to_copy = BITS_ROUNDUP_BYTES(bits_to_copy);
367 left_shift_bits = 128 - bits_to_copy;
/linux-master/drivers/hid/
H A Dhid-core.c1375 int bits_to_copy = 8 - bit_shift; local
1381 n -= bits_to_copy;
1382 bit_nr += bits_to_copy;
1383 bits_to_copy = 8;

Completed in 186 milliseconds