Home
last modified time | relevance | path

Searched defs:lo (Results 1 – 25 of 1066) sorted by relevance

12345678910>>...43

/external/zucchini/
Ddisassembler_dex.cc348 offset_t lo, in InstructionReferenceReader()
426 ItemReferenceReader(offset_t lo, in ItemReferenceReader()
636 CachedItemListReferenceReader(offset_t lo, in CachedItemListReferenceReader()
1027 offset_t lo, in MakeReadStringIdToStringData()
1037 DisassemblerDex::MakeReadTypeIdToDescriptorStringId32(offset_t lo, in MakeReadTypeIdToDescriptorStringId32()
1048 DisassemblerDex::MakeReadProtoIdToShortyStringId32(offset_t lo, offset_t hi) { in MakeReadProtoIdToShortyStringId32()
1058 DisassemblerDex::MakeReadProtoIdToReturnTypeId32(offset_t lo, offset_t hi) { in MakeReadProtoIdToReturnTypeId32()
1068 DisassemblerDex::MakeReadProtoIdToParametersTypeList(offset_t lo, offset_t hi) { in MakeReadProtoIdToParametersTypeList()
1077 offset_t lo, in MakeReadFieldToClassTypeId16()
1088 offset_t lo, in MakeReadFieldToTypeId16()
[all …]
/external/cronet/tot/third_party/libc++/src/test/std/containers/sequences/vector/vector.cons/
Dassign_move.pass.cpp26 std::vector<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5)); in tests() local
43 std::vector<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5)); in tests() local
62 std::vector<MoveOnly, other_allocator<MoveOnly> > lo(other_allocator<MoveOnly>(5)); in tests() local
81 std::vector<MoveOnly, min_allocator<MoveOnly> > lo((min_allocator<MoveOnly>())); in tests() local
100 std::vector<MoveOnly, safe_allocator<MoveOnly> > lo((safe_allocator<MoveOnly>())); in tests() local
Dmove_alloc.pass.cpp27 std::vector<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5)); in tests() local
45 std::vector<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5)); in tests() local
63 std::vector<MoveOnly, other_allocator<MoveOnly> > lo(other_allocator<MoveOnly>(5)); in tests() local
81 std::vector<MoveOnly, min_allocator<MoveOnly> > lo((min_allocator<MoveOnly>())); in tests() local
99 std::vector<MoveOnly, safe_allocator<MoveOnly> > lo((safe_allocator<MoveOnly>())); in tests() local
/external/cronet/stable/third_party/libc++/src/test/std/containers/sequences/vector/vector.cons/
Dassign_move.pass.cpp26 std::vector<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5)); in tests() local
43 std::vector<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5)); in tests() local
62 std::vector<MoveOnly, other_allocator<MoveOnly> > lo(other_allocator<MoveOnly>(5)); in tests() local
81 std::vector<MoveOnly, min_allocator<MoveOnly> > lo((min_allocator<MoveOnly>())); in tests() local
100 std::vector<MoveOnly, safe_allocator<MoveOnly> > lo((safe_allocator<MoveOnly>())); in tests() local
Dmove_alloc.pass.cpp27 std::vector<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5)); in tests() local
45 std::vector<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5)); in tests() local
63 std::vector<MoveOnly, other_allocator<MoveOnly> > lo(other_allocator<MoveOnly>(5)); in tests() local
81 std::vector<MoveOnly, min_allocator<MoveOnly> > lo((min_allocator<MoveOnly>())); in tests() local
99 std::vector<MoveOnly, safe_allocator<MoveOnly> > lo((safe_allocator<MoveOnly>())); in tests() local
/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/
Dclamp.hpp51 typename boost::mpl::identity<T>::type const & lo, in clamp()
73 typename boost::mpl::identity<T>::type const & lo, in clamp()
92 typename std::iterator_traits<InputIterator>::value_type const & lo, in clamp_range()
114typename std::iterator_traits<typename boost::range_iterator<const Range>::type>::value_type const… in clamp_range()
138 typename std::iterator_traits<InputIterator>::value_type const & lo, in clamp_range()
166typename std::iterator_traits<typename boost::range_iterator<const Range>::type>::value_type const… in clamp_range()
/external/libcxx/test/std/containers/sequences/list/list.cons/
Dmove_alloc.pass.cpp26 std::list<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5)); in main() local
39 std::list<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5)); in main() local
52 std::list<MoveOnly, other_allocator<MoveOnly> > lo(other_allocator<MoveOnly>(5)); in main() local
65 std::list<MoveOnly, min_allocator<MoveOnly> > lo(min_allocator<MoveOnly>{}); in main() local
Dassign_move.pass.cpp26 std::list<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5)); in main() local
40 std::list<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5)); in main() local
54 std::list<MoveOnly, other_allocator<MoveOnly> > lo(other_allocator<MoveOnly>(5)); in main() local
68 std::list<MoveOnly, min_allocator<MoveOnly> > lo(min_allocator<MoveOnly>{}); in main() local
Dmove.pass.cpp26 std::list<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5)); in main() local
39 std::list<MoveOnly, other_allocator<MoveOnly> > lo(other_allocator<MoveOnly>(5)); in main() local
52 std::list<MoveOnly, min_allocator<MoveOnly> > lo(min_allocator<MoveOnly>{}); in main() local
/external/libcxx/test/std/containers/sequences/vector/vector.cons/
Dassign_move.pass.cpp27 std::vector<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5)); in main() local
44 std::vector<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5)); in main() local
63 std::vector<MoveOnly, other_allocator<MoveOnly> > lo(other_allocator<MoveOnly>(5)); in main() local
82 std::vector<MoveOnly, min_allocator<MoveOnly> > lo(min_allocator<MoveOnly>{}); in main() local
Dmove_alloc.pass.cpp27 std::vector<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5)); in main() local
45 std::vector<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5)); in main() local
63 std::vector<MoveOnly, other_allocator<MoveOnly> > lo(other_allocator<MoveOnly>(5)); in main() local
81 std::vector<MoveOnly, min_allocator<MoveOnly> > lo(min_allocator<MoveOnly>{}); in main() local
/external/cronet/stable/third_party/libc++/src/test/std/containers/sequences/list/list.cons/
Dmove_alloc.pass.cpp26 std::list<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5)); in main() local
39 std::list<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5)); in main() local
52 std::list<MoveOnly, other_allocator<MoveOnly> > lo(other_allocator<MoveOnly>(5)); in main() local
65 std::list<MoveOnly, min_allocator<MoveOnly> > lo(min_allocator<MoveOnly>{}); in main() local
Dassign_move.pass.cpp26 std::list<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5)); in main() local
42 std::list<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5)); in main() local
56 std::list<MoveOnly, other_allocator<MoveOnly> > lo(other_allocator<MoveOnly>(5)); in main() local
72 std::list<MoveOnly, min_allocator<MoveOnly> > lo(min_allocator<MoveOnly>{}); in main() local
/external/cronet/tot/third_party/libc++/src/test/std/containers/sequences/list/list.cons/
Dmove_alloc.pass.cpp26 std::list<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5)); in main() local
39 std::list<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5)); in main() local
52 std::list<MoveOnly, other_allocator<MoveOnly> > lo(other_allocator<MoveOnly>(5)); in main() local
65 std::list<MoveOnly, min_allocator<MoveOnly> > lo(min_allocator<MoveOnly>{}); in main() local
Dassign_move.pass.cpp26 std::list<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5)); in main() local
42 std::list<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5)); in main() local
56 std::list<MoveOnly, other_allocator<MoveOnly> > lo(other_allocator<MoveOnly>(5)); in main() local
72 std::list<MoveOnly, min_allocator<MoveOnly> > lo(min_allocator<MoveOnly>{}); in main() local
/external/arm-optimized-routines/math/test/
Dmathbench.c91 double lo; member
108 #define D(func, lo, hi) {#func, 'd', 0, lo, hi, {.d = func}}, argument
109 #define F(func, lo, hi) {#func, 'f', 0, lo, hi, {.f = func}}, argument
110 #define VND(func, lo, hi) {#func, 'd', 'n', lo, hi, {.vnd = func}}, argument
111 #define VNF(func, lo, hi) {#func, 'f', 'n', lo, hi, {.vnf = func}}, argument
112 #define SVD(func, lo, hi) {#func, 'd', 's', lo, hi, {.svd = func}}, argument
113 #define SVF(func, lo, hi) {#func, 'f', 's', lo, hi, {.svf = func}}, argument
136 gen_linear (double lo, double hi) in gen_linear()
143 genf_linear (double lo, double hi) in genf_linear()
163 frand (double lo, double hi) in frand()
[all …]
/external/mpdecimal/libmpdec/
Dtypearith.h50 _mpd_mul_words(mpd_uint_t *hi, mpd_uint_t *lo, mpd_uint_t a, mpd_uint_t b) in _mpd_mul_words()
61 _mpd_div_words(mpd_uint_t *q, mpd_uint_t *r, mpd_uint_t hi, mpd_uint_t lo, in _mpd_div_words()
72 _mpd_mul_words(mpd_uint_t *hi, mpd_uint_t *lo, mpd_uint_t a, mpd_uint_t b) in _mpd_mul_words()
206 _mpd_mul_words(mpd_uint_t *hi, mpd_uint_t *lo, mpd_uint_t a, mpd_uint_t b) in _mpd_mul_words()
221 _mpd_div_words(mpd_uint_t *q, mpd_uint_t *r, mpd_uint_t hi, mpd_uint_t lo, in _mpd_div_words()
241 _mpd_mul_words(mpd_uint_t *hi, mpd_uint_t *lo, mpd_uint_t a, mpd_uint_t b) in _mpd_mul_words()
307 _mpd_mul_words(mpd_uint_t *hi, mpd_uint_t *lo, mpd_uint_t a, mpd_uint_t b) in _mpd_mul_words()
318 _mpd_div_words(mpd_uint_t *q, mpd_uint_t *r, mpd_uint_t hi, mpd_uint_t lo, in _mpd_div_words()
330 _mpd_mul_words(mpd_uint_t *hi, mpd_uint_t *lo, mpd_uint_t a, mpd_uint_t b) in _mpd_mul_words()
463 _mpd_mul_words(mpd_uint_t *hi, mpd_uint_t *lo, mpd_uint_t a, mpd_uint_t b) in _mpd_mul_words()
[all …]
Dbasearith.h97 _mpd_div_words_r(mpd_uint_t *q, mpd_uint_t *r, mpd_uint_t hi, mpd_uint_t lo) in _mpd_div_words_r()
141 _mpd_div_words_r(mpd_uint_t *q, mpd_uint_t *r, mpd_uint_t hi, mpd_uint_t lo) in _mpd_div_words_r()
152 mpd_uint_t hi, lo; in _mpd_singlemul() local
162 mpd_uint_t hi, lo; in _mpd_mul_2_le2() local
/external/python/cpython3/Modules/_decimal/libmpdec/
Dtypearith.h52 _mpd_mul_words(mpd_uint_t *hi, mpd_uint_t *lo, mpd_uint_t a, mpd_uint_t b) in _mpd_mul_words()
63 _mpd_div_words(mpd_uint_t *q, mpd_uint_t *r, mpd_uint_t hi, mpd_uint_t lo, in _mpd_div_words()
74 _mpd_mul_words(mpd_uint_t *hi, mpd_uint_t *lo, mpd_uint_t a, mpd_uint_t b) in _mpd_mul_words()
208 _mpd_mul_words(mpd_uint_t *hi, mpd_uint_t *lo, mpd_uint_t a, mpd_uint_t b) in _mpd_mul_words()
223 _mpd_div_words(mpd_uint_t *q, mpd_uint_t *r, mpd_uint_t hi, mpd_uint_t lo, in _mpd_div_words()
243 _mpd_mul_words(mpd_uint_t *hi, mpd_uint_t *lo, mpd_uint_t a, mpd_uint_t b) in _mpd_mul_words()
309 _mpd_mul_words(mpd_uint_t *hi, mpd_uint_t *lo, mpd_uint_t a, mpd_uint_t b) in _mpd_mul_words()
320 _mpd_div_words(mpd_uint_t *q, mpd_uint_t *r, mpd_uint_t hi, mpd_uint_t lo, in _mpd_div_words()
332 _mpd_mul_words(mpd_uint_t *hi, mpd_uint_t *lo, mpd_uint_t a, mpd_uint_t b) in _mpd_mul_words()
465 _mpd_mul_words(mpd_uint_t *hi, mpd_uint_t *lo, mpd_uint_t a, mpd_uint_t b) in _mpd_mul_words()
[all …]
Dbasearith.h98 _mpd_div_words_r(mpd_uint_t *q, mpd_uint_t *r, mpd_uint_t hi, mpd_uint_t lo) in _mpd_div_words_r()
142 _mpd_div_words_r(mpd_uint_t *q, mpd_uint_t *r, mpd_uint_t hi, mpd_uint_t lo) in _mpd_div_words_r()
153 mpd_uint_t hi, lo; in _mpd_singlemul() local
163 mpd_uint_t hi, lo; in _mpd_mul_2_le2() local
/external/rust/android-crates-io/crates/ring/crypto/fipsmodule/bn/
Dinternal.h148 #define BN_MONT_CTX_N0(hi, lo) TOBN(hi, lo), 0 argument
149 #define TOBN(hi, lo) ((BN_ULONG)(hi) << 32 | (lo)) argument
161 #define BN_MONT_CTX_N0(hi, lo) TOBN(hi, lo) argument
162 #define TOBN(hi, lo) (lo), (hi) argument
/external/python/cpython3/Lib/
Dbisect.py4 def insort_right(a, x, lo=0, hi=None, *, key=None): argument
21 def bisect_right(a, x, lo=0, hi=None, *, key=None): argument
57 def insort_left(a, x, lo=0, hi=None, *, key=None): argument
74 def bisect_left(a, x, lo=0, hi=None, *, key=None): argument
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upbc/
Dupbc_so.c55 uint32_t hi, uint32_t lo) { in upb_Array_SetInt64Split()
61 uint32_t lo, upb_Arena* arena) { in upb_Array_AppendInt64Split()
77 uint32_t hi, uint32_t lo) { in upb_Array_SetUInt64Split()
83 uint32_t lo, upb_Arena* arena) { in upb_Array_AppendUInt64Split()
102 uint32_t hi, uint32_t lo, in upb_Message_SetInt64Split()
121 uint32_t hi, uint32_t lo, in upb_Message_SetUInt64Split()
/external/apache-commons-math/src/main/java/org/apache/commons/math3/exception/
DOutOfRangeException.java32 private final Number lo; field in OutOfRangeException
44 public OutOfRangeException(Number wrong, Number lo, Number hi) { in OutOfRangeException()
56 public OutOfRangeException(Localizable specific, Number wrong, Number lo, Number hi) { in OutOfRangeException()
/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/function/
DLogit.java40 private final double lo; field in Logit
58 public Logit(double lo, in Logit()
122 final double lo = param[0]; in gradient() local
158 double lo, in value()

12345678910>>...43