Searched refs:read_ahead (Results 1 - 25 of 34) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/lz/
H A Dlz_encoder.h67 uint32_t read_ahead; member in struct:lzma_mf_s
241 return mf->write_pos - mf->read_pos + mf->read_ahead;
255 return mf->read_pos - mf->read_ahead;
272 mf->read_ahead += amount;
286 assert(mf->read_ahead == 0);
H A Dlz_encoder.c142 // mf_skip(), since we don't want to touch mf->read_ahead.
379 mf->read_ahead = 0;
H A Dlz_encoder_mf.c78 ++mf->read_ahead;
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/lz/
H A Dlz_encoder.h67 uint32_t read_ahead; member in struct:lzma_mf_s
241 return mf->write_pos - mf->read_pos + mf->read_ahead;
255 return mf->read_pos - mf->read_ahead;
272 mf->read_ahead += amount;
286 assert(mf->read_ahead == 0);
H A Dlz_encoder.c142 // mf_skip(), since we don't want to touch mf->read_ahead.
379 mf->read_ahead = 0;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Dtftp.h81 extern void read_ahead(FILE *file, int convert);
H A Dtftpsubs.c109 read_ahead(file, convert); /* fill it */
118 void read_ahead(FILE *file, int convert) function
H A Dtftpd.c377 read_ahead(file, pf->f_convert);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/lzma/
H A Dlzma2_encoder.c179 limit = mf->read_pos - mf->read_ahead
185 const uint32_t read_start = mf->read_pos - mf->read_ahead;
193 coder->uncompressed_size += mf->read_pos - mf->read_ahead
206 coder->uncompressed_size += mf->read_ahead;
209 mf->read_ahead = 0;
H A Dlzma_encoder.c50 mf->read_pos - mf->read_ahead];
53 position, mf->buffer[mf->read_pos - mf->read_ahead - 1]);
65 - mf->read_ahead];
262 assert(mf->read_ahead >= len);
263 mf->read_ahead -= len;
283 mf->read_ahead = 0;
339 && (mf->read_pos - mf->read_ahead >= limit
350 if (mf->read_ahead == 0)
527 // big enough value, and lzma_mf.read_ahead == 0 which happens at
H A Dlzma_encoder_optimum_fast.c27 if (mf->read_ahead == 0) {
30 assert(mf->read_ahead == 1);
H A Dlzma_encoder_optimum_normal.c282 if (mf->read_ahead == 0) {
285 assert(mf->read_ahead == 1);
820 assert(mf->read_ahead > 0);
832 if (mf->read_ahead == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/lzma/
H A Dlzma2_encoder.c179 limit = mf->read_pos - mf->read_ahead
185 const uint32_t read_start = mf->read_pos - mf->read_ahead;
193 coder->uncompressed_size += mf->read_pos - mf->read_ahead
206 coder->uncompressed_size += mf->read_ahead;
209 mf->read_ahead = 0;
H A Dlzma_encoder.c50 mf->read_pos - mf->read_ahead];
53 position, mf->buffer[mf->read_pos - mf->read_ahead - 1]);
65 - mf->read_ahead];
262 assert(mf->read_ahead >= len);
263 mf->read_ahead -= len;
283 mf->read_ahead = 0;
339 && (mf->read_pos - mf->read_ahead >= limit
350 if (mf->read_ahead == 0)
527 // big enough value, and lzma_mf.read_ahead == 0 which happens at
H A Dlzma_encoder_optimum_fast.c27 if (mf->read_ahead == 0) {
30 assert(mf->read_ahead == 1);
H A Dlzma_encoder_optimum_normal.c282 if (mf->read_ahead == 0) {
285 assert(mf->read_ahead == 1);
820 assert(mf->read_ahead > 0);
832 if (mf->read_ahead == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_lib.c192 s->read_ahead=s->ctx->read_ahead;
284 s->read_ahead=ctx->read_ahead;
709 s->read_ahead=yes;
714 return(s->read_ahead);
949 return(s->read_ahead);
951 l=s->read_ahead;
952 s->read_ahead=larg;
1006 return(ctx->read_ahead);
[all...]
H A Ds2_pkt.c338 if (!s->read_ahead) max=n;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/server/
H A Dtftpd.c280 static void read_ahead(struct testcase *test, int convert);
472 read_ahead(test, convert); /* fill it */
482 static void read_ahead(struct testcase *test, function
1247 read_ahead(test, pf->f_convert);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_lib.c234 s->read_ahead = s->ctx->read_ahead;
338 s->read_ahead = ctx->read_ahead;
866 s->read_ahead = yes;
871 return (s->read_ahead);
1115 return (s->read_ahead);
1117 l = s->read_ahead;
1118 s->read_ahead = larg;
1207 return (ctx->read_ahead);
[all...]
H A Ds2_pkt.c331 if (!s->read_ahead)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_lib.c234 s->read_ahead = s->ctx->read_ahead;
338 s->read_ahead = ctx->read_ahead;
866 s->read_ahead = yes;
871 return (s->read_ahead);
1115 return (s->read_ahead);
1117 l = s->read_ahead;
1118 s->read_ahead = larg;
1207 return (ctx->read_ahead);
[all...]
H A Ds2_pkt.c331 if (!s->read_ahead)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/megaraid/
H A Dmbox_defs.h628 * @read_ahead : read ahead, no read ahead, adaptive read ahead
638 uint8_t read_ahead; member in struct:__anon14761
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dmegaraid.h449 u8 read_ahead; /* read ahead, no read ahead, adaptive read member in struct:__anon14835

Completed in 507 milliseconds

12