Home
last modified time | relevance | path

Searched refs:common_hash (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82599.c1273 common_hash ^= lo_hash_dword >> n; \
1279 common_hash ^= hi_hash_dword >> n; \
1301 u32 sig_hash = 0, bucket_hash = 0, common_hash = 0; in ixgbe_atr_compute_sig_hash_82599() local
1343 bucket_hash ^= common_hash; in ixgbe_atr_compute_sig_hash_82599()
1346 sig_hash ^= common_hash << 16; in ixgbe_atr_compute_sig_hash_82599()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82599.c1273 common_hash ^= lo_hash_dword >> n; \
1279 common_hash ^= hi_hash_dword >> n; \
1301 u32 sig_hash = 0, bucket_hash = 0, common_hash = 0; in ixgbe_atr_compute_sig_hash_82599() local
1343 bucket_hash ^= common_hash; in ixgbe_atr_compute_sig_hash_82599()
1346 sig_hash ^= common_hash << 16; in ixgbe_atr_compute_sig_hash_82599()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82599.c1273 common_hash ^= lo_hash_dword >> n; \
1279 common_hash ^= hi_hash_dword >> n; \
1301 u32 sig_hash = 0, bucket_hash = 0, common_hash = 0; in ixgbe_atr_compute_sig_hash_82599() local
1343 bucket_hash ^= common_hash; in ixgbe_atr_compute_sig_hash_82599()
1346 sig_hash ^= common_hash << 16; in ixgbe_atr_compute_sig_hash_82599()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/ixgbe/
H A Dixgbe_82599.c1539 common_hash ^= lo_hash_dword >> n; \
1545 common_hash ^= hi_hash_dword >> n; \
1566 u32 sig_hash = 0, bucket_hash = 0, common_hash = 0; in ixgbe_atr_compute_sig_hash_82599() local
1608 bucket_hash ^= common_hash; in ixgbe_atr_compute_sig_hash_82599()
1611 sig_hash ^= common_hash << 16; in ixgbe_atr_compute_sig_hash_82599()
/dports/devel/ccache-memcached/ccache-f7712082106bef085515f86ae47e7dbbd2a48b57/src/
H A Dccache.c3902 struct mdfour common_hash; in ccache() local
3903 hash_start(&common_hash); in ccache()
3904 calculate_common_hash(preprocessor_args, &common_hash); in ccache()
3907 struct mdfour direct_hash = common_hash; in ccache()
3937 struct mdfour cpp_hash = common_hash; in ccache()
/dports/devel/ccache-memcached-static/ccache-f7712082106bef085515f86ae47e7dbbd2a48b57/src/
H A Dccache.c3902 struct mdfour common_hash; in ccache() local
3903 hash_start(&common_hash); in ccache()
3904 calculate_common_hash(preprocessor_args, &common_hash); in ccache()
3907 struct mdfour direct_hash = common_hash; in ccache()
3937 struct mdfour cpp_hash = common_hash; in ccache()
/dports/devel/ccache/ccache-3.7.12/src/
H A Dccache.c4161 struct hash *common_hash = hash_init(); in ccache() local
4162 init_hash_debug(common_hash, output_obj, 'c', "COMMON", debug_text_file); in ccache()
4165 calculate_common_hash(preprocessor_args, common_hash); in ccache()
4169 struct hash *direct_hash = hash_copy(common_hash); in ccache()
4210 struct hash *cpp_hash = hash_copy(common_hash); in ccache()
/dports/devel/ccache-static/ccache-3.7.12/src/
H A Dccache.c4161 struct hash *common_hash = hash_init(); in ccache() local
4162 init_hash_debug(common_hash, output_obj, 'c', "COMMON", debug_text_file); in ccache()
4165 calculate_common_hash(preprocessor_args, common_hash); in ccache()
4169 struct hash *direct_hash = hash_copy(common_hash); in ccache()
4210 struct hash *cpp_hash = hash_copy(common_hash); in ccache()