Searched defs:h (Results 1 – 10 of 10) sorted by relevance
/lib/ |
D | rhashtable.c | 48 u32 h; in __hashfn() local 78 u32 h; in obj_hashfn() local 166 unsigned int h; in hashtable_chain_unzip() local 222 unsigned int i, h; in rhashtable_expand() local 423 u32 h; in rhashtable_remove() local 462 u32 h; in rhashtable_lookup() local
|
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 | 285 uint32_t d3, d2, d1, q, h; in put_dec() local
|
/lib/lz4/ |
D | lz4_compress.c | 97 u32 h = forwardh; in lz4_compressctx() local 278 u32 h = forwardh; in lz4_compress64kctx() 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 | 440 #define rshift_rhlc(r, h, l, c) \ argument 499 #define rshift_rhlc(r, h, l, c) \ argument
|