Searched defs:h (Results 1 – 9 of 9) sorted by relevance
/lib/lz4/ |
D | lz4_compress.c | 97 u32 h = forwardh; in lz4_compressctx() local 278 u32 h = forwardh; in lz4_compress64kctx() local
|
/lib/ |
D | plist.c | 66 # define plist_check_head(h) do { } while (0) argument
|
D | digsig.c | 72 const char *h, int hlen) in digsig_verify_rsa()
|
D | inflate.c | 339 int h; /* table level */ in huft_build() local 1089 unsigned h; /* maximum struct huft's malloc'ed */ in inflate() local
|
D | bch.c | 839 struct gf_poly **g, struct gf_poly **h) in factor_polynomial()
|
D | vsprintf.c | 282 uint32_t d3, d2, d1, q, h; in put_dec() local
|
/lib/zlib_deflate/ |
D | deflate.c | 142 #define UPDATE_HASH(s,h,c) (h = (((h)<<s->hash_shift) ^ (c)) & s->hash_mask) argument
|
D | deftree.c | 418 int h; /* heap index */ in gen_bitlen() local
|
/lib/mpi/ |
D | longlong.h | 443 #define rshift_rhlc(r, h, l, c) \ argument 502 #define rshift_rhlc(r, h, l, c) \ argument
|