Home
last modified time | relevance | path

Searched defs:range (Results 1 – 25 of 909) sorted by relevance

12345678910>>...37

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_range.h54 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()
90 util_range_init(struct util_range *range) in util_range_init()
97 util_range_destroy(struct util_range *range) in util_range_destroy()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DSubresourceStorageTests.cpp45 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/
Dsegment.h45 typedef struct range { struct
48 } range_t; argument
/third_party/json/docs/mkdocs/docs/home/
Dexceptions.md771 ### 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/
Drange.rs198 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/
Derr.cc28 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/node/deps/npm/node_modules/semver/functions/
Dsatisfies.js2 const satisfies = (version, range, options) => { argument
4 range = new Range(range, options) variable
/third_party/skia/third_party/externals/expat/expat/gennmtab/
Dgennmtab.c39 struct range { struct
44 struct range nmstrt[] = { argument
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-binance/
Dmain.c32 typedef struct range { struct
38 } range_t; argument
/third_party/node/deps/openssl/openssl/crypto/bn/
Dbn_rand.c133 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()
251 int BN_generate_dsa_nonce(BIGNUM *out, const BIGNUM *range, in BN_generate_dsa_nonce()
/third_party/openssl/crypto/bn/
Dbn_rand.c133 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()
251 int BN_generate_dsa_nonce(BIGNUM *out, const BIGNUM *range, in BN_generate_dsa_nonce()
/third_party/ffmpeg/libavcodec/x86/
Dcabac.h58 #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/
Dmain.c18 typedef struct range { struct
24 } range_t; argument
/third_party/mesa3d/src/compiler/nir/
Dnir_convert_ycbcr.c31 VkSamplerYcbcrRange range) in y_range()
53 VkSamplerYcbcrRange range) in chroma_range()
116 VkSamplerYcbcrRange range, in nir_convert_ycbcr_to_rgb()
/third_party/node/test/parallel/
Dtest-http2-respond-file-fd-range.js25 function getOffsetLength(range) { argument
61 const req = client.request({ range: 'bytes=8-11' }); property
78 const req = client.request({ range: 'bytes=8-28' }); property
/third_party/node/deps/npm/node_modules/semver/ranges/
Dmin-version.js5 const minVersion = (range, loose) => { argument
6 range = new Range(range, loose) variable
Doutside.js11 const outside = (version, range, hilo, options) => { argument
13 range = new Range(range, options) variable
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ms-feature-ranges.cc84 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/node/deps/v8/src/compiler/backend/
Dregister-allocator.cc56 void LiveRangeBoundArray::Initialize(Zone* zone, TopLevelLiveRange* range) { in Initialize()
136 TopLevelLiveRange* range = data_->live_ranges()[operand_index]; in ArrayFor() local
1053 const LiveRange* range = printable_range.range_; in operator <<() local
1125 for (const LiveRange* range = toplevel; range != nullptr; in PrintRangeRow() local
1184 for (LiveRange* range = parent; range != nullptr; range = range->next()) { in SpillRange() local
1427 LiveRange* range = GetOrCreateLiveRangeFor(operand_index); in ExistsUseWithoutDefinition() local
1448 for (const TopLevelLiveRange* range : live_ranges()) { in RangesDefinedInDeferredStayInDeferred() local
1472 TopLevelLiveRange* range, SpillMode spill_mode) { in AssignSpillRangeToLiveRange()
1674 TopLevelLiveRange* range = data()->GetOrCreateLiveRangeFor(output_vreg); in MeetRegisterConstraintsForLastInstructionInBlock() local
1723 TopLevelLiveRange* range = data()->GetOrCreateLiveRangeFor(output_vreg); in MeetConstraintsAfter() local
[all …]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
DPointParameterTest.cpp50 GLfloat range[2] = {}; in TEST_P() local
110 GLfloat range[2] = {}; in TEST_P() local
/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_rob.h44 ngtcp2_range range; member
74 ngtcp2_range range; member
/third_party/typescript/src/testRunner/unittests/
Dsemver.ts158 const range = VersionRange.tryParse(version)!; constant
180 const range = new VersionRange(rangeText); constant
/third_party/mesa3d/src/imagination/rogue/
Drogue_regalloc.c162 struct live_range *range; in rogue_ra_alloc() local
210 struct live_range *range = entry->data; in rogue_ra_alloc() local
265 struct live_range *range = entry->data; in rogue_ra_alloc() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DTextureVk.cpp170 const SubresourceRange& range) { in BuildMemoryBarrier()
998 textureUsages.Iterate([&](const SubresourceRange& range, wgpu::TextureUsage usage) { in TransitionUsageForPass()
1033 const wgpu::TextureUsage& newUsage) { in TransitionUsageForPassImpl()
1058 const SubresourceRange& range) { in TransitionUsageNow()
1080 const SubresourceRange& range, in TransitionUsageAndGetResourceBarrier()
1103 const SubresourceRange& range, in TransitionUsageAndGetResourceBarrierImpl()
1112 range, [&](const SubresourceRange& range, wgpu::TextureUsage* lastUsage) { in TransitionUsageAndGetResourceBarrierImpl()
1128 const SubresourceRange& range, in ClearTexture()
1271 const SubresourceRange& range) { in EnsureSubresourceContentInitialized()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
DUnicodeMapIterator.java238 private int range = 0; field in UnicodeMapIterator
247 protected T loadRange(int range) { in loadRange()

12345678910>>...37