/lib/ |
D | check_signature.c | 17 const unsigned char *signature, int length) in check_signature()
|
D | libcrc32c.c | 38 u32 crc32c(u32 crc, const void *address, unsigned int length) in crc32c()
|
D | ucs2_string.c | 9 unsigned long length = 0; in ucs2_strnlen() local
|
D | crc32test.c | 554 u32 length; /* random 11 bit length of test */ member
|
D | kobject.c | 108 int length = 1; in get_kobj_path_length() local 124 static int fill_kobj_path(const struct kobject *kobj, char *path, int length) in fill_kobj_path()
|
D | scatterlist.c | 611 struct scatterlist *sgl_alloc_order(unsigned long long length, in sgl_alloc_order() 665 struct scatterlist *sgl_alloc(unsigned long long length, gfp_t gfp, in sgl_alloc()
|
D | decompress_bunzip2.c | 235 unsigned char length[MAX_SYMBOLS]; in get_next_block() local
|
D | rhashtable.c | 972 static u32 rhashtable_jhash2(const void *key, u32 length, u32 seed) in rhashtable_jhash2()
|
/lib/kunit/ |
D | string-stream.h | 22 size_t length; member
|
/lib/zlib_deflate/ |
D | defutil.h | 366 int length /* number of bits */ in send_bits() 389 #define send_bits(s, value, length) \ argument 407 int length in zlib_tr_send_bits()
|
D | deflate.c | 712 int length in check_match() 731 # define check_match(s, start, match, length) argument
|
D | deftree.c | 176 int length; /* length value */ in tr_static_init() local
|
/lib/pldmfw/ |
D | pldmfw.c | 65 pldm_check_fw_space(struct pldmfw_priv *data, size_t offset, size_t length) in pldm_check_fw_space() 518 size_t length; in pldm_verify_header_crc() local
|
/lib/zstd/common/ |
D | zstd_internal.h | 208 void ZSTD_wildcopy(void* dst, const void* src, ptrdiff_t length, ZSTD_overlap_e const ovtype) in ZSTD_wildcopy() 249 size_t const length = MIN(dstCapacity, srcSize); in ZSTD_limitCopy() local
|
/lib/zlib_inflate/ |
D | inflate.h | 94 unsigned length; /* literal or length of data to copy */ member
|
/lib/zstd/decompress/ |
D | huf_decompress.c | 415 int const length = (1 << w) >> 1; in HUF_readDTableX1_wksp_bmi2() local 815 typedef struct { U16 sequence; BYTE nbBits; BYTE length; } HUF_DEltX2; /* double-symbols decoding … member 878 U32 const length = 1U << ((tableLog - nbBits) & 0x1F /* quiet static-analyzer */); in HUF_fillDTableX2ForWeight() local 941 U32 const length = 1U << ((targetLog - consumedBits) & 0x1F /* quiet static-analyzer */); in HUF_fillDTableX2Level2() local 1006 U32 const length = 1U << ((targetLog - nbBits) & 0x1F /* quiet static-analyzer */); in HUF_fillDTableX2() local
|
D | zstd_decompress_block.c | 792 static void ZSTD_safecopy(BYTE* op, const BYTE* const oend_w, BYTE const* ip, ptrdiff_t length, ZST… in ZSTD_safecopy() 832 static void ZSTD_safecopyDstBeforeSrc(BYTE* op, BYTE const* ip, ptrdiff_t length) { in ZSTD_safecopyDstBeforeSrc()
|
/lib/crypto/ |
D | chacha20poly1305.c | 260 size_t length = min_t(size_t, sl, miter.length); in chacha20poly1305_crypt_sg_inplace() local
|
/lib/lz4/ |
D | lz4_decompress.c | 122 size_t length; in LZ4_decompress_generic() local
|
D | lz4hc_compress.c | 271 int length; in LZ4HC_encodeSequence() local
|
/lib/zstd/compress/ |
D | zstd_opt.c | 366 MEM_STATIC U32 ZSTD_readMINMATCH(const void* memPtr, U32 length) in ZSTD_readMINMATCH()
|
D | zstd_compress_internal.h | 865 MEM_STATIC U64 ZSTD_rollingHash_primePower(U32 length) in ZSTD_rollingHash_primePower()
|
D | zstd_compress.c | 2905 static int ZSTD_isRLE(const BYTE* src, size_t length) { in ZSTD_isRLE()
|