Searched defs:out (Results 1 – 10 of 10) sorted by relevance
/lib/ |
D | string_helpers.c | 213 char *out = dst; in string_unescape() local 248 char *out = *dst; in escape_passthrough() local 263 char *out = *dst; in escape_space() local 300 char *out = *dst; in escape_special() local 331 char *out = *dst; in escape_null() local 350 char *out = *dst; in escape_octal() local 368 char *out = *dst; in escape_hex() local 443 char *out = *dst, *p = out; in string_escape_mem() local
|
D | test-string_helpers.c | 36 const char *out; member 115 const char *out; member 278 const char *out; in test_string_escape() local 317 char out[64], *buf = out; in test_string_escape_nomem() local
|
D | decompress_unxz.c | 254 unsigned char *out, long *in_used, in unxz()
|
D | kfifo.c | 405 #define __KFIFO_PEEK(data, out, mask) \ argument
|
D | bch.c | 797 struct gf_poly *out) in compute_trace_bk_mod()
|
/lib/lzo/ |
D | lzo1x_compress.c | 22 unsigned char *out, size_t *out_len, in lzo1x_1_do_compress() 217 unsigned char *out, size_t *out_len, in lzo1x_1_compress()
|
D | lzo1x_decompress_safe.c | 39 unsigned char *out, size_t *out_len) in lzo1x_decompress_safe()
|
/lib/zlib_inflate/ |
D | inflate.c | 101 static void zlib_updatewindow(z_streamp strm, unsigned out) in zlib_updatewindow() 325 unsigned in, out; /* save starting available input and output */ in zlib_inflate() local
|
D | inffast.c | 93 unsigned char *out; /* local strm->next_out */ in inflate_fast() local
|
/lib/xz/ |
D | xz_dec_bcj.c | 51 uint8_t *out; member
|