/lib/xz/ |
D | xz_dec_stream.c | 36 uint32_t pos; member 126 size_t pos; member 160 b->in_size - b->in_pos, s->temp.size - s->temp.pos); in fill_temp() 162 memcpy(s->temp.buf + s->temp.pos, b->in + b->in_pos, copy_size); in fill_temp() 164 s->temp.pos += copy_size; in fill_temp() 166 if (s->temp.pos == s->temp.size) { in fill_temp() 167 s->temp.pos = 0; in fill_temp() 180 if (s->pos == 0) in dec_vli() 187 s->vli |= (vli_type)(byte & 0x7F) << s->pos; in dec_vli() 191 if (byte == 0 && s->pos != 0) in dec_vli() [all …]
|
D | xz_dec_lzma2.c | 52 size_t pos; member 294 dict->pos = 0; in dict_reset() 302 if (dict->end - dict->pos <= out_max) in dict_limit() 305 dict->limit = dict->pos + out_max; in dict_limit() 311 return dict->pos < dict->limit; in dict_has_space() 322 size_t offset = dict->pos - dist - 1; in dict_get() 324 if (dist >= dict->pos) in dict_get() 335 dict->buf[dict->pos++] = byte; in dict_put() 337 if (dict->full < dict->pos) in dict_put() 338 dict->full = dict->pos; in dict_put() [all …]
|
D | xz_dec_bcj.c | 45 uint32_t pos; member 132 dest = src - (s->pos + (uint32_t)i + 5); in bcj_x86() 169 instr -= s->pos + (uint32_t)i; in bcj_powerpc() 242 addr -= s->pos + (uint32_t)i; in bcj_ia64() 275 addr -= s->pos + (uint32_t)i + 8; in bcj_arm() 301 addr -= s->pos + (uint32_t)i + 4; in bcj_armthumb() 325 instr -= s->pos + (uint32_t)i; in bcj_sparc() 346 uint8_t *buf, size_t *pos, size_t size) in bcj_apply() argument 350 buf += *pos; in bcj_apply() 351 size -= *pos; in bcj_apply() [all …]
|
D | xz_dec_test.c | 103 size_t size, loff_t *pos) in xz_dec_test_write() argument
|
/lib/ |
D | decompress_inflate.c | 42 long *pos, in __gunzip() argument 94 if (pos) in __gunzip() 95 *pos = 0; in __gunzip() 168 if (pos) in __gunzip() 170 *pos = strm->next_in - zbuf+8; in __gunzip() 191 long *pos, in gunzip() argument 194 return __gunzip(buf, len, fill, flush, out_buf, 0, pos, error); in gunzip() 201 long *pos, in __decompress() argument 204 return __gunzip(buf, len, fill, flush, out_buf, out_len, pos, error); in __decompress()
|
D | dynamic_debug.c | 524 int pos = 0; in dynamic_emit_prefix() local 530 pos += snprintf(buf + pos, remaining(pos), "<intr> "); in dynamic_emit_prefix() 532 pos += snprintf(buf + pos, remaining(pos), "[%d] ", in dynamic_emit_prefix() 535 pos_after_tid = pos; in dynamic_emit_prefix() 537 pos += snprintf(buf + pos, remaining(pos), "%s:", in dynamic_emit_prefix() 540 pos += snprintf(buf + pos, remaining(pos), "%s:", in dynamic_emit_prefix() 543 pos += snprintf(buf + pos, remaining(pos), "%d:", in dynamic_emit_prefix() 545 if (pos - pos_after_tid) in dynamic_emit_prefix() 546 pos += snprintf(buf + pos, remaining(pos), " "); in dynamic_emit_prefix() 547 if (pos >= PREFIX_SIZE) in dynamic_emit_prefix() [all …]
|
D | bitmap.c | 721 static int bitmap_pos_to_ord(const unsigned long *buf, unsigned int pos, unsigned int nbits) in bitmap_pos_to_ord() argument 723 if (pos >= nbits || !test_bit(pos, buf)) in bitmap_pos_to_ord() 726 return __bitmap_weight(buf, pos); in bitmap_pos_to_ord() 749 unsigned int pos; in bitmap_ord_to_pos() local 751 for (pos = find_first_bit(buf, nbits); in bitmap_ord_to_pos() 752 pos < nbits && ord; in bitmap_ord_to_pos() 753 pos = find_next_bit(buf, nbits, pos + 1)) in bitmap_ord_to_pos() 756 return pos; in bitmap_ord_to_pos() 1032 static int __reg_op(unsigned long *bitmap, unsigned int pos, int order, int reg_op) in __reg_op() argument 1048 index = pos / BITS_PER_LONG; in __reg_op() [all …]
|
D | test_rhashtable.c | 179 struct rhash_head *pos; in test_bucket_stats() local 184 while ((pos = rhashtable_walk_next(&hti))) { in test_bucket_stats() 185 if (PTR_ERR(pos) == -EAGAIN) { in test_bucket_stats() 189 } else if (IS_ERR(pos)) { in test_bucket_stats() 191 PTR_ERR(pos)); in test_bucket_stats() 311 struct rhlist_head *h, *pos; in test_rhltable() local 327 rhl_for_each_entry_rcu(obj, pos, h, list_node) { in test_rhltable() 328 if (WARN(pos == &rhl_test_objects[j].list_node, "old element found, should be gone")) in test_rhltable() 337 rhl_for_each_entry_rcu(obj, pos, h, list_node) { in test_rhltable() 338 if (pos == &rhl_test_objects[i].list_node) { in test_rhltable() [all …]
|
D | decompress_bunzip2.c | 526 int pos, xcurrent, previous, gotcount; in read_bunzip() local 534 pos = bd->writePos; in read_bunzip() 549 bd->writePos = pos; in read_bunzip() 571 pos = dbuf[pos]; in read_bunzip() 572 xcurrent = pos&0xff; in read_bunzip() 573 pos >>= 8; in read_bunzip() 616 pos = bd->writePos; in read_bunzip() 683 long *pos, in bunzip2() argument 734 if (pos) in bunzip2() 735 *pos = bd->inbufPos; in bunzip2() [all …]
|
D | btree.c | 224 static int keycmp(struct btree_geo *geo, unsigned long *node, int pos, in keycmp() argument 227 return longcmp(bkey(geo, node, pos), key, geo->keylen); in keycmp() 453 int i, pos, fill, err; in btree_insert_level() local 464 pos = getpos(geo, node, key); in btree_insert_level() 465 fill = getfill(geo, node, pos); in btree_insert_level() 467 BUG_ON(pos < fill && keycmp(geo, node, pos, key) == 0); in btree_insert_level() 500 for (i = fill; i > pos; i--) { in btree_insert_level() 504 setkey(geo, node, pos, key); in btree_insert_level() 505 setval(geo, node, pos, val); in btree_insert_level() 595 int i, pos, fill; in btree_remove_level() local [all …]
|
D | error-inject.c | 158 static void *ei_seq_start(struct seq_file *m, loff_t *pos) in ei_seq_start() argument 161 return seq_list_start(&error_injection_list, *pos); in ei_seq_start() 169 static void *ei_seq_next(struct seq_file *m, void *v, loff_t *pos) in ei_seq_next() argument 171 return seq_list_next(v, &error_injection_list, 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() argument 148 struct klist *k = knode_klist(pos); in klist_add_behind() 152 list_add(&n->n_node, &pos->n_node); in klist_add_behind() 162 void klist_add_before(struct klist_node *n, struct klist_node *pos) in klist_add_before() argument 164 struct klist *k = knode_klist(pos); in klist_add_before() 168 list_add_tail(&n->n_node, &pos->n_node); in klist_add_before()
|
D | decompress_unlzma.c | 222 uint8_t pos; member 302 int32_t pos; in peek_old_byte() local 305 pos = wr->buffer_pos - offs; in peek_old_byte() 306 return wr->buffer[pos]; in peek_old_byte() 308 uint32_t pos = wr->buffer_pos - offs; in peek_old_byte() local 309 while (pos >= wr->header->dict_size) in peek_old_byte() 310 pos += wr->header->dict_size; in peek_old_byte() 311 return wr->buffer[pos]; in peek_old_byte() 586 if (header.pos >= (9 * 5 * 5)) { in unlzma() 592 lc = header.pos; in unlzma()
|
D | parman.c | 312 struct list_head *pos; in parman_prio_init() local 318 list_for_each(pos, &parman->prio_list) { in parman_prio_init() 319 prio2 = list_entry(pos, typeof(*prio2), list); in parman_prio_init() 323 list_add_tail(&prio->list, pos); in parman_prio_init()
|
D | rhashtable.c | 1137 struct rhash_head *pos, *next; in rhashtable_free_and_destroy() local 1140 for (pos = rht_ptr_exclusive(rht_bucket(tbl, i)), in rhashtable_free_and_destroy() 1141 next = !rht_is_a_nulls(pos) ? in rhashtable_free_and_destroy() 1142 rht_dereference(pos->next, ht) : NULL; in rhashtable_free_and_destroy() 1143 !rht_is_a_nulls(pos); in rhashtable_free_and_destroy() 1144 pos = next, in rhashtable_free_and_destroy() 1145 next = !rht_is_a_nulls(pos) ? in rhashtable_free_and_destroy() 1146 rht_dereference(pos->next, ht) : NULL) in rhashtable_free_and_destroy() 1147 rhashtable_free_one(ht, pos, free_fn, arg); in rhashtable_free_and_destroy()
|
D | decompress_unlzo.c | 282 long *pos, in __decompress() argument 285 return unlzo(buf, len, fill, flush, out_buf, pos, error); in __decompress()
|
D | test_objagg.c | 681 int pos) in check_expect_stats_neigh() argument 686 for (i = pos - 1; i >= 0; i--) { in check_expect_stats_neigh() 688 &expect_stats->info[pos], NULL); in check_expect_stats_neigh() 692 &expect_stats->info[pos], NULL); in check_expect_stats_neigh() 696 for (i = pos + 1; i < stats->stats_info_count; i++) { in check_expect_stats_neigh() 698 &expect_stats->info[pos], NULL); in check_expect_stats_neigh() 702 &expect_stats->info[pos], NULL); in check_expect_stats_neigh()
|
D | decompress_unxz.c | 402 long *pos, in __decompress() argument 405 return unxz(buf, len, fill, flush, out_buf, pos, error); in __decompress()
|
/lib/crypto/ |
D | aes.c | 147 static __always_inline u32 subshift(u32 in[], int pos) in subshift() argument 149 return (aes_sbox[in[pos] & 0xff]) ^ in subshift() 150 (aes_sbox[(in[(pos + 1) % 4] >> 8) & 0xff] << 8) ^ in subshift() 151 (aes_sbox[(in[(pos + 2) % 4] >> 16) & 0xff] << 16) ^ in subshift() 152 (aes_sbox[(in[(pos + 3) % 4] >> 24) & 0xff] << 24); in subshift() 155 static __always_inline u32 inv_subshift(u32 in[], int pos) in inv_subshift() argument 157 return (aes_inv_sbox[in[pos] & 0xff]) ^ in inv_subshift() 158 (aes_inv_sbox[(in[(pos + 3) % 4] >> 8) & 0xff] << 8) ^ in inv_subshift() 159 (aes_inv_sbox[(in[(pos + 2) % 4] >> 16) & 0xff] << 16) ^ in inv_subshift() 160 (aes_inv_sbox[(in[(pos + 1) % 4] >> 24) & 0xff] << 24); in inv_subshift()
|
/lib/zstd/ |
D | huf_compress.c | 317 int pos; in HUF_setMaxHeight() local 323 for (pos = n; pos >= 0; pos--) { in HUF_setMaxHeight() 324 if (huffNode[pos].nbBits >= currNbBits) in HUF_setMaxHeight() 326 currNbBits = huffNode[pos].nbBits; /* < maxNbBits */ in HUF_setMaxHeight() 327 rankLast[maxNbBits - currNbBits] = pos; in HUF_setMaxHeight() 406 U32 pos = rank[r].curr++; in HUF_sort() local 407 while ((pos > rank[r].base) && (c > huffNode[pos - 1].count)) in HUF_sort() 408 huffNode[pos] = huffNode[pos - 1], pos--; in HUF_sort() 409 huffNode[pos].count = c; in HUF_sort() 410 huffNode[pos].byte = (BYTE)n; in HUF_sort()
|
D | decompress.c | 234 size_t pos = 5; in ZSTD_getFrameParams() local 246 BYTE const wlByte = ip[pos++]; in ZSTD_getFrameParams() 258 dictID = ip[pos]; in ZSTD_getFrameParams() 259 pos++; in ZSTD_getFrameParams() 262 dictID = ZSTD_readLE16(ip + pos); in ZSTD_getFrameParams() 263 pos += 2; in ZSTD_getFrameParams() 266 dictID = ZSTD_readLE32(ip + pos); in ZSTD_getFrameParams() 267 pos += 4; in ZSTD_getFrameParams() 274 frameContentSize = ip[pos]; in ZSTD_getFrameParams() 276 case 1: frameContentSize = ZSTD_readLE16(ip + pos) + 256; break; in ZSTD_getFrameParams() [all …]
|
D | compress.c | 2442 size_t pos; in ZSTD_writeFrameHeader() local 2449 pos = 5; in ZSTD_writeFrameHeader() 2451 op[pos++] = windowLogByte; in ZSTD_writeFrameHeader() 2456 op[pos] = (BYTE)(dictID); in ZSTD_writeFrameHeader() 2457 pos++; in ZSTD_writeFrameHeader() 2460 ZSTD_writeLE16(op + pos, (U16)dictID); in ZSTD_writeFrameHeader() 2461 pos += 2; in ZSTD_writeFrameHeader() 2464 ZSTD_writeLE32(op + pos, dictID); in ZSTD_writeFrameHeader() 2465 pos += 4; in ZSTD_writeFrameHeader() 2472 op[pos++] = (BYTE)(pledgedSrcSize); in ZSTD_writeFrameHeader() [all …]
|
D | zstd_opt.h | 200 #define SET_PRICE(pos, mlen_, offset_, litlen_, price_) \ argument 202 while (last_pos < pos) { \ 206 opt[pos].mlen = mlen_; \ 207 opt[pos].off = offset_; \ 208 opt[pos].litlen = litlen_; \ 209 opt[pos].price = price_; \
|
/lib/842/ |
D | 842_compress.c | 425 u64 pos = p->in - p->instart; in update_hashtables() local 426 u64 n8 = (pos >> 3) % (1 << I8_BITS); in update_hashtables() 427 u64 n4 = (pos >> 2) % (1 << I4_BITS); in update_hashtables() 428 u64 n2 = (pos >> 1) % (1 << I2_BITS); in update_hashtables()
|
D | 842_decompress.c | 179 u64 pos = total - section; in __do_index() local 184 if (offset >= pos) in __do_index()
|