/lib/ |
D | decompress_inflate.c | 46 long *pos, in __gunzip() 204 long *pos, in gunzip() 214 long *pos, in __decompress()
|
D | decompress_unzstd.c | 335 long *pos, in unzstd() 345 long *pos, in __decompress()
|
D | error-inject.c | 165 static void *ei_seq_start(struct seq_file *m, loff_t *pos) in ei_seq_start() 176 static void *ei_seq_next(struct seq_file *m, void *v, loff_t *pos) in ei_seq_next()
|
D | klist.c | 146 void klist_add_behind(struct klist_node *n, struct klist_node *pos) in klist_add_behind() 162 void klist_add_before(struct klist_node *n, struct klist_node *pos) in klist_add_before()
|
D | test_rhashtable.c | 179 struct rhash_head *pos; in test_bucket_stats() local 311 struct rhlist_head *h, *pos; in test_rhltable() local 484 struct rhash_head *pos, *next; in print_ht() local
|
D | decompress_bunzip2.c | 526 int pos, xcurrent, previous, gotcount; in read_bunzip() local 683 long *pos, in bunzip2() 751 long *pos, in __decompress()
|
D | decompress_unlzo.c | 281 long *pos, in __decompress()
|
D | bitmap.c | 963 static int bitmap_pos_to_ord(const unsigned long *buf, unsigned int pos, unsigned int nbits) in bitmap_pos_to_ord() 1247 static int __reg_op(unsigned long *bitmap, unsigned int pos, int order, int reg_op) in __reg_op() 1315 unsigned int pos, end; /* scans bitmap by regions of size order */ in bitmap_find_free_region() local 1338 void bitmap_release_region(unsigned long *bitmap, unsigned int pos, int order) in bitmap_release_region() 1355 int bitmap_allocate_region(unsigned long *bitmap, unsigned int pos, int order) in bitmap_allocate_region()
|
D | decompress_unlzma.c | 222 uint8_t pos; member 302 int32_t pos; in peek_old_byte() local 308 uint32_t pos = wr->buffer_pos - offs; in peek_old_byte() local
|
D | decompress_unxz.c | 402 long *pos, in __decompress()
|
D | btree.c | 224 static int keycmp(struct btree_geo *geo, unsigned long *node, int pos, in keycmp() 449 int i, pos, fill, err; in btree_insert_level() local 591 int i, pos, fill; in btree_remove_level() local
|
D | dynamic_debug.c | 823 int pos = 0; in __dynamic_emit_prefix() local 1069 static void *ddebug_proc_start(struct seq_file *m, loff_t *pos) in ddebug_proc_start() 1092 static void *ddebug_proc_next(struct seq_file *m, void *p, loff_t *pos) in ddebug_proc_next()
|
D | parman.c | 311 struct list_head *pos; in parman_prio_init() local
|
D | rhashtable.c | 1144 struct rhash_head *pos, *next; in rhashtable_free_and_destroy() local
|
/lib/crypto/ |
D | aes.c | 148 static __always_inline u32 subshift(u32 in[], int pos) in subshift() 156 static __always_inline u32 inv_subshift(u32 in[], int pos) in inv_subshift()
|
/lib/xz/ |
D | xz_dec_test.c | 103 size_t size, loff_t *pos) in xz_dec_test_write()
|
D | xz_dec_bcj.c | 45 uint32_t pos; member 346 uint8_t *buf, size_t *pos, size_t size) in bcj_apply()
|
D | xz_dec_stream.c | 36 uint32_t pos; member 126 size_t pos; member
|
/lib/842/ |
D | 842_decompress.c | 179 u64 pos = total - section; in __do_index() local
|
D | 842_compress.c | 425 u64 pos = p->in - p->instart; in update_hashtables() local
|
/lib/zstd/decompress/ |
D | zstd_decompress_block.c | 423 size_t pos = 0; in ZSTD_buildFSETable_body() local 677 size_t pos; member 1018 size_t const pos = seqState->pos + seq.litLength; in ZSTD_decodeSequence() local
|
/lib/zstd/common/ |
D | fse_decompress.c | 116 size_t pos = 0; in FSE_buildDTable_internal() local
|
/lib/zstd/compress/ |
D | huf_compress.c | 282 int pos; in HUF_setMaxHeight() local 415 U32 pos = rankPosition[r].curr++; in HUF_sort() local
|
D | zstd_opt.c | 1022 U32 pos; in ZSTD_compressBlock_opt_generic() local 1139 U32 const pos = cur + mlen; in ZSTD_compressBlock_opt_generic() local
|
D | zstd_compress_internal.h | 91 size_t pos; /* The index in seq where reading stopped. pos <= size. */ member 512 { U32 const pos = (U32)((const BYTE*)literals - g_start); in ZSTD_storeSeq() local 719 size_t pos; in ZSTD_rollingHash_append() local
|