Searched refs:h2 (Results 176 - 179 of 179) sorted by relevance

12345678

/linux-master/lib/zstd/compress/
H A Dzstd_double_fast.c310 size_t const h2 = ZSTD_hashPtr(ip, hBitsL, 8); local
315 U32 const matchIndexL = hashLong[h2];
323 hashLong[h2] = hashSmall[h] = curr; /* update hash tables */
/linux-master/security/keys/trusted-keys/
H A Dtrusted_tpm1.c117 unsigned char *h2, unsigned int h3, ...)
160 TPM_NONCE_SIZE, h2, 1, &c, 0, 0);
115 TSS_authhmac(unsigned char *digest, const unsigned char *key, unsigned int keylen, unsigned char *h1, unsigned char *h2, unsigned int h3, ...) argument
/linux-master/mm/
H A Dhugetlb.c3647 struct hstate *h, *h2; local
3666 for_each_hstate(h2) {
3667 if (h2 == h)
3669 if (h2->order < h->order &&
3670 h2->order > h->demote_order)
3671 h->demote_order = h2->order;
/linux-master/tools/testing/selftests/net/forwarding/
H A Dlib.sh1666 mcast_packet_test $TEST_GROUP_MAC $src $TEST_GROUP $h2 $h1

Completed in 402 milliseconds

12345678