| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/debug/ |
| H A D | mali_kbase_debug_ktrace.c | 144 trace_msg = &ktrace->rbuf[ktrace->next_in]; in kbasep_ktrace_reserve() 147 ktrace->next_in = (ktrace->next_in + 1) & KBASE_KTRACE_MASK; in kbasep_ktrace_reserve() 148 if (ktrace->next_in == ktrace->first_out) in kbasep_ktrace_reserve() 208 kbdev->ktrace.first_out = kbdev->ktrace.next_in; in kbasep_ktrace_clear_locked() 231 end = kbdev->ktrace.next_in; in kbasep_ktrace_dump() 330 state->end = kbdev->ktrace.next_in; in kbasep_ktrace_debugfs_open()
|
| H A D | mali_kbase_debug_ktrace_defs.h | 170 u16 next_in; member
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | decompress_inflate.c | 112 strm->next_in = zbuf + 10; in __gunzip() 127 } while (*strm->next_in++); in __gunzip() 153 strm->next_in = zbuf; in __gunzip() 183 *pos = strm->next_in - zbuf+8; in __gunzip()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | zlib.c | 133 workspace->strm.next_in = workspace->buf; in zlib_compress_pages() 162 workspace->strm.next_in = workspace->buf; in zlib_compress_pages() 172 workspace->strm.next_in = data_in; in zlib_compress_pages() 293 workspace->strm.next_in = data_in; in zlib_decompress_bio() 308 workspace->strm.next_in += 2; in zlib_decompress_bio() 349 workspace->strm.next_in = data_in; in zlib_decompress_bio() 383 workspace->strm.next_in = data_in; in zlib_decompress() 397 workspace->strm.next_in += 2; in zlib_decompress()
|
| /OK3568_Linux_fs/u-boot/fs/cramfs/ |
| H A D | uncompress.c | 37 stream.next_in = src; in cramfs_uncompress_block() 61 stream.next_in = 0; in cramfs_uncompress_init()
|
| /OK3568_Linux_fs/kernel/fs/cramfs/ |
| H A D | uncompress.c | 35 stream.next_in = src; in cramfs_uncompress_block() 67 stream.next_in = NULL; in cramfs_uncompress_init()
|
| /OK3568_Linux_fs/kernel/fs/jffs2/ |
| H A D | compr_zlib.c | 89 def_strm.next_in = data_in; in jffs2_zlib_compress() 150 inf_strm.next_in = data_in; in jffs2_zlib_decompress() 166 inf_strm.next_in += 2; in jffs2_zlib_decompress()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | zlib.c | 29 .next_in = Z_NULL, in gzip_decompress_to_file() 46 zs.next_in = ptr; in gzip_decompress_to_file()
|
| H A D | lzma.c | 60 strm.next_in = NULL; in lzma_decompress_to_file() 67 strm.next_in = buf_in; in lzma_decompress_to_file()
|
| /OK3568_Linux_fs/kernel/drivers/net/ppp/ |
| H A D | ppp_deflate.c | 105 state->strm.next_in = NULL; in z_comp_alloc() 222 state->strm.next_in = rptr; in z_compress() 449 state->strm.next_in = ibuf + PPP_HDRLEN + DEFLATE_OVHD; in z_decompress() 535 state->strm.next_in = ibuf + 3; in z_incomp() 538 --state->strm.next_in; in z_incomp()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | compression.cpp | 43 deflate_stream.next_in = (Bytef *)raw.data(); in compress() 78 inflate_stream.next_in = (Bytef *)raw.data(); in decompress()
|
| /OK3568_Linux_fs/kernel/lib/zlib_inflate/ |
| H A D | inflate.c | 189 next = strm->next_in; \ 200 strm->next_in = next; \ 353 (strm->next_in == NULL && strm->avail_in != 0)) in zlib_inflate() 796 z->next_out = (unsigned char*)z->next_in + z->avail_in; in zlib_inflateIncomp() 805 UPDATE(state->check, z->next_in, z->avail_in); in zlib_inflateIncomp() 809 z->next_in += z->avail_in; in zlib_inflateIncomp()
|
| H A D | inffast.c | 97 in = strm->next_in; in inflate_fast() 318 strm->next_in = in; in inflate_fast()
|
| H A D | infutil.c | 27 strm->next_in = zbuf; in zlib_inflate_blob()
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | deflate.c | 189 stream->next_in = (u8 *)src; in __deflate_compress() 234 stream->next_in = (u8 *)src; in __deflate_decompress() 247 stream->next_in = &zerostuff; in __deflate_decompress()
|
| /OK3568_Linux_fs/u-boot/lib/bzip2/ |
| H A D | bzlib.c | 353 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop() 354 s->strm->next_in++; in copy_input_until_stop() 371 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop() 372 s->strm->next_in++; in copy_input_until_stop() 1013 bzf->strm.next_in = buf; in BZ_API() 1163 bzf->strm.next_in = bzf->buf; in BZ_API() 1224 bzf->strm.next_in = bzf->buf; in BZ_API() 1265 *unused = bzf->strm.next_in; in BZ_API() 1302 strm.next_in = source; in BZ_API() 1347 strm.next_in = source; in BZ_API()
|
| /OK3568_Linux_fs/kernel/lib/zlib_dfltcc/ |
| H A D | dfltcc_inflate.c | 77 &strm->next_in, &avail_in, state->window); in dfltcc_xpnd() 105 strm->next_in++; in dfltcc_inflate()
|
| H A D | dfltcc_deflate.c | 50 &strm->next_in, &avail_in, NULL); in dfltcc_gdht() 65 &strm->next_in, &avail_in, state->window); in dfltcc_cmpr()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | gunzip.c | 215 s.next_in = src + i; in gzwrite() 302 s.next_in = src + offset; in zunzip()
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | head-inflate-data.c | 48 strm->next_in = in; in __inflate_kernel_data()
|
| /OK3568_Linux_fs/u-boot/lib/zlib/ |
| H A D | inffast.c | 100 in = strm->next_in - OFF; in inflate_fast() 332 strm->next_in = in + OFF; in inflate_fast()
|
| /OK3568_Linux_fs/kernel/arch/xtensa/boot/lib/ |
| H A D | zmem.c | 68 s.next_in = src + i; in gunzip()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cudbg_zlib.c | 52 compress_stream.next_in = pin_buff->data; in cudbg_compress_buff()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | zlib.h | 85 const Byte *next_in; /* next input byte */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | ddg.h | 99 ddg_edge_ptr next_in; member
|