Home
last modified time | relevance | path

Searched defs:h (Results 1 – 19 of 19) sorted by relevance

/lib/lz4/
Dlz4_compress.c93 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
Dlz4hc_compress.c84 U32 const h = LZ4HC_hashPtr(base + idx); in LZ4HC_Insert() local
/lib/crypto/
Dcurve25519-fiat32.c53 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 …]
Dsha256.c65 #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/
Dzstd_compress_internal.h786 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 …]
Dzstd_fast.c427 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
Dzstd_lazy.c44 … 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
Dzstd_opt.c420 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
Dzstd_double_fast.c311 size_t const h = ZSTD_hashPtr(ip, hBitsS, mls); in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local
/lib/
Dplist.c64 # define plist_check_head(h) do { } while (0) argument
Ddigsig.c69 const char *h, int hlen) in digsig_verify_rsa()
Dinflate.c340 int h; /* table level */ in huft_build() local
1090 unsigned h; /* maximum struct huft's malloc'ed */ in inflate() local
Dtest_rhashtable.c312 struct rhlist_head *h, *pos; in test_rhltable() local
Dbch.c862 struct gf_poly **g, struct gf_poly **h) in factor_polynomial()
Dvsprintf.c340 uint32_t d3, d2, d1, q, h; in put_dec() local
Dtest_bpf.c15242 long h = 7; in BPF_CALL_1() local
/lib/zlib_deflate/
Ddeflate.c163 #define UPDATE_HASH(s,h,c) (h = (((h)<<s->hash_shift) ^ (c)) & s->hash_mask) argument
Ddeftree.c364 int h; /* heap index */ in gen_bitlen() local
/lib/crypto/mpi/
Dlonglong.h440 #define rshift_rhlc(r, h, l, c) \ argument
499 #define rshift_rhlc(r, h, l, c) \ argument