Home
last modified time | relevance | path

Searched refs:bounded (Results 1 – 25 of 97) sorted by relevance

1234

/third_party/skia/src/pathops/
DSkPathOpsTSect.cpp49 SkTSpanBounded* bounded = heap->make<SkTSpanBounded>(); in addBounded() local
50 bounded->fBounded = span; in addBounded()
51 bounded->fNext = fBounded; in addBounded()
52 fBounded = bounded; in addBounded()
154 SkTSpanBounded* bounded = fBounded; in findOppSpan() local
155 while (bounded) { in findOppSpan()
156 SkTSpan* test = bounded->fBounded; in findOppSpan()
160 bounded = bounded->fNext; in findOppSpan()
342 SkTSpanBounded* bounded = fBounded; in oppT() local
343 while (bounded) { in oppT()
[all …]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
DFontInputStream.java91 private boolean bounded; field in FontInputStream
111 this.bounded = true; in FontInputStream()
116 if (this.bounded && this.position >= this.length) { in read()
128 if (this.bounded && this.position >= this.length) { in read()
131 int bytesToRead = bounded ? (int) Math.min(len, this.length - this.position) : len; in read()
/third_party/mesa3d/src/util/tests/
Dfast_idiv_by_const_test.cpp265 random_udiv_add_sat_test(unsigned bits, bool bounded) in random_udiv_add_sat_test() argument
273 unsigned n_bits = bounded ? util_logbase2_64(MAX2(n, 1)) + 1 : bits; in random_udiv_add_sat_test()
282 random_udiv_mul_add_test(unsigned bits, bool bounded) in random_udiv_mul_add_test() argument
290 unsigned n_bits = bounded ? util_logbase2_64(MAX2(n, 1)) + 1: bits; in random_udiv_mul_add_test()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DPluralRules.java1136 public final boolean bounded; field in PluralRules.FixedDecimalSamples
1142 …ivate FixedDecimalSamples(SampleType sampleType, Set<FixedDecimalRange> samples, boolean bounded) { in FixedDecimalSamples() argument
1146 this.bounded = bounded; in FixedDecimalSamples()
1238 if (!bounded) { in toString()
1906 return mySamples == null ? true : mySamples.bounded; in isLimited()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DPluralRules.java1165 public final boolean bounded; field in PluralRules.DecimalQuantitySamples
1171 …QuantitySamples(SampleType sampleType, Set<DecimalQuantitySamplesRange> samples, boolean bounded) { in DecimalQuantitySamples() argument
1175 this.bounded = bounded; in DecimalQuantitySamples()
1320 if (!bounded) { in toString()
1987 return mySamples == null ? true : mySamples.bounded; in isLimited()
/third_party/skia/tests/
DPathOpsDebug.cpp1235 const SkTSpan* bounded = debugSpan(id); in dumpBounded() local
1236 if (!bounded) { in dumpBounded()
1240 const SkTSpan* test = bounded->debugOpp()->fHead; in dumpBounded()
1242 if (test->findOppSpan(bounded)) { in dumpBounded()
/third_party/littlefs/tests/
Dtest_relocations.toml19 // make a child dir to use in bounded space
97 // make a child dir to use in bounded space
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_robust_buffer_access_behavior.txt114 out-of-bounds accesses will be bounded within the working memory of the
181 the bounded range are discarded but reads are only protected within
DARB_robustness.txt663 buffer objects have a bounded index-able range.
700 the absence of errors) and not already bounded by an existing
967 Revise bounded queries to take and return lengths.
/third_party/openGLES/extensions/ARB/
DARB_robust_buffer_access_behavior.txt124 out-of-bounds accesses will be bounded within the working memory of the
191 the bounded range are discarded but reads are only protected within
DARB_robustness.txt673 buffer objects have a bounded index-able range.
710 the absence of errors) and not already bounded by an existing
977 Revise bounded queries to take and return lengths.
/third_party/python/Doc/library/
Dasyncio-api-index.rst187 - A bounded semaphore.
Dasyncio-sync.rst346 A bounded semaphore object. Not thread-safe.
Dthreading.rst857 Class implementing bounded semaphore objects. A bounded semaphore checks to
874 you should use a bounded semaphore. Before spawning any worker threads, your
891 The use of a bounded semaphore reduces the chance that a programming error which
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_EXT_image_sliced_view_of_3d.adoc66 Normally, the Z coordinate is bounded by the depth value specified in the `VkExtent3D` of `VkImageC…
DVK_EXT_surface_maintenance1.adoc163 bounded by `minScaledImageExtent` and `maxScaledImageExtent`.
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/
DKHR_robust_buffer_access_behavior.txt139 enabled, out-of-bounds accesses will be bounded within the working
225 the bounded range are discarded but reads are only protected within
/third_party/littlefs/
DDESIGN.md63 bounded. This means RAM usage does not grow as the filesystem changes in
145 block based filesystem and add a bounded log where we note every change
248 wear. This sort of copy-on-bounded-writes (CObW) still focuses wear, but at
449 associated with larger logs, we form a linked list of small bounded logs.
757 is greater than ![n] with error bounded by the range of the popcount function.
776 these operations work in a bounded amount of RAM and require only two words of
989 left up to the filesystem's copy-on-bounded-writes (CObW) data structures. One
991 COW operation. The bounded-writes part is normally triggered by a counter, but
1809 is a power resilient filesystem that works with only a bounded amount of RAM.
1915 state bounded and extremely small. But, even with a strict budget, global
DREADME.md23 memory. RAM usage is strictly bounded, which means RAM consumption does not
/third_party/rust/crates/regex/regex-capi/
DREADME.md41 All memory usage is bounded and all searching takes linear time with respect
/third_party/openGLES/extensions/KHR/
DKHR_robust_buffer_access_behavior.txt149 enabled, out-of-bounds accesses will be bounded within the working
235 the bounded range are discarded but reads are only protected within
/third_party/zlib/doc/
Drfc1950.txt47 bounded amount of intermediate storage. The format presently uses
96 priori bounded amount of intermediate storage, and hence can
/third_party/rust/crates/regex/
DHACKING.md55 avoid using a lot of memory, the lazy DFA uses a bounded cache. Once the cache
204 engines (DFA, bounded backtracker) and sophisticated literal optimizations.
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_depth_bounds_test.txt54 If an attenuated light source's illumination can be bounded to a
/third_party/openGLES/extensions/EXT/
DEXT_depth_bounds_test.txt54 If an attenuated light source's illumination can be bounded to a

1234