| /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/llvm-project/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
|
| /external/llvm-project/libcxx/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 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.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/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() 74 Py_ssize_t lo, Py_ssize_t hi) in _bisect_bisect_right_impl() 98 Py_ssize_t lo, Py_ssize_t hi) in _bisect_insort_right_impl() 120 internal_bisect_left(PyObject *list, PyObject *item, Py_ssize_t lo, Py_ssize_t hi) in internal_bisect_left() 176 Py_ssize_t lo, Py_ssize_t hi) in _bisect_bisect_left_impl() 201 Py_ssize_t lo, Py_ssize_t hi) in _bisect_insort_left_impl()
|
| /external/python/cpython3/Lib/ |
| D | bisect.py | 3 def insort_right(a, x, lo=0, hi=None): argument 15 def bisect_right(a, x, lo=0, hi=None): argument 37 def insort_left(a, x, lo=0, hi=None): argument 50 def bisect_left(a, x, lo=0, hi=None): argument
|
| /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/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/_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/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/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/llvm-project/clang/test/CodeGen/X86/ |
| D | avx-shuffle-builtins.c | 166 __m256 test_mm256_set_m128(__m128 hi, __m128 lo) { in test_mm256_set_m128() 172 __m256d test_mm256_set_m128d(__m128d hi, __m128d lo) { in test_mm256_set_m128d() 178 __m256i test_mm256_set_m128i(__m128i hi, __m128i lo) { in test_mm256_set_m128i() 184 __m256 test_mm256_setr_m128(__m128 hi, __m128 lo) { in test_mm256_setr_m128() 190 __m256d test_mm256_setr_m128d(__m128d hi, __m128d lo) { in test_mm256_setr_m128d() 196 __m256i test_mm256_setr_m128i(__m128i hi, __m128i lo) { in test_mm256_setr_m128i()
|
| /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/arm-optimized-routines/math/test/ |
| D | mathbench.c | 220 double lo; member 234 #define D(func, lo, hi) {#func, 'd', 0, lo, hi, {.d = func}}, argument 235 #define F(func, lo, hi) {#func, 'f', 0, lo, hi, {.f = func}}, argument 236 #define VD(func, lo, hi) {#func, 'd', 'v', lo, hi, {.vd = func}}, argument 237 #define VF(func, lo, hi) {#func, 'f', 'v', lo, hi, {.vf = func}}, argument 238 #define VND(func, lo, hi) {#func, 'd', 'n', lo, hi, {.vnd = func}}, argument 239 #define VNF(func, lo, hi) {#func, 'f', 'n', lo, hi, {.vnf = func}}, argument 350 gen_linear (double lo, double hi) in gen_linear() 357 genf_linear (double lo, double hi) in genf_linear() 377 frand (double lo, double hi) in frand() [all …]
|
| /external/llvm-project/libc/AOR_v20.02/math/test/ |
| D | mathbench.c | 221 double lo; member 235 #define D(func, lo, hi) {#func, 'd', 0, lo, hi, {.d = func}}, argument 236 #define F(func, lo, hi) {#func, 'f', 0, lo, hi, {.f = func}}, argument 237 #define VD(func, lo, hi) {#func, 'd', 'v', lo, hi, {.vd = func}}, argument 238 #define VF(func, lo, hi) {#func, 'f', 'v', lo, hi, {.vf = func}}, argument 239 #define VND(func, lo, hi) {#func, 'd', 'n', lo, hi, {.vnd = func}}, argument 240 #define VNF(func, lo, hi) {#func, 'f', 'n', lo, hi, {.vnf = func}}, argument 349 gen_linear (double lo, double hi) in gen_linear() 356 genf_linear (double lo, double hi) in genf_linear() 376 frand (double lo, double hi) in frand() [all …]
|
| /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
|