| /third_party/rust/rust/compiler/rustc_middle/src/mir/interpret/allocation/init_mask/ |
| D | tests.rs | 59 let range = (0..32).into(); in grow_within_unused_bits_with_full_overwrite() localVariable 81 let range = (24..32).into(); in grow_same_state_within_unused_bits() localVariable 111 let range = (24..32).into(); in grow_mixed_state_within_unused_bits() localVariable 142 let range = (8..24).into(); in grow_within_unused_bits_with_overlap() localVariable 160 let range = (0..16).into(); in grow_mixed_state_within_unused_bits_and_full_overwrite() localVariable 164 let range = (8..24).into(); in grow_mixed_state_within_unused_bits_and_full_overwrite() localVariable 170 let range = (0..32).into(); in grow_mixed_state_within_unused_bits_and_full_overwrite() localVariable 190 let range = (24..640).into(); in grow_same_state_outside_capacity() localVariable
|
| /third_party/rust/rust/src/tools/clippy/tests/ui/ |
| D | match_on_vec_items.rs | 6 let range = 1..3; in match_with_wildcard() localVariable 26 let range = 1..3; in match_without_wildcard() localVariable 46 let range = 1..3; in match_wildcard_and_action() localVariable 66 let range = 1..3; in match_vec_ref() localVariable 86 let range = 1..3; in match_with_get() localVariable 106 let range = 1..3; in match_with_array() localVariable 126 let range = ..; in match_with_endless_range() localVariable
|
| /third_party/rust/rust/compiler/rustc_index/src/vec/ |
| D | tests.rs | 32 let range = MyIdx::from_u32(1)..MyIdx::from_u32(4); in range_iterator_iterates_forwards() localVariable 41 let range = MyIdx::from_u32(1)..MyIdx::from_u32(4); in range_iterator_iterates_backwards() localVariable 50 let range = MyIdx::from_u32(1)..MyIdx::from_u32(4); in range_count_is_correct() localVariable 56 let range = MyIdx::from_u32(1)..MyIdx::from_u32(4); in range_size_hint_is_correct() localVariable
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| D | u_range.h | 54 util_range_set_empty(struct util_range *range) in util_range_set_empty() 62 util_range_add(struct pipe_resource *resource, struct util_range *range, in util_range_add() 80 util_ranges_intersect(const struct util_range *range, in util_ranges_intersect() 87 util_ranges_covered(const struct util_range *range, in util_ranges_covered() 96 util_range_init(struct util_range *range) in util_range_init() 103 util_range_destroy(struct util_range *range) in util_range_destroy()
|
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
| D | SubresourceStorageTests.cpp | 45 SubresourceRange range = SubresourceRange::MakeSingle(aspect, layer, level); in Update() local 57 SubresourceRange range = SubresourceRange::MakeSingle(aspect, layer, level); in Merge() local 131 real.Iterate([&](const SubresourceRange& range, const T& data) { in CheckSameAs() 167 s.Iterate([&](const SubresourceRange& range, const T&) { in CheckAspectCompressed() 197 s.Iterate([&](const SubresourceRange& range, const T&) { in CheckLayerCompressed() 265 const SubresourceRange& range, in CallUpdateOnBoth() 269 s->Update(range, [&](const SubresourceRange& range, T* data) { in CallUpdateOnBoth() 285 SubresourceRange range = SubresourceRange::MakeSingle(Aspect::Color, 3, 2); in TEST() local 299 SubresourceRange range = SubresourceRange::MakeSingle(Aspect::Stencil, 1, 2); in TEST() local 320 SubresourceRange range = SubresourceRange::MakeSingle(Aspect::Depth, layer, level); in TEST() local [all …]
|
| /third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
| D | segment.h | 45 typedef struct range { struct 48 } range_t; argument
|
| /third_party/skia/m133/third_party/externals/harfbuzz/src/OT/Layout/Common/ |
| D | CoverageFormat2.hh | 62 const RangeRecord<Types> &range = rangeRecord.bsearch (glyph_id); in get_coverage() local 96 unsigned range = (unsigned) -1; in serialize() local 132 … | hb_map ([glyphs] (const RangeRecord<Types> &range) { return range.intersects (*glyphs); })); in intersects() 136 auto *range = rangeRecord.as_array ().bsearch (index); in intersects_coverage() local 149 for (const auto& range : rangeRecord) in intersect_set() local 163 for (const auto& range: rangeRecord) in collect_coverage() local
|
| /third_party/openssl/crypto/bn/ |
| D | bn_rand.c | 133 static int bnrand_range(BNRAND_FLAG flag, BIGNUM *r, const BIGNUM *range, in bnrand_range() 205 int BN_rand_range_ex(BIGNUM *r, const BIGNUM *range, unsigned int strength, in BN_rand_range_ex() 212 int BN_rand_range(BIGNUM *r, const BIGNUM *range) in BN_rand_range() 218 int BN_priv_rand_range_ex(BIGNUM *r, const BIGNUM *range, unsigned int strength, in BN_priv_rand_range_ex() 225 int BN_priv_rand_range(BIGNUM *r, const BIGNUM *range) in BN_priv_rand_range() 236 int BN_pseudo_rand_range(BIGNUM *r, const BIGNUM *range) in BN_pseudo_rand_range() 243 int ossl_bn_priv_rand_range_fixed_top(BIGNUM *r, const BIGNUM *range, in ossl_bn_priv_rand_range_fixed_top() 296 int ossl_bn_gen_dsa_nonce_fixed_top(BIGNUM *out, const BIGNUM *range, in ossl_bn_gen_dsa_nonce_fixed_top() 399 int BN_generate_dsa_nonce(BIGNUM *out, const BIGNUM *range, in BN_generate_dsa_nonce()
|
| /third_party/rust/rust/tests/ui/issues/ |
| D | issue-50415.rs | 8 let range = { in main() localVariable 13 let range = range.map(|(s, t)| s..=t).unwrap_or(0..=(full_length-1)); in main() localVariable
|
| /third_party/json/docs/mkdocs/docs/home/ |
| D | exceptions.md | 771 ### json.exception.out_of_range.401 781 ### json.exception.out_of_range.402 791 ### json.exception.out_of_range.403 801 ### json.exception.out_of_range.404 811 ### json.exception.out_of_range.405 821 ### json.exception.out_of_range.406 831 ### json.exception.out_of_range.407 845 ### json.exception.out_of_range.408 855 ### json.exception.out_of_range.409
|
| /third_party/rust/crates/clap/src/builder/ |
| D | range.rs | 198 let range: ValueRange = 5.into(); in from_fixed() localVariable 209 let range: ValueRange = 0.into(); in from_fixed_empty() localVariable 220 let range: ValueRange = (5..10).into(); in from_range() localVariable 231 let range: ValueRange = (5..=10).into(); in from_range_inclusive() localVariable 242 let range: ValueRange = (..).into(); in from_range_full() localVariable 253 let range: ValueRange = (5..).into(); in from_range_from() localVariable 264 let range: ValueRange = (..10).into(); in from_range_to() localVariable 275 let range: ValueRange = (..=10).into(); in from_range_to_inclusive() localVariable
|
| /third_party/gn/src/gn/ |
| D | err.cc | 28 void FillRangeOnLine(const LocationRange& range, in FillRangeOnLine() 70 for (const auto& range : ranges) in OutputHighlighedPosition() local 99 Err::Err(const LocationRange& range, in Err() 117 LocationRange range = node->GetRange(); in Err() local 128 LocationRange range = value.origin()->GetRange(); in Err() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/utils/ |
| D | range_sampler.h | 28 explicit RangeSampler(int64_t range) : range_(range) {} in RangeSampler() 46 int64_t range() { return range_; } in range() function
|
| /third_party/skia/third_party/externals/expat/expat/gennmtab/ |
| D | gennmtab.c | 39 struct range { struct 44 struct range nmstrt[] = { argument
|
| /third_party/skia/m133/third_party/externals/expat/expat/gennmtab/ |
| D | gennmtab.c | 39 struct range { struct 44 struct range nmstrt[] = { argument
|
| /third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-binance/ |
| D | main.c | 32 typedef struct range { struct 38 } range_t; argument
|
| /third_party/skia/src/ports/skia_ohos/config/ |
| D | fontconfig_ohos.json | 117 "range": [3, 0, 2445891840, 1050624, 0, 0, 0, 0, 0, 717127680, 3328] array 124 "range": [1023, 2181038080, 4243448, 2684354754, 1409351777, 67108874, 0, 65536, 0, 2, 0] array 131 "range": [20483, 0, 256, 0, 134217728, 2, 0, 0, 0, 0, 0] array 138 "range": [111, 192, 4232512, 32, 32768, 0, 0, 0, 0, 512, 0] array 145 "range": [2159, 0, 4199744, 0, 67108864, 0, 0, 0, 0, 0, 0] array 152 "range": [111, 1, 4199744, 0, 0, 0, 0, 0, 0, 0, 0] array 159 "range": [1135, 0, 4199744, 0, 67108864, 0, 0, 0, 0, 0, 0] array 166 "range": [1135, 16, 5441, 8, 0, 0, 0, 0, 0, 0, 0] array 173 "range": [4194415, 0, 4199748, 0, 36, 0, 0, 0, 0, 0, 0] array 180 "range": [33554543, 0, 4199744, 0, 4, 0, 0, 0, 0, 0, 0] array [all …]
|
| /third_party/skia/m133/src/ports/skia_ohos/config/ |
| D | fontconfig_ohos.json | 117 "range": [3, 0, 2445891840, 1050624, 0, 0, 0, 0, 0, 717127680, 3328] array 124 "range": [1023, 2181038080, 4243448, 2684354754, 1409351777, 67108874, 0, 65536, 0, 2, 0] array 131 "range": [20483, 0, 256, 0, 134217728, 2, 0, 0, 0, 0, 0] array 138 "range": [111, 192, 4232512, 32, 32768, 0, 0, 0, 0, 512, 0] array 145 "range": [2159, 0, 4199744, 0, 67108864, 0, 0, 0, 0, 0, 0] array 152 "range": [111, 1, 4199744, 0, 0, 0, 0, 0, 0, 0, 0] array 159 "range": [1135, 0, 4199744, 0, 67108864, 0, 0, 0, 0, 0, 0] array 166 "range": [1135, 16, 5441, 8, 0, 0, 0, 0, 0, 0, 0] array 173 "range": [4194415, 0, 4199748, 0, 36, 0, 0, 0, 0, 0, 0] array 180 "range": [33554543, 0, 4199744, 0, 4, 0, 0, 0, 0, 0, 0] array [all …]
|
| /third_party/ffmpeg/libavcodec/x86/ |
| D | cabac.h | 58 #define BRANCHLESS_GET_CABAC_UPDATE(ret, retq, low, range, tmp) \ argument 66 #define BRANCHLESS_GET_CABAC_UPDATE(ret, retq, low, range, tmp) \ argument 80 #define BRANCHLESS_GET_CABAC(ret, retq, statep, low, lowword, range, rangeq, tmp, tmpbyte, byte, en… argument 120 #define BRANCHLESS_GET_CABAC_UPDATE(ret, low, range, tmp)\ argument 130 #define BRANCHLESS_GET_CABAC_UPDATE(ret, low, range, tmp)\ argument 144 #define BRANCHLESS_GET_CABAC(ret, retq, statep, low, lowword, range, rangeq, tmp, tmpbyte, byte, en… argument
|
| /third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-binance/ |
| D | main.c | 18 typedef struct range { struct 24 } range_t; argument
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/ |
| D | remove_dbg.rs | 93 let range = macro_expr.syntax().text_range(); in compute_dbg_replacement() localVariable 94 … let range = match whitespace_start(macro_expr.syntax().prev_sibling_or_token()) { in compute_dbg_replacement() localVariable 101 let range = it.syntax().text_range(); in compute_dbg_replacement() localVariable 102 let range = match whitespace_start(it.syntax().prev_sibling_or_token()) { in compute_dbg_replacement() localVariable
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-ms-feature-ranges.cc | 84 auto *range = range_records.push (); in hb_ms_setup_features() local 129 auto *range = &range_records[i]; in hb_ms_setup_features() local 151 auto *range = last_range; in hb_ms_make_feature_ranges() local
|
| /third_party/mindspore/mindspore-src/source/third_party/proto/coreml/ |
| D | Parameters.proto | 21 Int64Range range = 10; field 34 DoubleRange range = 10; field
|
| /third_party/iptables/extensions/ |
| D | libxt_NAT.c | 126 parse_ports(const char *arg, bool portok, struct nf_nat_range2 *range) in parse_ports() 199 struct nf_nat_range2 *range, int family) in parse_to() 257 struct nf_nat_range2 *range, int family) in __NAT_parse() 290 struct nf_nat_range2 range = {}; in NAT_parse() local 314 struct nf_nat_range2 range = RANGE2_INIT_FROM_RANGE(cb->data); in NAT_parse6() local 356 struct nf_nat_range *range = (void *)cb->data; in DNAT_fcheck6() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/ |
| D | PointParameterTest.cpp | 50 GLfloat range[2] = {}; in TEST_P() local 110 GLfloat range[2] = {}; in TEST_P() local
|