Home
last modified time | relevance | path

Searched refs:bits_len (Results 1 – 3 of 3) sorted by relevance

/linux/crypto/
H A Dwp512.c1016 u64 bits_len = (len - remain) * 8ull; in wp512_update() local
1019 wp512_add_length(bitLength, bits_len); in wp512_update()
1023 bits_len -= WP512_BLOCK_SIZE * 8; in wp512_update()
1024 } while (bits_len); in wp512_update()
/linux/net/ethtool/
H A Dbitset.c188 unsigned int bits_len = 0; in ethnl_bitset32_size() local
206 bits_len += nla_total_size(bit_len); in ethnl_bitset32_size()
209 len += nla_total_size(bits_len); in ethnl_bitset32_size()
/linux/drivers/media/pci/cx25821/
H A Dcx25821-medusa-video.c538 static unsigned long convert_to_twos(long numeric, unsigned long bits_len) in convert_to_twos() argument