bits_len         1008 crypto/wp512.c 	unsigned int bits_len = len * 8; // convert to number of bits
bits_len         1009 crypto/wp512.c 	int sourceGap    = (8 - ((int)bits_len & 7)) & 7;
bits_len         1018 crypto/wp512.c 	u64 value = bits_len;
bits_len         1025 crypto/wp512.c 	while (bits_len > 8) {
bits_len         1036 crypto/wp512.c 		bits_len -= 8;
bits_len         1039 crypto/wp512.c 	if (bits_len > 0) {
bits_len         1045 crypto/wp512.c 	if (bufferRem + bits_len < 8) {
bits_len         1046 crypto/wp512.c 		bufferBits += bits_len;
bits_len         1050 crypto/wp512.c 		bits_len -= 8 - bufferRem;
bits_len         1056 crypto/wp512.c 		bufferBits += (int)bits_len;
bits_len          538 drivers/media/pci/cx25821/cx25821-medusa-video.c static unsigned long convert_to_twos(long numeric, unsigned long bits_len)