Home
last modified time | relevance | path

Searched defs:bitcount (Results 1 – 8 of 8) sorted by relevance

/linux/tools/lib/bpf/
H A Dlibbpf_utils.c240 const __be64 bitcount = cpu_to_be64((__u64)len * 8); in libbpf_sha256() local
/linux/drivers/virtio/
H A Dvirtio_input.c142 unsigned long *bits, unsigned int bitcount) in virtinput_cfg_bits()
/linux/drivers/mtd/
H A Dinftlcore.c447 static int nrbits(unsigned int val, int bitcount) in nrbits()
/linux/drivers/scsi/
H A Dmvumi.c771 unsigned char bitcount = sizeof(unsigned char) * 8; in mvumi_flush_cache() local
2006 unsigned char bitcount = sizeof(unsigned char) * 8; in mvumi_sdev_configure() local
/linux/drivers/video/fbdev/
H A Darcfb.c410 unsigned int bitppos, startpos, endpos, bitcount; in arcfb_damage_range() local
/linux/lib/crypto/
H A Dsha256.c221 u64 bitcount = ctx->bytecount << 3; in __sha256_final() local
/linux/kernel/
H A Dsys.c2937 unsigned int mem_unit, bitcount; in do_sysinfo() local
3038 int bitcount = 0; in COMPAT_SYSCALL_DEFINE1() local
/linux/drivers/net/ethernet/3com/
H A D3c59x.c504 #define BFEXT(value, offset, bitcount) \ argument
507 #define BFINS(lhs, rhs, offset, bitcount) \ argument