Home
last modified time | relevance | path

Searched refs:out_next (Results 1 – 25 of 75) sorted by relevance

123

/dports/archivers/advancecomp/advancecomp-2.1-6-g7b08f7a/libdeflate/
H A Dgzip_compress.c41 u8 *out_next = out; in libdeflate_gzip_compress() local
50 *out_next++ = GZIP_ID1; in libdeflate_gzip_compress()
52 *out_next++ = GZIP_ID2; in libdeflate_gzip_compress()
54 *out_next++ = GZIP_CM_DEFLATE; in libdeflate_gzip_compress()
56 *out_next++ = 0; in libdeflate_gzip_compress()
59 out_next += 4; in libdeflate_gzip_compress()
67 *out_next++ = xfl; in libdeflate_gzip_compress()
76 out_next += deflate_size; in libdeflate_gzip_compress()
80 out_next += 4; in libdeflate_gzip_compress()
84 out_next += 4; in libdeflate_gzip_compress()
[all …]
H A Ddecompress_impl.h42 u8 *out_next = out; in FUNCNAME() local
213 memcpy(out_next, in_next, len); in FUNCNAME()
215 out_next += len; in FUNCNAME()
270 if (unlikely(out_next == out_end)) in FUNCNAME()
340 out_next + (0 * WORDBYTES)); in FUNCNAME()
342 out_next + (1 * WORDBYTES)); in FUNCNAME()
344 out_next + (2 * WORDBYTES)); in FUNCNAME()
347 u8 *dst = out_next; in FUNCNAME()
348 u8 *end = out_next + length; in FUNCNAME()
386 out_next += length; in FUNCNAME()
[all …]
H A Dzlib_compress.c41 u8 *out_next = out; in libdeflate_zlib_compress() local
64 put_unaligned_be16(hdr, out_next); in libdeflate_zlib_compress()
65 out_next += 2; in libdeflate_zlib_compress()
68 deflate_size = libdeflate_deflate_compress(c, in, in_size, out_next, in libdeflate_zlib_compress()
72 out_next += deflate_size; in libdeflate_zlib_compress()
75 put_unaligned_be32(libdeflate_adler32(1, in, in_size), out_next); in libdeflate_zlib_compress()
76 out_next += 4; in libdeflate_zlib_compress()
78 return out_next - (u8 *)out; in libdeflate_zlib_compress()
/dports/biology/vt/vt-0.57721/lib/libdeflate/lib/
H A Dgzip_compress.c41 u8 *out_next = out; in libdeflate_gzip_compress() local
50 *out_next++ = GZIP_ID1; in libdeflate_gzip_compress()
52 *out_next++ = GZIP_ID2; in libdeflate_gzip_compress()
54 *out_next++ = GZIP_CM_DEFLATE; in libdeflate_gzip_compress()
56 *out_next++ = 0; in libdeflate_gzip_compress()
59 out_next += 4; in libdeflate_gzip_compress()
67 *out_next++ = xfl; in libdeflate_gzip_compress()
76 out_next += deflate_size; in libdeflate_gzip_compress()
80 out_next += 4; in libdeflate_gzip_compress()
84 out_next += 4; in libdeflate_gzip_compress()
[all …]
H A Ddecompress_template.h40 u8 *out_next = out; in FUNCNAME() local
211 memcpy(out_next, in_next, len); in FUNCNAME()
213 out_next += len; in FUNCNAME()
268 if (unlikely(out_next == out_end)) in FUNCNAME()
338 out_next + (0 * WORDBYTES)); in FUNCNAME()
340 out_next + (1 * WORDBYTES)); in FUNCNAME()
342 out_next + (2 * WORDBYTES)); in FUNCNAME()
345 u8 *dst = out_next; in FUNCNAME()
346 u8 *end = out_next + length; in FUNCNAME()
384 out_next += length; in FUNCNAME()
[all …]
H A Dzlib_compress.c41 u8 *out_next = out; in libdeflate_zlib_compress() local
64 put_unaligned_be16(hdr, out_next); in libdeflate_zlib_compress()
65 out_next += 2; in libdeflate_zlib_compress()
68 deflate_size = libdeflate_deflate_compress(c, in, in_size, out_next, in libdeflate_zlib_compress()
72 out_next += deflate_size; in libdeflate_zlib_compress()
75 put_unaligned_be32(libdeflate_adler32(1, in, in_size), out_next); in libdeflate_zlib_compress()
76 out_next += 4; in libdeflate_zlib_compress()
78 return out_next - (u8 *)out; in libdeflate_zlib_compress()
/dports/biology/plink/plink-ng-79b2df8c/2.0/libdeflate/lib/
H A Dgzip_compress.c41 u8 *out_next = out; in libdeflate_gzip_compress() local
50 *out_next++ = GZIP_ID1; in libdeflate_gzip_compress()
52 *out_next++ = GZIP_ID2; in libdeflate_gzip_compress()
54 *out_next++ = GZIP_CM_DEFLATE; in libdeflate_gzip_compress()
56 *out_next++ = 0; in libdeflate_gzip_compress()
59 out_next += 4; in libdeflate_gzip_compress()
67 *out_next++ = xfl; in libdeflate_gzip_compress()
76 out_next += deflate_size; in libdeflate_gzip_compress()
80 out_next += 4; in libdeflate_gzip_compress()
84 out_next += 4; in libdeflate_gzip_compress()
[all …]
H A Dzlib_compress.c41 u8 *out_next = out; in libdeflate_zlib_compress() local
64 put_unaligned_be16(hdr, out_next); in libdeflate_zlib_compress()
65 out_next += 2; in libdeflate_zlib_compress()
68 deflate_size = libdeflate_deflate_compress(c, in, in_size, out_next, in libdeflate_zlib_compress()
72 out_next += deflate_size; in libdeflate_zlib_compress()
75 put_unaligned_be32(libdeflate_adler32(1, in, in_size), out_next); in libdeflate_zlib_compress()
76 out_next += 4; in libdeflate_zlib_compress()
78 return out_next - (u8 *)out; in libdeflate_zlib_compress()
H A Ddecompress_template.h40 u8 *out_next = out; in FUNCNAME() local
207 memcpy(out_next, in_next, len); in FUNCNAME()
209 out_next += len; in FUNCNAME()
347 src = out_next - offset; in FUNCNAME()
348 dst = out_next; in FUNCNAME()
349 out_next += length; in FUNCNAME()
366 } while (dst < out_next); in FUNCNAME()
379 } while (dst < out_next); in FUNCNAME()
385 } while (dst < out_next); in FUNCNAME()
393 } while (dst < out_next); in FUNCNAME()
[all …]
/dports/archivers/libdeflate/libdeflate-1.8/lib/
H A Dgzip_compress.c41 u8 *out_next = out; in libdeflate_gzip_compress() local
50 *out_next++ = GZIP_ID1; in libdeflate_gzip_compress()
52 *out_next++ = GZIP_ID2; in libdeflate_gzip_compress()
54 *out_next++ = GZIP_CM_DEFLATE; in libdeflate_gzip_compress()
56 *out_next++ = 0; in libdeflate_gzip_compress()
59 out_next += 4; in libdeflate_gzip_compress()
67 *out_next++ = xfl; in libdeflate_gzip_compress()
76 out_next += deflate_size; in libdeflate_gzip_compress()
80 out_next += 4; in libdeflate_gzip_compress()
84 out_next += 4; in libdeflate_gzip_compress()
[all …]
H A Dzlib_compress.c41 u8 *out_next = out; in libdeflate_zlib_compress() local
64 put_unaligned_be16(hdr, out_next); in libdeflate_zlib_compress()
65 out_next += 2; in libdeflate_zlib_compress()
68 deflate_size = libdeflate_deflate_compress(c, in, in_nbytes, out_next, in libdeflate_zlib_compress()
72 out_next += deflate_size; in libdeflate_zlib_compress()
75 put_unaligned_be32(libdeflate_adler32(1, in, in_nbytes), out_next); in libdeflate_zlib_compress()
76 out_next += 4; in libdeflate_zlib_compress()
78 return out_next - (u8 *)out; in libdeflate_zlib_compress()
H A Ddecompress_template.h40 u8 *out_next = out; in FUNCNAME() local
205 memcpy(out_next, in_next, len); in FUNCNAME()
207 out_next += len; in FUNCNAME()
345 src = out_next - offset; in FUNCNAME()
346 dst = out_next; in FUNCNAME()
347 out_next += length; in FUNCNAME()
364 } while (dst < out_next); in FUNCNAME()
377 } while (dst < out_next); in FUNCNAME()
383 } while (dst < out_next); in FUNCNAME()
391 } while (dst < out_next); in FUNCNAME()
[all …]
/dports/sysutils/wimlib/wimlib-1.13.0/include/wimlib/
H A Ddecompress_common.h471 src = out_next - offset; in lz_copy()
485 end = out_next + length; in lz_copy()
507 out_next += WORDBYTES; in lz_copy()
508 } while (out_next < end); in lz_copy()
518 out_next += WORDBYTES; in lz_copy()
519 } while (out_next < end); in lz_copy()
535 *out_next++ = *src++; in lz_copy()
537 *out_next++ = *src++; in lz_copy()
539 *out_next++ = *src++; in lz_copy()
541 *out_next++ = *src++; in lz_copy()
[all …]
/dports/sysutils/fusefs-ntfs-compression/ntfs-3g-system-compression-1.0/src/
H A Ddecompress_common.h470 src = out_next - offset; in lz_copy()
484 end = out_next + length; in lz_copy()
506 out_next += WORDBYTES; in lz_copy()
507 } while (out_next < end); in lz_copy()
517 out_next += WORDBYTES; in lz_copy()
518 } while (out_next < end); in lz_copy()
534 *out_next++ = *src++; in lz_copy()
536 *out_next++ = *src++; in lz_copy()
538 *out_next++ = *src++; in lz_copy()
540 *out_next++ = *src++; in lz_copy()
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/cmupv/src/
H A Dcmupv.c399 pv->out_next = pv->output_buffer; in pv_initialize()
544 pv->out_next -= shift; in pv_get_input_count()
917 float *out_next = pv->out_next; in update_position_queue() local
955 float *block = pv->out_next; in finish_output()
957 pv->out_next = block + pv->blocksize; in finish_output()
960 (long) (pv->out_next - pv->output_buffer), *(pv->out_next)); in finish_output()
980 float *out_next = pv->out_next; in pv_get_output() local
1038 float *out_next = pv->out_next; in pv_get_output2() local
1064 memmove(output_buffer, out_next, in pv_get_output2()
1069 out_next = output_buffer; in pv_get_output2()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/
H A Dmisaligned.cc66 char* out_next; in test01() local
68 res = conv.out(st, dst, dst_end, dst_cnext, out + 1, out_end, out_next); in test01()
70 VERIFY( out_next == out_end ); in test01()
95 VERIFY( out_next == out_end ); in test01()
135 char* out_next; in test02() local
137 res = conv.out(st, dst, dst_end, dst_cnext, out + 1, out_end, out_next); in test02()
139 VERIFY( out_next == out_end ); in test02()
171 VERIFY( out_next == out_end ); in test02()
222 char* out_next; in test03() local
226 VERIFY( out_next == out_end ); in test03()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/
H A Dmisaligned.cc66 char* out_next; in test01() local
68 res = conv.out(st, dst, dst_end, dst_cnext, out + 1, out_end, out_next); in test01()
70 VERIFY( out_next == out_end ); in test01()
95 VERIFY( out_next == out_end ); in test01()
135 char* out_next; in test02() local
137 res = conv.out(st, dst, dst_end, dst_cnext, out + 1, out_end, out_next); in test02()
139 VERIFY( out_next == out_end ); in test02()
171 VERIFY( out_next == out_end ); in test02()
222 char* out_next; in test03() local
226 VERIFY( out_next == out_end ); in test03()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/
H A Dmisaligned.cc66 char* out_next; in test01() local
68 res = conv.out(st, dst, dst_end, dst_cnext, out + 1, out_end, out_next); in test01()
70 VERIFY( out_next == out_end ); in test01()
95 VERIFY( out_next == out_end ); in test01()
135 char* out_next; in test02() local
137 res = conv.out(st, dst, dst_end, dst_cnext, out + 1, out_end, out_next); in test02()
139 VERIFY( out_next == out_end ); in test02()
171 VERIFY( out_next == out_end ); in test02()
222 char* out_next; in test03() local
226 VERIFY( out_next == out_end ); in test03()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/
H A Dmisaligned.cc66 char* out_next; in test01() local
68 res = conv.out(st, dst, dst_end, dst_cnext, out + 1, out_end, out_next); in test01()
70 VERIFY( out_next == out_end ); in test01()
95 VERIFY( out_next == out_end ); in test01()
135 char* out_next; in test02() local
137 res = conv.out(st, dst, dst_end, dst_cnext, out + 1, out_end, out_next); in test02()
139 VERIFY( out_next == out_end ); in test02()
171 VERIFY( out_next == out_end ); in test02()
222 char* out_next; in test03() local
226 VERIFY( out_next == out_end ); in test03()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/
H A Dmisaligned.cc66 char* out_next; in test01() local
68 res = conv.out(st, dst, dst_end, dst_cnext, out + 1, out_end, out_next); in test01()
70 VERIFY( out_next == out_end ); in test01()
95 VERIFY( out_next == out_end ); in test01()
135 char* out_next; in test02() local
137 res = conv.out(st, dst, dst_end, dst_cnext, out + 1, out_end, out_next); in test02()
139 VERIFY( out_next == out_end ); in test02()
171 VERIFY( out_next == out_end ); in test02()
222 char* out_next; in test03() local
226 VERIFY( out_next == out_end ); in test03()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/
H A Dmisaligned.cc66 char* out_next; in test01() local
68 res = conv.out(st, dst, dst_end, dst_cnext, out + 1, out_end, out_next); in test01()
70 VERIFY( out_next == out_end ); in test01()
95 VERIFY( out_next == out_end ); in test01()
135 char* out_next; in test02() local
137 res = conv.out(st, dst, dst_end, dst_cnext, out + 1, out_end, out_next); in test02()
139 VERIFY( out_next == out_end ); in test02()
171 VERIFY( out_next == out_end ); in test02()
222 char* out_next; in test03() local
226 VERIFY( out_next == out_end ); in test03()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/
H A Dmisaligned.cc66 char* out_next; in test01() local
68 res = conv.out(st, dst, dst_end, dst_cnext, out + 1, out_end, out_next); in test01()
70 VERIFY( out_next == out_end ); in test01()
95 VERIFY( out_next == out_end ); in test01()
135 char* out_next; in test02() local
137 res = conv.out(st, dst, dst_end, dst_cnext, out + 1, out_end, out_next); in test02()
139 VERIFY( out_next == out_end ); in test02()
171 VERIFY( out_next == out_end ); in test02()
222 char* out_next; in test03() local
226 VERIFY( out_next == out_end ); in test03()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/
H A Dmisaligned.cc66 char* out_next; in test01() local
68 res = conv.out(st, dst, dst_end, dst_cnext, out + 1, out_end, out_next); in test01()
70 VERIFY( out_next == out_end ); in test01()
95 VERIFY( out_next == out_end ); in test01()
135 char* out_next; in test02() local
137 res = conv.out(st, dst, dst_end, dst_cnext, out + 1, out_end, out_next); in test02()
139 VERIFY( out_next == out_end ); in test02()
171 VERIFY( out_next == out_end ); in test02()
222 char* out_next; in test03() local
226 VERIFY( out_next == out_end ); in test03()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/
H A Dmisaligned.cc66 char* out_next; in test01() local
68 res = conv.out(st, dst, dst_end, dst_cnext, out + 1, out_end, out_next); in test01()
70 VERIFY( out_next == out_end ); in test01()
95 VERIFY( out_next == out_end ); in test01()
135 char* out_next; in test02() local
137 res = conv.out(st, dst, dst_end, dst_cnext, out + 1, out_end, out_next); in test02()
139 VERIFY( out_next == out_end ); in test02()
171 VERIFY( out_next == out_end ); in test02()
222 char* out_next; in test03() local
226 VERIFY( out_next == out_end ); in test03()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/
H A Dmisaligned.cc66 char* out_next; in test01() local
68 res = conv.out(st, dst, dst_end, dst_cnext, out + 1, out_end, out_next); in test01()
70 VERIFY( out_next == out_end ); in test01()
95 VERIFY( out_next == out_end ); in test01()
135 char* out_next; in test02() local
137 res = conv.out(st, dst, dst_end, dst_cnext, out + 1, out_end, out_next); in test02()
139 VERIFY( out_next == out_end ); in test02()
171 VERIFY( out_next == out_end ); in test02()
222 char* out_next; in test03() local
226 VERIFY( out_next == out_end ); in test03()
[all …]

123