| /lib/ |
| A D | fw_table.c | 61 __le16 length = (__force __le16)entry->hdr->cdat.length; in acpi_get_entry_length() local 106 __le32 length = (__force __le32)header->cdat.length; in acpi_table_get_length() local 216 unsigned long length) in cdat_table_parse()
|
| A D | check_signature.c | 17 const unsigned char *signature, int length) in check_signature()
|
| A D | ucs2_string.c | 9 unsigned long length = 0; in ucs2_strnlen() local
|
| A 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()
|
| A D | scatterlist.c | 589 struct scatterlist *sgl_alloc_order(unsigned long long length, in sgl_alloc_order() 643 struct scatterlist *sgl_alloc(unsigned long long length, gfp_t gfp, in sgl_alloc()
|
| A D | decompress_bunzip2.c | 235 unsigned char length[MAX_SYMBOLS]; in get_next_block() local
|
| A D | rhashtable.c | 980 static u32 rhashtable_jhash2(const void *key, u32 length, u32 seed) in rhashtable_jhash2()
|
| /lib/crc/arm/ |
| A D | crc-t10dif.h | 22 static inline u16 crc_t10dif_arch(u16 crc, const u8 *data, size_t length) in crc_t10dif_arch()
|
| /lib/crc/arm64/ |
| A D | crc-t10dif.h | 24 static inline u16 crc_t10dif_arch(u16 crc, const u8 *data, size_t length) in crc_t10dif_arch()
|
| /lib/kunit/ |
| A D | string-stream.h | 22 size_t length; member
|
| /lib/zstd/common/ |
| A D | zstd_internal.h | 210 void ZSTD_wildcopy(void* dst, const void* src, ptrdiff_t length, ZSTD_overlap_e const ovtype) in ZSTD_wildcopy() 244 size_t const length = MIN(dstCapacity, srcSize); in ZSTD_limitCopy() local
|
| /lib/zlib_deflate/ |
| A 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()
|
| A D | deflate.c | 709 int length in check_match() 727 # define check_match(s, start, match, length) argument
|
| A D | deftree.c | 176 int length; /* length value */ in tr_static_init() local
|
| /lib/pldmfw/ |
| A D | pldmfw.c | 65 pldm_check_fw_space(struct pldmfw_priv *data, size_t offset, size_t length) in pldm_check_fw_space() 526 size_t length; in pldm_verify_header_crc() local
|
| /lib/zlib_inflate/ |
| A D | inflate.h | 94 unsigned length; /* literal or length of data to copy */ member
|
| /lib/zstd/decompress/ |
| A D | huf_decompress.c | 457 int const length = (1 << w) >> 1; in HUF_readDTableX1_wksp() local 950 typedef struct { U16 sequence; BYTE nbBits; BYTE length; } HUF_DEltX2; /* double-symbols decoding … member 1013 U32 const length = 1U << ((tableLog - nbBits) & 0x1F /* quiet static-analyzer */); in HUF_fillDTableX2ForWeight() local 1076 U32 const length = 1U << ((targetLog - consumedBits) & 0x1F /* quiet static-analyzer */); in HUF_fillDTableX2Level2() local 1141 U32 const length = 1U << ((targetLog - nbBits) & 0x1F /* quiet static-analyzer */); in HUF_fillDTableX2() local
|
| A D | zstd_decompress_block.c | 838 static void ZSTD_safecopy(BYTE* op, const BYTE* const oend_w, BYTE const* ip, ptrdiff_t length, ZST… in ZSTD_safecopy() 878 static void ZSTD_safecopyDstBeforeSrc(BYTE* op, const BYTE* ip, ptrdiff_t length) { in ZSTD_safecopyDstBeforeSrc()
|
| /lib/crypto/ |
| A D | chacha20poly1305.c | 262 size_t length = min_t(size_t, sl, miter.length); in chacha20poly1305_crypt_sg_inplace() local
|
| /lib/lz4/ |
| A D | lz4_decompress.c | 121 size_t length; in LZ4_decompress_generic() local
|
| A D | lz4hc_compress.c | 270 int length; in LZ4HC_encodeSequence() local
|
| /lib/zstd/compress/ |
| A D | zstd_opt.c | 394 MEM_STATIC U32 ZSTD_readMINMATCH(const void* memPtr, U32 length) in ZSTD_readMINMATCH()
|
| A D | zstd_compress_internal.h | 999 MEM_STATIC U64 ZSTD_rollingHash_primePower(U32 length) in ZSTD_rollingHash_primePower()
|
| A D | zstd_compress.c | 3486 static int ZSTD_isRLE(const BYTE* src, size_t length) { in ZSTD_isRLE()
|