Searched refs:ratio (Results 26 - 50 of 50) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/minizip/
H A Dminiunz.c184 uLong ratio=0; local
194 ratio = (file_info.compressed_size*100)/file_info.uncompressed_size;
220 ratio,
256 uLong ratio=0; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A Dminiunz.c184 uLong ratio=0; local
194 ratio = (file_info.compressed_size*100)/file_info.uncompressed_size;
220 ratio,
256 uLong ratio=0; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dppp_defs.h158 /* the compression ratio is defined as in_count / bytes_out */
162 double ratio; /* not computed in kernel. */ member in struct:compstat
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/modules/
H A Dbsd-comp.c93 * The compression ratio is checked at the first end of a packet
118 u_int ratio; /* recent compression ratio */ member in struct:bsd_db
119 u_int checkpoint; /* when to next check the ratio */
219 db->ratio = 0;
228 * Compute the compression ratio using fixed-point arithmetic
232 * watch only the local compression ratio.
236 * must compute the same ratio.
245 /* age the ratio by limiting the size of the counts */
255 /* Reset the dictionary only if the ratio i
[all...]
H A Ddeflate.c445 stats->ratio = stats->unc_bytes;
447 if (stats->ratio <= 0x7ffffff)
448 stats->ratio <<= 8;
452 stats->ratio /= out;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/dmasound/
H A Dtas3004.c191 above_threshold_compression_index(unsigned short ratio) argument
193 return SEARCH(ratio, above_threshold_compression_ratio);
198 above_threshold_expansion_index(unsigned short ratio) argument
200 return SEARCH(ratio, above_threshold_expansion_ratio);
205 below_threshold_compression_index(unsigned short ratio) argument
207 return SEARCH(ratio, below_threshold_compression_ratio);
212 below_threshold_expansion_index(unsigned short ratio) argument
214 return SEARCH(ratio, below_threshold_expansion_ratio);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_bsdcomp.c130 unsigned int ratio; /* recent compression ratio */ member in struct:bsd_db
131 unsigned int checkpoint; /* when to next check the ratio */
183 db->ratio = 0;
190 * Compute the compression ratio using fixed-point arithmetic
194 * watch only the local compression ratio.
198 * must compute the same ratio.
206 /* age the ratio by limiting the size of the counts */
217 /* Reset the dictionary only if the ratio is worse,
231 if (new_ratio < db->ratio || new_rati
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/b2c2/
H A Dflexcop-fe-tuner.c148 static int samsung_tbmu24112_set_symbol_rate(struct dvb_frontend* fe, u32 srate, u32 ratio) argument
162 stv0299_writereg (fe, 0x1f, (ratio >> 16) & 0xff);
163 stv0299_writereg (fe, 0x20, (ratio >> 8) & 0xff);
164 stv0299_writereg (fe, 0x21, (ratio ) & 0xf0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-usb/
H A Dopera1.c174 u32 ratio)
178 stv0299_writereg(fe, REG_1F_SYMBOLRATE_BYTE0, (ratio >> 16) & 0xff);
179 stv0299_writereg(fe, REG_20_SYMBOLRATE_BYTE1, (ratio >> 8) & 0xff);
180 stv0299_writereg(fe, REG_21_SYMBOLRATE_BYTE2, (ratio) & 0xf0);
173 opera1_stv0299_set_symbol_rate(struct dvb_frontend *fe, u32 srate, u32 ratio) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dbsd_comp.c94 * The compression ratio is checked at the first end of a packet
150 unsigned int ratio; /* recent compression ratio */ member in struct:bsd_db
151 unsigned int checkpoint; /* when to next check the ratio */
229 db->ratio = 0;
236 * Compute the compression ratio using fixed-point arithmetic
240 * watch only the local compression ratio.
244 * must compute the same ratio.
253 /* age the ratio by limiting the size of the counts */
264 /* Reset the dictionary only if the ratio i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/ttpci/
H A Dbudget-av.c466 static int philips_su1278_ty_ci_set_symbol_rate(struct dvb_frontend *fe, u32 srate, u32 ratio) argument
488 stv0299_writereg(fe, 0x1f, (ratio >> 16) & 0xff);
489 stv0299_writereg(fe, 0x20, (ratio >> 8) & 0xff);
490 stv0299_writereg(fe, 0x21, (ratio) & 0xf0);
855 u32 srate, u32 ratio)
881 stv0299_writereg(fe, 0x1f, (ratio >> 16) & 0xff);
882 stv0299_writereg(fe, 0x20, (ratio >> 8) & 0xff);
883 stv0299_writereg(fe, 0x21, (ratio) & 0xf0);
854 philips_sd1878_ci_set_symbol_rate(struct dvb_frontend *fe, u32 srate, u32 ratio) argument
H A Dbudget-ci.c656 static int philips_su1278_tt_set_symbol_rate(struct dvb_frontend *fe, u32 srate, u32 ratio) argument
681 stv0299_writereg(fe, 0x1f, (ratio >> 16) & 0xff);
682 stv0299_writereg(fe, 0x20, (ratio >> 8) & 0xff);
683 stv0299_writereg(fe, 0x21, (ratio) & 0xf0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/frontends/
H A Dstv0299.c227 u32 ratio; local
236 ratio = big << 4;
238 return state->config->set_symbol_rate(fe, srate, ratio);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/
H A Dbr_stp.c305 u32 ratio = HZ/10; local
308 + (br->bridge_forward_delay + br->bridge_max_age)/ratio);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dmke2fs.c122 int ratio = 0; local
128 ratio = *inode_ratio;
137 if (ratio == 0)
1160 * Calculate number of inodes based on the inode ratio
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dcommon.c535 long ratio; local
537 ratio = 1 << 16;
538 while ((y - x) * ratio < (y - x))
539 ratio = ratio / 2;
540 return x + ((y - x) * (ratio - 1) / random() & (ratio - 1));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dfbmon.c497 int xres, yres = 0, refresh, ratio, i; local
503 ratio = (block[1] & 0xc0) >> 6;
504 switch (ratio) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/synth/emux/
H A Dsoundfont.c785 * conversion: value = log2(amount / base) * ratio
790 * ratio = division ratio
794 snd_sf_linear_to_log(unsigned int amount, int offset, int ratio) argument
808 v = (v * ratio) >> 16;
809 v += (24 - bit) * ratio;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/ttusb-budget/
H A Ddvb-ttusb-budget.c1179 static int alps_stv0299_set_symbol_rate(struct dvb_frontend *fe, u32 srate, u32 ratio) argument
1206 stv0299_writereg(fe, 0x1f, (ratio >> 16) & 0xff);
1207 stv0299_writereg(fe, 0x20, (ratio >> 8) & 0xff);
1208 stv0299_writereg(fe, 0x21, (ratio) & 0xf0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Djournal.c2722 __u32 ratio = 1; local
2725 ratio = 4096 / p_s_sb->s_blocksize;
2731 if (journal->j_trans_max > JOURNAL_TRANS_MAX_DEFAULT / ratio)
2733 JOURNAL_TRANS_MAX_DEFAULT / ratio;
2734 if (journal->j_trans_max < JOURNAL_TRANS_MIN_DEFAULT / ratio)
2736 JOURNAL_TRANS_MIN_DEFAULT / ratio;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ice1712/
H A Daureon.c1204 unsigned char ratio; local
1205 ratio = aureon_cs8415_get(ice, CS8415_RATIO);
1206 ucontrol->value.integer.value[0] = (int)((unsigned int)ratio * 750);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/au88x0/
H A Dau88x0_core.c406 vortex_src_persist_convratio(vortex_t * vortex, unsigned char src, int ratio) argument
411 hwwrite(vortex->mmio, VORTEX_SRC_CONVRATIO + (src << 2), ratio);
418 while (temp != ratio);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dencode.c2650 const double ratio = (double)(FLAC__int64)encoder_session->bytes_written / ((double)(FLAC__int64)encoder_session->unencoded_size * min(1.0, progress)); local
2653 const double ratio = (double)encoder_session->bytes_written / ((double)encoder_session->unencoded_size * min(1.0, progress)); local
2659 flac__utils_printf(stderr, 2, "\r%s:%s wrote %u bytes, ratio=%0.3f",
2663 ratio
2667 flac__utils_printf(stderr, 2, "\r%s: %u%% complete, ratio=%0.3f", encoder_session->inbasefilename, (unsigned)floor(progress * 100.0 + 0.5), ratio);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dwlioctl.h4229 int32 snr; /* signal to noise ratio */
5378 uint16 ratio; /* Avg Txdelay Delta */ member in struct:txdelay_params
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c45801 int ratio = nDestPagesize/nSrcPagesize; local
[all...]

Completed in 442 milliseconds

12