Searched refs:h0 (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/fs/reiserfs/ |
D | hashes.c | 30 b0 = h0; \ 40 h0 += b0; \ 48 u32 h0 = k[0], h1 = k[1]; in keyed_hash() local 121 return h0 ^ h1; in keyed_hash()
|
/linux-4.1.27/drivers/mtd/ |
D | nftlmount.c | 575 struct nftl_uci0 h0; in NFTL_mount() local 604 &retlen, (char *)&h0) < 0 || in NFTL_mount() 614 logical_block = le16_to_cpu ((h0.VirtUnitNum | h0.SpareVirtUnitNum)); in NFTL_mount() 615 rep_block = le16_to_cpu ((h0.ReplUnitNum | h0.SpareReplUnitNum)); in NFTL_mount()
|
D | inftlmount.c | 543 struct inftl_unithead1 h0; in INFTL_mount() local 598 8, &retlen, (char *)&h0) < 0 || in INFTL_mount() 607 logical_block = le16_to_cpu(h0.virtualUnitNo); in INFTL_mount() 608 prev_block = le16_to_cpu(h0.prevUnitNo); in INFTL_mount() 610 ANACtable[block] = h0.ANAC; in INFTL_mount()
|
/linux-4.1.27/arch/x86/crypto/sha-mb/ |
D | sha1_x8_avx2.S | 79 # r7 = {h7 h6 h5 h4 h3 h2 h1 h0} 82 # r0 = {h0 g0 f0 e0 d0 c0 b0 a0} 107 vshufps $0x44, \r7, \r6, \t1 # t1 = {h5 h4 g5 g4 h1 h0 g1 g0} 112 vshufps $0x88, \t1, \r2, \t1 # t1 = {h4 g4 f4 e4 h0 g0 f0 e0} 121 vperm2f128 $0x02, \t0, \t1, \r0 # h0...a0
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | r600_cs.c | 1410 unsigned w0, unsigned h0, unsigned d0, unsigned nsamples, unsigned format, in r600_texture_size() argument 1424 h0 = r600_mip_minify(h0, 0); in r600_texture_size() 1432 height = r600_mip_minify(h0, i); in r600_texture_size() 1477 u32 dim, nfaces, llevel, blevel, w0, h0, d0; in r600_check_texture_resource() local 1509 h0 = G_038004_TEX_HEIGHT(word1) + 1; in r600_check_texture_resource() 1590 r600_texture_size(nfaces, blevel, llevel, w0, h0, d0, array_check.nsamples, format, in r600_check_texture_resource() 1596 w0, h0, pitch_align, height_align, in r600_check_texture_resource()
|
/linux-4.1.27/sound/pci/asihpi/ |
D | hpi_internal.h | 1172 struct hpi_message_header h0; member 1178 struct hpi_response_header h0; member
|
/linux-4.1.27/net/ipv6/ |
D | ip6_gre.c | 120 unsigned int h0 = HASH_ADDR(remote); in ip6gre_tunnel_lookup() local 128 for_each_ip_tunnel_rcu(t, ign->tunnels_r_l[h0 ^ h1]) { in ip6gre_tunnel_lookup() 153 for_each_ip_tunnel_rcu(t, ign->tunnels_r[h0 ^ h1]) { in ip6gre_tunnel_lookup()
|
D | sit.c | 96 unsigned int h0 = HASH(remote); in ipip6_tunnel_lookup() local 101 for_each_ip_tunnel_rcu(t, sitn->tunnels_r_l[h0 ^ h1]) { in ipip6_tunnel_lookup() 108 for_each_ip_tunnel_rcu(t, sitn->tunnels_r[h0]) { in ipip6_tunnel_lookup()
|
/linux-4.1.27/net/xfrm/ |
D | xfrm_policy.c | 416 unsigned int h0 = 0; in xfrm_dst_hash_transfer() local 430 h0 = h; in xfrm_dst_hash_transfer() 432 if (h != h0) in xfrm_dst_hash_transfer()
|