Home
last modified time | relevance | path

Searched refs:out (Results 1 – 25 of 37) sorted by relevance

12

/lib/
Dstring_helpers.c57 goto out; in string_get_size()
117 out: in string_get_size()
264 char *out = dst; in string_unescape() local
272 unescape_space(&src, &out)) in string_unescape()
276 unescape_octal(&src, &out)) in string_unescape()
280 unescape_hex(&src, &out)) in string_unescape()
284 unescape_special(&src, &out)) in string_unescape()
287 *out++ = '\\'; in string_unescape()
289 *out++ = *src++; in string_unescape()
291 *out = '\0'; in string_unescape()
[all …]
Dtest-string_helpers.c36 const char *out; member
43 .out = "\f\\ \n\r\t\v",
48 .out = " \001\00387\0064\005 \\8aH?7",
53 .out = "\\xv\n,\ro2",
58 .out = "\\h\\\"\a\e\\",
73 goto out; in test_string_unescape()
85 s = strings[i].out; in test_string_unescape()
86 len = strlen(strings[i].out); in test_string_unescape()
108 out: in test_string_unescape()
115 const char *out; member
[all …]
Dsmp_processor_id.c16 goto out; in check_preemption_disabled()
19 goto out; in check_preemption_disabled()
26 goto out; in check_preemption_disabled()
32 goto out; in check_preemption_disabled()
50 out: in check_preemption_disabled()
Dkfifo.c35 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()
89 fifo->out = 0; in __kfifo_init()
171 l = fifo->in - fifo->out; in __kfifo_out_peek()
175 kfifo_copy_out(fifo, buf, len, fifo->out); in __kfifo_out_peek()
184 fifo->out += len; in __kfifo_out()
295 l = fifo->in - fifo->out; in __kfifo_to_user()
298 ret = kfifo_copy_to_user(fifo, to, len, fifo->out, copied); in __kfifo_to_user()
304 fifo->out += len; in __kfifo_to_user()
[all …]
Ddecompress_unxz.c254 unsigned char *out, long *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) != (long)b.out_pos) in unxz()
343 free(b.out); in unxz()
383 free(b.out); in unxz()
Ddebugobjects.c896 goto out; in check_results()
901 goto out; in check_results()
906 goto out; in check_results()
911 goto out; in check_results()
914 out: in check_results()
944 goto out; in debug_objects_selftest()
947 goto out; in debug_objects_selftest()
950 goto out; in debug_objects_selftest()
953 goto out; in debug_objects_selftest()
956 goto out; in debug_objects_selftest()
[all …]
Dinflate.c386 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 …]
Dkobject.c470 goto out; in kobject_rename()
475 goto out; in kobject_rename()
484 goto out; in kobject_rename()
489 goto out; in kobject_rename()
500 out: in kobject_rename()
536 goto out; in kobject_move()
541 goto out; in kobject_move()
548 goto out; in kobject_move()
554 out: in kobject_move()
969 goto out; in kobj_ns_type_register()
[all …]
Dtest_static_keys.c201 goto out; in test_static_key_init()
206 goto out; in test_static_key_init()
211 goto out; in test_static_key_init()
213 out: in test_static_key_init()
Dradix-tree.c266 goto out; in __radix_tree_preload()
278 out: in __radix_tree_preload()
340 goto out; in radix_tree_extend()
370 out: in radix_tree_extend()
648 goto out; in radix_tree_tag_clear()
655 goto out; in radix_tree_tag_clear()
664 goto out; in radix_tree_tag_clear()
668 goto out; in radix_tree_tag_clear()
671 goto out; in radix_tree_tag_clear()
682 out: in radix_tree_tag_clear()
[all …]
DKconfig.kasan13 designed to find out-of-bounds accesses and use-after-free bugs.
15 of 4.9.2 or later. Detection of out of bounds accesses to stack or
53 out of bounds accesses, use after free. It is useful for testing
Dtest_rhashtable.c262 goto out; in threadfunc()
273 goto out; in threadfunc()
285 goto out; in threadfunc()
293 goto out; in threadfunc()
296 out: in threadfunc()
Dtest_firmware.c70 goto out; in trigger_request_store()
75 out: in trigger_request_store()
Dproportions.c88 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()
Dbug.c76 goto out; in module_find_bug()
79 out: in module_find_bug()
Dchecksum.c56 goto out; in do_csum()
100 out: in do_csum()
Dtextsearch.c185 goto out; in textsearch_unregister()
190 out: in textsearch_unregister()
Dbch.c797 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()
/lib/zlib_inflate/
Dinffast.c72 unsigned char *out; /* local strm->next_out */ in inflate_fast() local
99 out = strm->next_out; in inflate_fast()
100 beg = out - (start - strm->avail_out); in inflate_fast()
101 end = out + (strm->avail_out - 257); in inflate_fast()
132 *out++ = (unsigned char)(this.val); in inflate_fast()
179 op = (unsigned)(out - beg); /* max distance in output */ in inflate_fast()
193 *out++ = *from++; in inflate_fast()
195 from = out - dist; /* rest from output */ in inflate_fast()
204 *out++ = *from++; in inflate_fast()
211 *out++ = *from++; in inflate_fast()
[all …]
Dinflate.c101 static void zlib_updatewindow(z_streamp strm, unsigned out) in zlib_updatewindow() argument
109 copy = out - strm->avail_out; in zlib_updatewindow()
325 unsigned in, out; /* save starting available input and output */ in zlib_inflate() local
347 out = left; in zlib_inflate()
560 inflate_fast(strm, out); in zlib_inflate()
641 if (state->offset > state->whave + out - left) { in zlib_inflate()
649 copy = out - left; in zlib_inflate()
681 out -= left; in zlib_inflate()
682 strm->total_out += out; in zlib_inflate()
683 state->total += out; in zlib_inflate()
[all …]
/lib/842/
D842_decompress.c63 u8 *out; member
154 put_unaligned(cpu_to_be16((u16)v), (__be16 *)p->out); in do_data()
157 put_unaligned(cpu_to_be32((u32)v), (__be32 *)p->out); in do_data()
160 put_unaligned(cpu_to_be64((u64)v), (__be64 *)p->out); in do_data()
166 p->out += n; in do_data()
174 u64 index, offset, total = round_down(p->out - p->ostart, 8); in __do_index()
210 memcpy(p->out, &p->ostart[offset], size); in __do_index()
211 p->out += size; in __do_index()
283 u8 *out, unsigned int *olen) in sw842_decompress() argument
293 p.out = out; in sw842_decompress()
[all …]
D842_compress.c101 u8 *out; member
180 u8 *out = p->out; in add_bits() local
200 o = *out & bmask[b]; in add_bits()
204 *out = o | d; in add_bits()
206 put_unaligned(cpu_to_be16(o << 8 | d), (__be16 *)out); in add_bits()
208 put_unaligned(cpu_to_be32(o << 24 | d << 8), (__be32 *)out); in add_bits()
210 put_unaligned(cpu_to_be32(o << 24 | d), (__be32 *)out); in add_bits()
212 put_unaligned(cpu_to_be64(o << 56 | d << 24), (__be64 *)out); in add_bits()
214 put_unaligned(cpu_to_be64(o << 56 | d << 16), (__be64 *)out); in add_bits()
216 put_unaligned(cpu_to_be64(o << 56 | d << 8), (__be64 *)out); in add_bits()
[all …]
/lib/lzo/
Dlzo1x_decompress_safe.c26 #define TEST_LB(m_pos) if ((m_pos) < out) goto lookbehind_overrun
39 unsigned char *out, size_t *out_len) in lzo1x_decompress_safe() argument
47 unsigned char * const op_end = out + *out_len; in lzo1x_decompress_safe()
49 op = out; in lzo1x_decompress_safe()
245 *out_len = op - out; in lzo1x_decompress_safe()
251 *out_len = op - out; in lzo1x_decompress_safe()
255 *out_len = op - out; in lzo1x_decompress_safe()
259 *out_len = op - out; in lzo1x_decompress_safe()
Dlzo1x_compress.c22 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/
Dxz_dec_bcj.c51 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()

12