Searched defs:lmax (Results 1 - 5 of 5) sorted by relevance

/external/nanopb-c/tests/encode_unittests/
H A Dencode_unittests.c130 int64_t lmax = INT64_MAX; local
141 field.data_size = sizeof(lmax);
142 TEST(WRITES(pb_enc_svarint(&s, &field, &lmax), "\xFE\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x01"));
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
H A DDiagBigDecimal.java145 private static final long lmax = 9223372036854775807L; field in class:DiagBigDecimal
705 (new Test("clo002")).ok = ((new com.ibm.icu.math.BigDecimal(lmax)).toString()).equals("9223372036854775807");
3750 (new Test("lov007")).ok=lmax==((new com.ibm.icu.math.BigDecimal(lmax)).longValue());
3772 (new Test("lov107")).ok=lmax==((new com.ibm.icu.math.BigDecimal(lmax)).longValue());
3807 (new com.ibm.icu.math.BigDecimal(lmax)).add(one).toString(),
3812 (new com.ibm.icu.math.BigDecimal(lmax)).multiply(two)
3816 (new com.ibm.icu.math.BigDecimal(lmax)).multiply(ten)
3869 dlmax = new com.ibm.icu.math.BigDecimal(lmax);
[all...]
/external/iptables/libxtables/
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);
/external/iproute2/include/linux/
H A Dpkt_sched.h654 __u32 lmax; member in struct:tc_qfq_stats
/external/kernel-headers/original/uapi/linux/
H A Dpkt_sched.h671 __u32 lmax; member in struct:tc_qfq_stats

Completed in 1184 milliseconds