Home
last modified time | relevance | path

Searched defs:bitcount (Results 1 – 11 of 11) 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.c204 u64 bitcount = ctx->bytecount << 3; in __sha1_final() local
H A Dsha256.c220 u64 bitcount = ctx->bytecount << 3; in __sha256_final() local
/linux/drivers/virtio/
H A Dvirtio_input.c139 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/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; in do_sysinfo() local
3000 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
/linux/fs/ocfs2/
H A Dsuballoc.c1679 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()