| /external/zucchini/ | 
| D | disassembler_dex.cc | 348                              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/buildtools/third_party/libc++/trunk/test/std/containers/sequences/vector/vector.cons/ | 
| D | assign_move.pass.cpp | 26         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
  | 
| D | move_alloc.pass.cpp | 27         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
  | 
| D | move.pass.cpp | 29 …    std::vector<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5, &alloc_stats));  in tests()  local 47         std::vector<MoveOnly, other_allocator<MoveOnly> > lo(other_allocator<MoveOnly>(5));  in tests()  local 76         std::vector<MoveOnly, min_allocator<MoveOnly> > lo((min_allocator<MoveOnly>()));  in tests()  local 105       std::vector<MoveOnly, safe_allocator<MoveOnly> > lo((safe_allocator<MoveOnly>()));  in tests()  local
  | 
| /external/libcxx/test/std/containers/sequences/list/list.cons/ | 
| D | assign_move.pass.cpp | 26         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
  | 
| D | move_alloc.pass.cpp | 26         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
  | 
| D | move.pass.cpp | 26         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/ | 
| D | assign_move.pass.cpp | 27         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
  | 
| D | move_alloc.pass.cpp | 27         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
  | 
| D | move.pass.cpp | 29         std::vector<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5));  in main()  local 47         std::vector<MoveOnly, other_allocator<MoveOnly> > lo(other_allocator<MoveOnly>(5));  in main()  local 76         std::vector<MoveOnly, min_allocator<MoveOnly> > lo(min_allocator<MoveOnly>{});  in main()  local
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/sequences/list/list.cons/ | 
| D | move_alloc.pass.cpp | 26         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
  | 
| D | assign_move.pass.cpp | 26         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
  | 
| D | move.pass.cpp | 26         std::list<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5));  in main()  local 41         std::list<MoveOnly, other_allocator<MoveOnly> > lo(other_allocator<MoveOnly>(5));  in main()  local 56         std::list<MoveOnly, min_allocator<MoveOnly> > lo(min_allocator<MoveOnly>{});  in main()  local
  | 
| /external/python/cpython2/Lib/ | 
| D | bisect.py | 3 def insort_right(a, x, lo=0, hi=None):  argument 24 def bisect_right(a, x, lo=0, hi=None):  argument 47 def insort_left(a, x, lo=0, hi=None):  argument 67 def bisect_left(a, x, lo=0, hi=None):  argument
  | 
| /external/python/cpython3/Modules/_decimal/libmpdec/ | 
| D | typearith.h | 52 _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 …] 
 | 
| D | basearith.h | 98 _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/crates/ring/crypto/fipsmodule/bn/ | 
| D | internal.h | 148 #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/Modules/ | 
| D | _bisectmodule.c | 19 internal_bisect_right(PyObject *list, PyObject *item, Py_ssize_t lo, Py_ssize_t hi,  in internal_bisect_right() 85                           Py_ssize_t lo, Py_ssize_t hi, PyObject *key)  in _bisect_bisect_right_impl() 111                           Py_ssize_t lo, Py_ssize_t hi, PyObject *key)  in _bisect_insort_right_impl() 144 internal_bisect_left(PyObject *list, PyObject *item, Py_ssize_t lo, Py_ssize_t hi,  in internal_bisect_left() 211                          Py_ssize_t lo, Py_ssize_t hi, PyObject *key)  in _bisect_bisect_left_impl() 238                          Py_ssize_t lo, Py_ssize_t hi, PyObject *key)  in _bisect_insort_left_impl()
  | 
| /external/python/cpython3/Lib/ | 
| D | bisect.py | 4 def insort_right(a, x, lo=0, hi=None, *, key=None):  argument 19 def bisect_right(a, x, lo=0, hi=None, *, key=None):  argument 53 def insort_left(a, x, lo=0, hi=None, *, key=None):  argument 68 def bisect_left(a, x, lo=0, hi=None, *, key=None):  argument
  | 
| /external/python/cpython2/Modules/ | 
| D | _bisectmodule.c | 9 internal_bisect_right(PyObject *list, PyObject *item, Py_ssize_t lo, Py_ssize_t hi)  in internal_bisect_right() 47     Py_ssize_t lo = 0;  in bisect_right()  local 78     Py_ssize_t lo = 0;  in insort_right()  local 115 internal_bisect_left(PyObject *list, PyObject *item, Py_ssize_t lo, Py_ssize_t hi)  in internal_bisect_left() 153     Py_ssize_t lo = 0;  in bisect_left()  local 183     Py_ssize_t lo = 0;  in insort_left()  local
  | 
| /external/arm-optimized-routines/math/test/ | 
| D | mathbench.c | 180   double lo;  member 198 #define D(func, lo, hi) {#func, 'd', 0, lo, hi, {.d = func}},  argument 199 #define F(func, lo, hi) {#func, 'f', 0, lo, hi, {.f = func}},  argument 200 #define VD(func, lo, hi) {#func, 'd', 'v', lo, hi, {.vd = func}},  argument 201 #define VF(func, lo, hi) {#func, 'f', 'v', lo, hi, {.vf = func}},  argument 202 #define VND(func, lo, hi) {#func, 'd', 'n', lo, hi, {.vnd = func}},  argument 203 #define VNF(func, lo, hi) {#func, 'f', 'n', lo, hi, {.vnf = func}},  argument 204 #define SVD(func, lo, hi) {#func, 'd', 's', lo, hi, {.svd = func}},  argument 205 #define SVF(func, lo, hi) {#func, 'f', 's', lo, hi, {.svf = func}},  argument 235 gen_linear (double lo, double hi)  in gen_linear() [all …] 
 | 
| /external/newfs_msdos/ | 
| D | newfs_msdos.c | 47 #define	argto1(arg, lo, msg)  argtou(arg, lo, 0xff, msg)  argument 48 #define	argto2(arg, lo, msg)  argtou(arg, lo, 0xffff, msg)  argument 49 #define	argto4(arg, lo, msg)  argtou(arg, lo, 0xffffffff, msg)  argument 50 #define	argtox(arg, lo, msg)  argtou(arg, lo, UINT_MAX, msg)  argument 198 argtou(const char *arg, u_int lo, u_int hi, const char *msg)  in argtou()
  | 
| /external/clang/test/CodeGen/ | 
| D | avx-shuffle-builtins.c | 178 __m256 test_mm256_set_m128(__m128 hi, __m128 lo) {  in test_mm256_set_m128() 184 __m256d test_mm256_set_m128d(__m128d hi, __m128d lo) {  in test_mm256_set_m128d() 190 __m256i test_mm256_set_m128i(__m128i hi, __m128i lo) {  in test_mm256_set_m128i() 196 __m256 test_mm256_setr_m128(__m128 hi, __m128 lo) {  in test_mm256_setr_m128() 202 __m256d test_mm256_setr_m128d(__m128d hi, __m128d lo) {  in test_mm256_setr_m128d() 208 __m256i test_mm256_setr_m128i(__m128i hi, __m128i lo) {  in test_mm256_setr_m128i()
  | 
| /external/google-benchmark/src/ | 
| D | benchmark_register.h | 16 AddPowers(std::vector<T>* dst, T lo, T hi, int mult) {  in AddPowers() 39 void AddNegatedPowers(std::vector<T>* dst, T lo, T hi, int mult) {  in AddNegatedPowers() 59 void AddRange(std::vector<T>* dst, T lo, T hi, int mult) {  in AddRange()
  | 
| /external/rust/crates/grpcio-sys/grpc/third_party/re2/util/ | 
| D | benchmark.h | 112   Benchmark(const char* name, void (*func)(benchmark::State&), int lo, int hi)  in Benchmark() 125   Benchmark* ThreadRange(int lo, int hi) { return this; }  in ThreadRange() 129   int lo() const { return lo_; }  in lo()  function 152 #define BENCHMARK_RANGE(f, lo, hi)       \  argument
  |