Searched defs:bitcount (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/lib/bpf/ |
| H A D | libbpf_utils.c | 240 const __be64 bitcount = cpu_to_be64((__u64)len * 8); in libbpf_sha256() local
|
| /linux/drivers/virtio/ |
| H A D | virtio_input.c | 142 unsigned long *bits, unsigned int bitcount) in virtinput_cfg_bits()
|
| /linux/drivers/mtd/ |
| H A D | inftlcore.c | 447 static int nrbits(unsigned int val, int bitcount) in nrbits()
|
| /linux/drivers/scsi/ |
| H A D | mvumi.c | 771 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 D | arcfb.c | 410 unsigned int bitppos, startpos, endpos, bitcount; in arcfb_damage_range() local
|
| /linux/lib/crypto/ |
| H A D | sha256.c | 221 u64 bitcount = ctx->bytecount << 3; in __sha256_final() local
|
| /linux/kernel/ |
| H A D | sys.c | 2937 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 D | 3c59x.c | 504 #define BFEXT(value, offset, bitcount) \ argument 507 #define BFINS(lhs, rhs, offset, bitcount) \ argument
|