/lib/zlib_inflate/ |
D | inffast.c | 93 unsigned char *out; /* local strm->next_out */ in inflate_fast() local 120 out = strm->next_out - OFF; in inflate_fast() 121 beg = out - (start - strm->avail_out); in inflate_fast() 122 end = out + (strm->avail_out - 257); in inflate_fast() 153 PUP(out) = (unsigned char)(this.val); in inflate_fast() 200 op = (unsigned)(out - beg); /* max distance in output */ in inflate_fast() 214 PUP(out) = PUP(from); in inflate_fast() 216 from = out - dist; /* rest from output */ in inflate_fast() 225 PUP(out) = PUP(from); in inflate_fast() 232 PUP(out) = PUP(from); in inflate_fast() [all …]
|
D | inflate.c | 116 static void zlib_updatewindow(z_streamp strm, unsigned out) in zlib_updatewindow() argument 124 copy = out - strm->avail_out; in zlib_updatewindow() 340 unsigned in, out; /* save starting available input and output */ in zlib_inflate() local 362 out = left; in zlib_inflate() 575 inflate_fast(strm, out); in zlib_inflate() 656 if (state->offset > state->whave + out - left) { in zlib_inflate() 664 copy = out - left; in zlib_inflate() 696 out -= left; in zlib_inflate() 697 strm->total_out += out; in zlib_inflate() 698 state->total += out; in zlib_inflate() [all …]
|
/lib/ |
D | smp_processor_id.c | 16 goto out; in debug_smp_processor_id() 19 goto out; in debug_smp_processor_id() 26 goto out; in debug_smp_processor_id() 32 goto out; in debug_smp_processor_id() 50 out: in debug_smp_processor_id()
|
D | string_helpers.c | 170 char *out = dst; in string_unescape() local 178 unescape_space(&src, &out)) in string_unescape() 182 unescape_octal(&src, &out)) in string_unescape() 186 unescape_hex(&src, &out)) in string_unescape() 190 unescape_special(&src, &out)) in string_unescape() 193 *out++ = '\\'; in string_unescape() 195 *out++ = *src++; in string_unescape() 197 *out = '\0'; in string_unescape() 199 return out - dst; in string_unescape()
|
D | test-string_helpers.c | 15 const char *out; member 22 .out = "\f\\ \n\r\t\v", 27 .out = " \001\00387\0064\005 \\8aH?7", 32 .out = "\\xv\n,\ro2", 37 .out = "\\h\\\"\a\e\\", 59 s = strings[i].out; in test_string_unescape() 60 len = strlen(strings[i].out); in test_string_unescape()
|
D | kfifo.c | 35 return (fifo->mask + 1) - (fifo->in - fifo->out); in kfifo_unused() 48 fifo->out = 0; in __kfifo_alloc() 73 fifo->out = 0; in __kfifo_free() 88 fifo->out = 0; in __kfifo_init() 170 l = fifo->in - fifo->out; in __kfifo_out_peek() 174 kfifo_copy_out(fifo, buf, len, fifo->out); in __kfifo_out_peek() 183 fifo->out += len; in __kfifo_out() 294 l = fifo->in - fifo->out; in __kfifo_to_user() 297 ret = kfifo_copy_to_user(fifo, to, len, fifo->out, copied); in __kfifo_to_user() 303 fifo->out += len; in __kfifo_to_user() [all …]
|
D | decompress_unxz.c | 254 unsigned char *out, int *in_used, in unxz() argument 278 b.out = out; in unxz() 282 b.out = malloc(XZ_IOBUF_SIZE); in unxz() 283 if (b.out == NULL) in unxz() 332 if (flush(b.out, b.out_pos) != (int)b.out_pos) in unxz() 343 free(b.out); in unxz() 383 free(b.out); in unxz()
|
D | debugobjects.c | 884 goto out; in check_results() 889 goto out; in check_results() 894 goto out; in check_results() 899 goto out; in check_results() 902 out: in check_results() 932 goto out; in debug_objects_selftest() 935 goto out; in debug_objects_selftest() 938 goto out; in debug_objects_selftest() 941 goto out; in debug_objects_selftest() 944 goto out; in debug_objects_selftest() [all …]
|
D | radix-tree.c | 279 goto out; in radix_tree_preload() 288 out: in radix_tree_preload() 319 goto out; in radix_tree_extend() 348 out: in radix_tree_extend() 570 goto out; in radix_tree_tag_clear() 577 goto out; in radix_tree_tag_clear() 586 goto out; in radix_tree_tag_clear() 590 goto out; in radix_tree_tag_clear() 593 goto out; in radix_tree_tag_clear() 604 out: in radix_tree_tag_clear() [all …]
|
D | inflate.c | 386 goto out; in huft_build() 413 goto out; in huft_build() 417 goto out; in huft_build() 493 goto out; in huft_build() 559 out: in huft_build() 881 goto out; in inflate_dynamic() 905 goto out; in inflate_dynamic() 929 goto out; in inflate_dynamic() 941 goto out; in inflate_dynamic() 954 goto out; in inflate_dynamic() [all …]
|
D | kobject.c | 414 goto out; in kobject_rename() 419 goto out; in kobject_rename() 428 goto out; in kobject_rename() 433 goto out; in kobject_rename() 444 out: in kobject_rename() 479 goto out; in kobject_move() 484 goto out; in kobject_move() 491 goto out; in kobject_move() 497 out: in kobject_move() 873 goto out; in kobj_ns_type_register() [all …]
|
D | rwsem-spinlock.c | 78 goto out; in __rwsem_do_wake() 100 out: in __rwsem_do_wake() 133 goto out; in __down_read() 158 out: in __down_read()
|
D | proportions.c | 88 goto out; in prop_descriptor_init() 94 out: in prop_descriptor_init() 120 goto out; in prop_change_shift() 141 out: in prop_change_shift()
|
D | rwsem.c | 78 goto out; in __rwsem_do_wake() 94 goto out; in __rwsem_do_wake() 139 out: in __rwsem_do_wake()
|
D | checksum.c | 56 goto out; in do_csum() 100 out: in do_csum()
|
D | textsearch.c | 184 goto out; in textsearch_unregister() 189 out: in textsearch_unregister()
|
D | bch.c | 797 struct gf_poly *out) in compute_trace_bk_mod() argument 807 out->deg = 0; in compute_trace_bk_mod() 808 memset(out, 0, GF_POLY_SZ(f->deg)); in compute_trace_bk_mod() 816 out->c[j] ^= z->c[j]; in compute_trace_bk_mod() 820 if (z->deg > out->deg) in compute_trace_bk_mod() 821 out->deg = z->deg; in compute_trace_bk_mod() 829 while (!out->c[out->deg] && out->deg) in compute_trace_bk_mod() 830 out->deg--; in compute_trace_bk_mod() 832 dbg("Tr(a^%d.X) mod f = %s\n", k, gf_poly_str(out)); in compute_trace_bk_mod()
|
D | kobject_uevent.c | 73 goto out; in kobject_action_type() 84 out: in kobject_action_type()
|
D | dma-debug.c | 987 goto out; in check_sync() 1001 goto out; in check_sync() 1033 out: in check_sync()
|
/lib/lzo/ |
D | lzo1x_decompress_safe.c | 26 #define TEST_LB(m_pos) if ((m_pos) < out) goto lookbehind_overrun 29 unsigned char *out, size_t *out_len) in lzo1x_decompress_safe() argument 37 unsigned char * const op_end = out + *out_len; in lzo1x_decompress_safe() 39 op = out; in lzo1x_decompress_safe() 214 *out_len = op - out; in lzo1x_decompress_safe() 220 *out_len = op - out; in lzo1x_decompress_safe() 224 *out_len = op - out; in lzo1x_decompress_safe() 228 *out_len = op - out; in lzo1x_decompress_safe()
|
D | lzo1x_compress.c | 22 unsigned char *out, size_t *out_len, in lzo1x_1_do_compress() argument 32 op = out; in lzo1x_1_do_compress() 212 *out_len = op - out; in lzo1x_1_do_compress() 217 unsigned char *out, size_t *out_len, in lzo1x_1_compress() argument 221 unsigned char *op = out; in lzo1x_1_compress() 242 if (op == out && t <= 238) { in lzo1x_1_compress() 273 *out_len = op - out; in lzo1x_1_compress()
|
/lib/xz/ |
D | xz_dec_bcj.c | 51 uint8_t *out; member 404 memcpy(b->out + b->out_pos, s->temp.buf, copy_size); in bcj_flush() 451 memcpy(b->out + b->out_pos, s->temp.buf, s->temp.size); in xz_dec_bcj_run() 459 bcj_apply(s, b->out, &out_start, b->out_pos); in xz_dec_bcj_run() 471 memcpy(s->temp.buf, b->out + b->out_pos, s->temp.size); in xz_dec_bcj_run() 492 s->out = b->out; in xz_dec_bcj_run() 495 b->out = s->temp.buf; in xz_dec_bcj_run() 502 b->out = s->out; in xz_dec_bcj_run()
|
D | xz_dec_test.c | 54 .out = buffer_out,
|
D | xz_dec_lzma2.c | 289 dict->buf = b->out + b->out_pos; in dict_reset() 400 memcpy(b->out + b->out_pos, b->in + b->in_pos, in dict_uncompressed() 424 memcpy(b->out + b->out_pos, dict->buf + dict->start, in dict_flush()
|
/lib/reed_solomon/ |
D | reed_solomon.c | 235 goto out; in init_rs_internal() 244 out: in init_rs_internal()
|