Searched refs:lmax (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dlog006.tcl25 set lmax 65536
27 -create -home $testdir -log_buffer $lbuf -log_max $lmax -txn]
143 -create -home $testdir -log_buffer $lbuf -log_max $lmax -txn]
176 -create -home $testdir -log_buffer $lbuf -log_max $lmax -txn]
202 set lmax [$env get_lg_max]
214 set data [read $fid [expr $lmax - [expr $lmax / 8]]]
H A Dtest092.tcl41 set lmax [expr $nentries * 2]
44 -lock_max_locks $lmax -lock_max_objects $lomax]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgl-fsearch.c577 size_t lmin, lmax; local
587 lmax = (int) (l * (2 / FUZZY_THRESHOLD - 1));
588 if (!(lmax <= SHORT_MSG_MAX))
593 for (l = lmin; l <= lmax; l++)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-v4l2.c490 int lmin,lmax,ldef; local
498 lmax = pvr2_ctrl_get_max(hcp);
504 } else if (w > lmax) {
505 w = lmax;
508 lmax = pvr2_ctrl_get_max(vcp);
514 } else if (h > lmax) {
515 h = lmax;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Dxtoptions.c175 uintmax_t lmin = 0, lmax = xtopt_max_by_type(entry->type); local
181 lmax = cb->entry->max;
183 if (!xtables_strtoul(cb->arg, NULL, &value, lmin, lmax))
187 cb->ext_name, entry->name, lmin, lmax);
287 const uintmax_t lmax = xtopt_max_by_type(entry->type); local
310 value = (cb->nvals == 1) ? lmax : 0;
312 if (!xtables_strtoul(arg, &end, &value, 0, lmax))
316 cb->ext_name, entry->name, arg, lmax);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dvia-pmu.c649 long pcharge, charge, vb, vmax, lmax; local
663 lmax = 6500;
667 lmax = 6500;
689 if (pcharge > lmax)
690 pcharge = lmax;
692 pcharge = 100 - pcharge / lmax;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h1810 int lmax; member in struct:AVCodecContext
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Davcodec.h1810 int lmax; member in struct:AVCodecContext
H A Doptions.c303 {"lmax", "max lagrange factor (VBR)", OFFSET(lmax), FF_OPT_TYPE_INT, 31*FF_QP2LAMBDA, 0, INT_MAX, V|E},
H A Dratecontrol.c414 int qmax= s->avctx->lmax;
H A Dmpegvideo_enc.c1236 if(put_bits_count(&s->pb) > max_size && s->lambda < s->avctx->lmax){

Completed in 178 milliseconds