Home
last modified time | relevance | path

Searched defs:h (Results 1 – 17 of 17) 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.c66 #define SHA256_ROUND(i, a, b, c, d, e, f, g, h) do { \ argument
76 u32 a, b, c, d, e, f, g, h; in sha256_transform() local
/lib/
Dirq_poll.c78 static void __latent_entropy irq_poll_softirq(struct softirq_action *h) in irq_poll_softirq()
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.c311 struct rhlist_head *h, *pos; in test_rhltable() local
Dbch.c906 struct gf_poly **g, struct gf_poly **h) in factor_polynomial()
Dvsprintf.c337 uint32_t d3, d2, d1, q, h; in put_dec() local
/lib/zstd/
Dcompress.c953 static U32 ZSTD_hash3(U32 u, U32 h) { return ((u << (32 - 24)) * prime3bytes) >> (32 - h); } in ZSTD_hash3()
954 ZSTD_STATIC size_t ZSTD_hash3Ptr(const void *ptr, U32 h) { return ZSTD_hash3(ZSTD_readLE32(ptr), h)… in ZSTD_hash3Ptr()
957 static U32 ZSTD_hash4(U32 u, U32 h) { return (u * prime4bytes) >> (32 - h); } in ZSTD_hash4()
958 static size_t ZSTD_hash4Ptr(const void *ptr, U32 h) { return ZSTD_hash4(ZSTD_read32(ptr), h); } in ZSTD_hash4Ptr()
961 static size_t ZSTD_hash5(U64 u, U32 h) { return (size_t)(((u << (64 - 40)) * prime5bytes) >> (64 - … in ZSTD_hash5()
962 static size_t ZSTD_hash5Ptr(const void *p, U32 h) { return ZSTD_hash5(ZSTD_readLE64(p), h); } in ZSTD_hash5Ptr()
965 static size_t ZSTD_hash6(U64 u, U32 h) { return (size_t)(((u << (64 - 48)) * prime6bytes) >> (64 - … in ZSTD_hash6()
966 static size_t ZSTD_hash6Ptr(const void *p, U32 h) { return ZSTD_hash6(ZSTD_readLE64(p), h); } in ZSTD_hash6Ptr()
969 static size_t ZSTD_hash7(U64 u, U32 h) { return (size_t)(((u << (64 - 56)) * prime7bytes) >> (64 - … in ZSTD_hash7()
970 static size_t ZSTD_hash7Ptr(const void *p, U32 h) { return ZSTD_hash7(ZSTD_readLE64(p), h); } in ZSTD_hash7Ptr()
[all …]
Dzstd_opt.h241 const size_t h = ZSTD_hashPtr(ip, hashLog, mls); in ZSTD_insertBtAndGetAllMatches() 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/mpi/
Dlonglong.h440 #define rshift_rhlc(r, h, l, c) \ argument
499 #define rshift_rhlc(r, h, l, c) \ argument
Dec.c1217 MPI x1, y1, z1, k, h, yy; in mpi_ec_mul_point() local