Home
last modified time | relevance | path

Searched defs:length (Results 1 – 18 of 18) sorted by relevance

/lib/
Dcheck_signature.c17 const unsigned char *signature, int length) in check_signature()
Dlibcrc32c.c38 u32 crc32c(u32 crc, const void *address, unsigned int length) in crc32c()
Ducs2_string.c9 unsigned long length = 0; in ucs2_strnlen() local
Dcrc32test.c554 u32 length; /* random 11 bit length of test */ member
Dscatterlist.c486 struct scatterlist *sgl_alloc_order(unsigned long long length, in sgl_alloc_order()
540 struct scatterlist *sgl_alloc(unsigned long long length, gfp_t gfp, in sgl_alloc()
Dkobject.c131 int length = 1; in get_kobj_path_length() local
147 static void fill_kobj_path(struct kobject *kobj, char *path, int length) in fill_kobj_path()
Ddecompress_bunzip2.c235 unsigned char length[MAX_SYMBOLS], temp[MAX_HUFCODE_BITS+1]; in get_next_block() local
Drhashtable.c961 static u32 rhashtable_jhash2(const void *key, u32 length, u32 seed) in rhashtable_jhash2()
/lib/zlib_deflate/
Ddeftree.c182 int length /* number of bits */ in send_bits()
205 #define send_bits(s, value, length) \ argument
230 int length; /* length value */ in tr_static_init() local
Ddeflate.c701 int length in check_match()
720 # define check_match(s, start, match, length) argument
/lib/zstd/
Dmem.h138 ZSTD_STATIC U32 ZSTD_readMINMATCH(const void *memPtr, U32 length) in ZSTD_readMINMATCH()
Dhuf_decompress.c144 U32 const length = (1 << w) >> 1; in HUF_readDTableX2_wksp() local
384 BYTE length; member
420 const U32 length = 1 << (sizeLog - nbBits); in HUF_fillDTableX4Level2() local
456 const U32 length = 1 << (targetLog - nbBits); in HUF_fillDTableX4() local
Dzstd_internal.h135 ZSTD_STATIC void ZSTD_wildcopy(void *dst, const void *src, ptrdiff_t length) in ZSTD_wildcopy()
Ddecompress.c1497 size_t ZSTD_generateNxBytes(void *dst, size_t dstCapacity, BYTE byte, size_t length) in ZSTD_generateNxBytes()
2293 size_t const length = MIN(dstCapacity, srcSize); in ZSTD_limitCopy() local
Dcompress.c3124 size_t const length = MIN(dstCapacity, srcSize); in ZSTD_limitCopy() local
/lib/zlib_inflate/
Dinflate.h92 unsigned length; /* literal or length of data to copy */ member
/lib/lz4/
Dlz4_decompress.c122 size_t length; in LZ4_decompress_generic() local
Dlz4hc_compress.c271 int length; in LZ4HC_encodeSequence() local