Home
last modified time | relevance | path

Searched defs:bitcount (Results 1 – 12 of 12) 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/lib/crypto/
H A Dmd5.c179 u64 bitcount = ctx->bytecount << 3; in __md5_final() local
H A Dsha1.c205 u64 bitcount = ctx->bytecount << 3; __sha1_final() local
H A Dsha256.c221 u64 bitcount = ctx->bytecount << 3; in __sha256_final() 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/kernel/
H A Dsys.c2899 unsigned int mem_unit, bitcount; do_sysinfo() local
3000 int bitcount = 0; COMPAT_SYSCALL_DEFINE1() local
[all...]
/linux/drivers/net/ethernet/3com/
H A D3c59x.c504 #define BFEXT(value, offset, bitcount) \ argument
507 #define BFINS(lhs, rhs, offset, bitcount) \ argument
/linux/fs/ocfs2/
H A Dsuballoc.c1748 unsigned int bitcount = le16_to_cpu(rec->e_leaf_clusters) * bpc; in ocfs2_bg_discontig_fix_by_rec() local
/linux/drivers/crypto/axis/
H A Dartpec6_crypto.c1001 create_hash_pad(int oper, unsigned char *dst, u64 dgstlen, u64 bitcount) in create_hash_pad()