/external/zucchini/ |
D | disassembler_dex.cc | 349 offset_t hi, in InstructionReferenceReader() 427 offset_t hi, in ItemReferenceReader() 637 offset_t hi, in CachedItemListReferenceReader() 1028 offset_t hi) { in MakeReadStringIdToStringData() 1038 offset_t hi) { 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() 1078 offset_t hi) { in MakeReadFieldToClassTypeId16() 1089 offset_t hi) { in MakeReadFieldToTypeId16() [all …]
|
/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() 48 Py_ssize_t hi = -1; in bisect_right() local 79 Py_ssize_t hi = -1; in insort_right() local 115 internal_bisect_left(PyObject *list, PyObject *item, Py_ssize_t lo, Py_ssize_t hi) in internal_bisect_left() 154 Py_ssize_t hi = -1; in bisect_left() local 184 Py_ssize_t hi = -1; in insort_left() local
|
/external/arm-optimized-routines/math/test/ |
D | mathbench.c | 181 double hi; 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/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/libcups/cgi-bin/ |
D | help-index.c | 149 helpDeleteIndex(help_index_t *hi) /* I - Help index */ in helpDeleteIndex() 177 helpFindNode(help_index_t *hi, /* I - Index */ in helpFindNode() 214 help_index_t *hi; /* Help index */ in helpLoadIndex() local 427 helpSaveIndex(help_index_t *hi, /* I - Index */ in helpSaveIndex() 502 helpSearchIndex(help_index_t *hi, /* I - Index */ in helpSearchIndex() 735 help_index_t *hi, /* I - Index */ in help_load_directory() 838 help_index_t *hi, /* I - Index */ in help_load_file()
|
/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() 130 int hi() const { return hi_; } in hi() function 152 #define BENCHMARK_RANGE(f, lo, hi) \ argument
|
/external/libaom/aom_dsp/x86/ |
D | synonyms_avx2.h | 60 static INLINE __m256i yy_set_m128i(__m128i hi, __m128i lo) { in yy_set_m128i() 64 static INLINE __m256i yy_loadu2_128(const void *hi, const void *lo) { in yy_loadu2_128() 70 static INLINE void yy_storeu2_128(void *hi, void *lo, const __m256i a) { in yy_storeu2_128()
|
/external/s2-geometry-library-java/src/com/google/common/geometry/ |
D | S1Interval.java | 42 private final double hi; field in S1Interval 48 public S1Interval(double lo, double hi) { in S1Interval() 66 private S1Interval(double lo, double hi, boolean checked) { in S1Interval() 121 public double hi() { in hi() method in S1Interval 360 double hi = Math.IEEEremainder(hi() + radius, 2 * S2.M_PI); in expanded() local
|
/external/cronet/base/allocator/partition_allocator/partition_alloc_base/ |
D | cxx17_backports.h | 23 constexpr const T& clamp(const T& v, const T& lo, const T& hi, Compare comp) { in clamp() 29 constexpr const T& clamp(const T& v, const T& lo, const T& hi) { in clamp()
|
/external/pdfium/third_party/base/ |
D | cxx17_backports.h | 22 constexpr const T& clamp(const T& v, const T& lo, const T& hi, Compare comp) { in clamp() 28 constexpr const T& clamp(const T& v, const T& lo, const T& hi) { in clamp()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_lowering_helper.cpp | 69 Value *lo = bld.getSSA(), *hi = bld.getSSA(); in handleABS() local 133 Instruction *hi = bld.mkOp2(insn->op, sTy, def[1], src0[1], src1[1]); in handleMAXMIN() local 163 Value *hi = bld.getSSA(); in handleMOV() local 262 Instruction *hi = bld.mkOp1(insn->op, sTy, def1, src0[1]); in handleLogOp() local
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/ |
D | OutOfRangeException.java | 35 private final Number hi; field in OutOfRangeException 46 Number hi) { in OutOfRangeException()
|
/external/rust/crates/ring/src/aead/gcm/ |
D | gcm_nohw.rs | 36 fn hi(a: u128) -> u64 { in gcm_mul64_nohw() function 80 let hi = (hi(c0) & 0x1111111111111111) in gcm_mul64_nohw() localVariable 125 fn hi(a: u64) -> u32 { in gcm_mul64_nohw() function 135 let hi = gcm_mul32_nohw(a1, b1); in gcm_mul64_nohw() localVariable 152 let mut hi = xi[0]; localVariable
|
/external/cronet/third_party/abseil-cpp/absl/random/ |
D | distributions.h | 125 R lo, R hi) { in Uniform() 144 R lo, R hi) { in Uniform() 168 A lo, B hi) { in Uniform() 191 A lo, B hi) { in Uniform()
|
/external/tensorflow/third_party/absl/abseil-cpp/absl/random/ |
D | distributions.h | 125 R lo, R hi) { in Uniform() 144 R lo, R hi) { in Uniform() 168 A lo, B hi) { in Uniform() 191 A lo, B hi) { in Uniform()
|
/external/abseil-cpp/absl/random/ |
D | distributions.h | 125 R lo, R hi) { in Uniform() 144 R lo, R hi) { in Uniform() 168 A lo, B hi) { in Uniform() 191 A lo, B hi) { in Uniform()
|
/external/angle/third_party/abseil-cpp/absl/random/ |
D | distributions.h | 125 R lo, R hi) { in Uniform() 144 R lo, R hi) { in Uniform() 168 A lo, B hi) { in Uniform() 191 A lo, B hi) { in Uniform()
|
/external/openscreen/third_party/abseil/src/absl/random/ |
D | distributions.h | 125 R lo, R hi) { in Uniform() 144 R lo, R hi) { in Uniform() 168 A lo, B hi) { in Uniform() 191 A lo, B hi) { in Uniform()
|