/third_party/ltp/lib/ |
D | random_range.c | 737 long lmax = 6 * (long)GIG; /* higher than 32 bits */ local 739 long lmax = 1048576; local 772 ltmin = lmax; 773 part = lmax / PARTNUM; 779 lret = random_rangel(lmin, lmax, lmult, NULL); 803 valbound[PARTNUM - 1], lmax, cntarr[PARTNUM - 1],
|
/third_party/boost/libs/convert/test/ |
D | strtol_converter.cpp | 43 unsigned long int const lmax = (std::numeric_limits<unsigned long int>::max)(); in test_str_to_uint() local 45 std::string const lmax_str = boost::lexical_cast<std::string>(lmax); in test_str_to_uint() 57 BOOST_TEST(lmax == convert<unsigned long int>(lmax_str).value()); in test_str_to_uint() 106 long int const lmax = (std::numeric_limits<long int>::max)(); in test_int_to_str() local 113 std::string const lmax_str = boost::lexical_cast<std::string>(lmax); in test_int_to_str() 120 BOOST_TEST( lmax_str == convert<std::string>( lmax).value()); in test_int_to_str()
|
/third_party/ltp/tools/sparse/sparse-src/validation/expand/ |
D | bad-shift.c | 3 static int lmax(int a) in lmax() function
|
/third_party/gettext/gettext-tools/src/ |
D | msgl-fsearch.c | 606 size_t lmin, lmax; in message_fuzzy_index_search() local 616 lmax = (int) (l * (2 / FUZZY_THRESHOLD - 1)); in message_fuzzy_index_search() 617 if (!(lmax <= SHORT_MSG_MAX)) in message_fuzzy_index_search() 622 for (l = lmin; l <= lmax; l++) in message_fuzzy_index_search()
|
/third_party/iptables/libxtables/ |
D | xtoptions.c | 179 uintmax_t lmin = 0, lmax = xtopt_max_by_type(entry->type); in xtopt_parse_int() local 185 lmax = cb->entry->max; in xtopt_parse_int() 187 if (!xtables_strtoul(cb->arg, NULL, &value, lmin, lmax)) in xtopt_parse_int() 191 cb->ext_name, entry->name, lmin, lmax); in xtopt_parse_int() 291 const uintmax_t lmax = xtopt_max_by_type(entry->type); in xtopt_parse_mint() local 314 value = (cb->nvals == 1) ? lmax : 0; in xtopt_parse_mint() 316 if (!xtables_strtoul(arg, &end, &value, 0, lmax)) in xtopt_parse_mint() 320 cb->ext_name, entry->name, arg, lmax); in xtopt_parse_mint()
|
/third_party/alsa-lib/src/control/ |
D | tlv.c | 269 double lmax = pow(10.0, maxdb/2000.0); in snd_tlv_convert_to_dB() local 270 val = (lmax - lmin) * val + lmin; in snd_tlv_convert_to_dB()
|
/third_party/ffmpeg/libavcodec/ |
D | mpegvideo.h | 559 int lmin, lmax; member 658 {"lmax", "maximum Lagrange factor (VBR)", FF_MPV_OFFSET(lmax), AV_OPT_TYP…
|
D | ratecontrol.c | 122 int qmax = s->lmax; in get_qminmax()
|
D | snowenc.c | 84 s->m.lmax = avctx->mb_lmax; in encode_init()
|
D | mpegvideo_enc.c | 1943 s->lambda < s->lmax) { in ff_mpv_encode_picture()
|
/third_party/libnl/include/linux-private/linux/ |
D | pkt_sched.h | 749 __u32 lmax; member
|
/third_party/mesa3d/src/mesa/main/ |
D | texparam.c | 53 #define LCLAMPF(a, lmin, lmax) ((a) > (lmin) ? ( (a) >= (lmax) ? (lmax) : (lroundf(a)) ) : (lmin)) argument
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/ |
D | DiagBigDecimalTest.java | 134 private static final long lmax = 9223372036854775807L; field in DiagBigDecimalTest 482 …TestFmwk.assertTrue("clo002", ((new com.ibm.icu.math.BigDecimal(lmax)).toString()).equals("9223372… in diagconstructors() 3517 TestFmwk.assertTrue("lov007", lmax==((new com.ibm.icu.math.BigDecimal(lmax)).longValue())); in diaglongvalue() 3539 TestFmwk.assertTrue("lov107", lmax==((new com.ibm.icu.math.BigDecimal(lmax)).longValue())); in diaglongvalue() 3574 (new com.ibm.icu.math.BigDecimal(lmax)).add(one).toString(), in diaglongvalue() 3579 (new com.ibm.icu.math.BigDecimal(lmax)).multiply(two) in diaglongvalue() 3583 (new com.ibm.icu.math.BigDecimal(lmax)).multiply(ten) in diaglongvalue() 3636 dlmax = new com.ibm.icu.math.BigDecimal(lmax); in diaglongvalue() 4272 …TestFmwk.assertTrue("val009", (com.ibm.icu.math.BigDecimal.valueOf(lmax).toString()).equals("92233… in diagvalueof() 4277 …TestFmwk.assertTrue("val014", (com.ibm.icu.math.BigDecimal.valueOf(lmax,0).toString()).equals("922… in diagvalueof() [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bigdec/ |
D | DiagBigDecimalTest.java | 137 private static final long lmax = 9223372036854775807L; field in DiagBigDecimalTest 485 …TestFmwk.assertTrue("clo002", ((new ohos.global.icu.math.BigDecimal(lmax)).toString()).equals("922… in diagconstructors() 3520 … TestFmwk.assertTrue("lov007", lmax==((new ohos.global.icu.math.BigDecimal(lmax)).longValue())); in diaglongvalue() 3542 … TestFmwk.assertTrue("lov107", lmax==((new ohos.global.icu.math.BigDecimal(lmax)).longValue())); in diaglongvalue() 3577 (new ohos.global.icu.math.BigDecimal(lmax)).add(one).toString(), in diaglongvalue() 3582 (new ohos.global.icu.math.BigDecimal(lmax)).multiply(two) in diaglongvalue() 3586 (new ohos.global.icu.math.BigDecimal(lmax)).multiply(ten) in diaglongvalue() 3639 dlmax = new ohos.global.icu.math.BigDecimal(lmax); in diaglongvalue() 4275 …TestFmwk.assertTrue("val009", (ohos.global.icu.math.BigDecimal.valueOf(lmax).toString()).equals("9… in diagvalueof() 4280 …TestFmwk.assertTrue("val014", (ohos.global.icu.math.BigDecimal.valueOf(lmax,0).toString()).equals(… in diagvalueof() [all …]
|
/third_party/ffmpeg/doc/ |
D | ffmpeg.texi | 2148 The four options lmin, lmax, mblmin and mblmax use 'lambda' units, 2151 ffmpeg -i src.ext -lmax 21*QP2LAMBDA dst.ext
|
/third_party/gstreamer/gst_libav/ |
D | ChangeLog | 13784 …ext/ffmpeg/gstffmpegenc.c: Properly initialize ->lmin, ->lmax and ->max_key_interval so we don't e… 13787 Properly initialize ->lmin, ->lmax and ->max_key_interval so we don't
|