Home
last modified time | relevance | path

Searched refs:h (Results 1 – 16 of 16) sorted by relevance

/lib/
Dinflate.c339 int h; /* table level */ in huft_build() local
445 h = -1; /* no tables yet--level -1 */ in huft_build()
465 h++; in huft_build()
490 if (h) in huft_build()
499 u[h] = ++q; /* table starts after link */ in huft_build()
503 if (h) in huft_build()
505 x[h] = i; /* save pattern for backing up */ in huft_build()
510 u[h-1][j] = r; /* connect to last table */ in huft_build()
544 while ((i & ((1 << w) - 1)) != x[h]) in huft_build()
546 h--; /* don't need to update q */ in huft_build()
[all …]
D.gitignore5 crc32table.h
DMakefile198 clean-files := crc32table.h
200 $(obj)/crc32.o: $(obj)/crc32table.h
205 $(obj)/crc32table.h: $(obj)/gen_crc32table
215 $(obj)/oid_registry_data.c: $(srctree)/include/linux/oid_registry.h \
Ddigsig.c72 const char *h, int hlen) in digsig_verify_rsa() argument
166 if (!m || len != hlen || memcmp(m, h, hlen)) in digsig_verify_rsa()
Dplist.c65 # define plist_check_head(h) do { } while (0) argument
Dbch.c839 struct gf_poly **g, struct gf_poly **h) in factor_polynomial() argument
850 *h = NULL; in factor_polynomial()
863 *h = &((struct gf_poly_deg1 *)f)[gcd->deg].poly; in factor_polynomial()
865 gf_poly_copy(*h, q); in factor_polynomial()
Dvsprintf.c292 uint32_t d3, d2, d1, q, h; in put_dec() local
298 h = (n >> 32); in put_dec()
299 d2 = (h ) & 0xffff; in put_dec()
300 d3 = (h >> 16); /* implicit "& 0xffff" */ in put_dec()
DKconfig.debug293 __init,, etc. (see the full list in include/linux/init.h),
1755 Enable this option to test the kernel's siphash (<linux/siphash.h>)
/lib/lz4/
Dlz4_compress.c97 u32 h = forwardh; in lz4_compressctx() local
106 ref = base + hashtable[h]; in lz4_compressctx()
107 hashtable[h] = ip - base; in lz4_compressctx()
278 u32 h = forwardh; in lz4_compress64kctx() local
287 ref = base + hashtable[h]; in lz4_compress64kctx()
288 hashtable[h] = (u16)(ip - base); in lz4_compress64kctx()
/lib/raid6/
Daltivec.uc25 #include <linux/raid/pq.h>
27 #include <altivec.h>
29 # include <asm/cputable.h>
30 # include <asm/switch_to.h>
Dtilegx.uc23 #include <linux/raid/pq.h>
Dneon.uc27 #include <arm_neon.h>
Dint.uc21 #include <linux/raid/pq.h>
/lib/zlib_deflate/
Ddeftree.c418 int h; /* heap index */ in gen_bitlen() local
432 for (h = s->heap_max+1; h < HEAP_SIZE; h++) { in gen_bitlen()
433 n = s->heap[h]; in gen_bitlen()
474 m = s->heap[--h]; in gen_bitlen()
Ddeflate.c142 #define UPDATE_HASH(s,h,c) (h = (((h)<<s->hash_shift) ^ (c)) & s->hash_mask) argument
/lib/mpi/
Dlonglong.h440 #define rshift_rhlc(r, h, l, c) \ argument
443 "=r" (r) : "r" (h), "r" (l), "rn" (c))
499 #define rshift_rhlc(r, h, l, c) \ argument
504 __nn.__i.__h = (h); __nn.__i.__l = (l); \