| /lib/lz4/ | 
| D | lz4_compress.c | 93 	U32 h,  in LZ4_putPositionOnHash() 129 	U32 const h = LZ4_hashPosition(p, tableType);  in LZ4_putPosition()  local 135 	U32 h,  in LZ4_getPositionOnHash() 166 	U32 const h = LZ4_hashPosition(p, tableType);  in LZ4_getPosition()  local 256 				U32 const h = forwardH;  in LZ4_compress_generic()  local 579 				U32 h = forwardH;  in LZ4_compress_destSize_generic()  local
  | 
| D | lz4hc_compress.c | 84 		U32 const h = LZ4HC_hashPtr(base + idx);  in LZ4HC_Insert()  local
  | 
| /lib/crypto/ | 
| D | curve25519-fiat32.c | 53 static __always_inline void fe_frombytes(fe *h, const u8 *s)  in fe_frombytes() 166 	u32 h[10];  in fe_tobytes()  local 203 static __always_inline void fe_copy(fe *h, const fe *f)  in fe_copy() 208 static __always_inline void fe_copy_lt(fe_loose *h, const fe *f)  in fe_copy_lt() 214 static __always_inline void fe_0(fe *h)  in fe_0() 220 static __always_inline void fe_1(fe *h)  in fe_1() 264 static __always_inline void fe_add(fe_loose *h, const fe *f, const fe *g)  in fe_add() 307 static __always_inline void fe_sub(fe_loose *h, const fe *f, const fe *g)  in fe_sub() 428 static __always_inline void fe_mul_ttt(fe *h, const fe *f, const fe *g)  in fe_mul_ttt() 433 static __always_inline void fe_mul_tlt(fe *h, const fe_loose *f, const fe *g)  in fe_mul_tlt() [all …] 
 | 
| D | sha256.c | 65 #define SHA256_ROUND(i, a, b, c, d, e, f, g, h) do {		\  argument 75 	u32 a, b, c, d, e, f, g, h;  in sha256_transform()  local
  | 
| /lib/zstd/compress/ | 
| D | zstd_compress_internal.h | 786 static U32    ZSTD_hash3(U32 u, U32 h) { return ((u << (32-24)) * prime3bytes)  >> (32-h) ; }  in ZSTD_hash3() 787 MEM_STATIC size_t ZSTD_hash3Ptr(const void* ptr, U32 h) { return ZSTD_hash3(MEM_readLE32(ptr), h); …  in ZSTD_hash3Ptr() 790 static U32    ZSTD_hash4(U32 u, U32 h) { return (u * prime4bytes) >> (32-h) ; }  in ZSTD_hash4() 791 static size_t ZSTD_hash4Ptr(const void* ptr, U32 h) { return ZSTD_hash4(MEM_read32(ptr), h); }  in ZSTD_hash4Ptr() 794 static size_t ZSTD_hash5(U64 u, U32 h) { return (size_t)(((u  << (64-40)) * prime5bytes) >> (64-h))…  in ZSTD_hash5() 795 static size_t ZSTD_hash5Ptr(const void* p, U32 h) { return ZSTD_hash5(MEM_readLE64(p), h); }  in ZSTD_hash5Ptr() 798 static size_t ZSTD_hash6(U64 u, U32 h) { return (size_t)(((u  << (64-48)) * prime6bytes) >> (64-h))…  in ZSTD_hash6() 799 static size_t ZSTD_hash6Ptr(const void* p, U32 h) { return ZSTD_hash6(MEM_readLE64(p), h); }  in ZSTD_hash6Ptr() 802 static size_t ZSTD_hash7(U64 u, U32 h) { return (size_t)(((u  << (64-56)) * prime7bytes) >> (64-h))…  in ZSTD_hash7() 803 static size_t ZSTD_hash7Ptr(const void* p, U32 h) { return ZSTD_hash7(MEM_readLE64(p), h); }  in ZSTD_hash7Ptr() [all …] 
 | 
| D | zstd_fast.c | 427         size_t const h = ZSTD_hashPtr(ip, hlog, mls);  in ZSTD_compressBlock_fast_dictMatchState_generic()  local 584         const size_t h = ZSTD_hashPtr(ip, hlog, mls);  in ZSTD_compressBlock_fast_extDict_generic()  local
  | 
| D | zstd_lazy.c | 44 …      size_t const h  = ZSTD_hashPtr(base + idx, hashLog, mls);   /* assumption : ip + 8 <= iend */  in ZSTD_updateDUBT()  local 166     size_t      const h  = ZSTD_hashPtr(ip, hashLog, mls);  in ZSTD_DUBT_findBetterDictMatch()  local 240     size_t const h  = ZSTD_hashPtr(ip, hashLog, mls);  in ZSTD_DUBT_findBestMatch()  local 431         U32 const h = (U32)ZSTD_hashPtr(base + idx, hashLog, ms->cParams.minMatch);  in ZSTD_dedicatedDictSearch_lazy_loadDictionary()  local 500         U32 const h = (U32)ZSTD_hashPtr(base + idx, hashLog, ms->cParams.minMatch)  in ZSTD_dedicatedDictSearch_lazy_loadDictionary()  local 631         size_t const h = ZSTD_hashPtr(base+idx, hashLog, mls);  in ZSTD_insertAndFindFirstIndex_internal()  local
  | 
| D | zstd_opt.c | 420     size_t const h  = ZSTD_hashPtr(ip, hashLog, mls);  in ZSTD_insertBt1()  local 573     size_t const h  = ZSTD_hashPtr(ip, hashLog, mls);  in ZSTD_insertBtAndGetAllMatches()  local
  | 
| D | zstd_double_fast.c | 311         size_t const h = ZSTD_hashPtr(ip, hBitsS, mls);  in ZSTD_compressBlock_doubleFast_dictMatchState_generic()  local
  | 
| /lib/ | 
| D | plist.c | 64 # define plist_check_head(h)	do { } while (0)  argument
  | 
| D | digsig.c | 69 		       const char *h, int hlen)  in digsig_verify_rsa()
  | 
| D | inflate.c | 340   int h;                        /* table level */  in huft_build()  local 1090   unsigned h;           /* maximum struct huft's malloc'ed */  in inflate()  local
  | 
| D | test_rhashtable.c | 312 		struct rhlist_head *h, *pos;  in test_rhltable()  local
  | 
| D | bch.c | 862 			      struct gf_poly **g, struct gf_poly **h)  in factor_polynomial()
  | 
| D | vsprintf.c | 340 	uint32_t d3, d2, d1, q, h;  in put_dec()  local
  | 
| D | test_bpf.c | 15242 	long h = 7;  in BPF_CALL_1()  local
  | 
| /lib/zlib_deflate/ | 
| D | deflate.c | 163 #define UPDATE_HASH(s,h,c) (h = (((h)<<s->hash_shift) ^ (c)) & s->hash_mask)  argument
  | 
| D | deftree.c | 364     int h;              /* heap index */  in gen_bitlen()  local
  | 
| /lib/crypto/mpi/ | 
| D | longlong.h | 440 #define rshift_rhlc(r, h, l, c) \  argument 499 #define rshift_rhlc(r, h, l, c) \  argument
  |