Home
last modified time | relevance | path

Searched defs:upper_bound (Results 1 - 25 of 40) sorted by relevance

12

/third_party/FreeBSD/lib/libc/gen/
H A Darc4random_uniform.c33 arc4random_uniform(uint32_t upper_bound) in arc4random_uniform() argument
[all...]
/third_party/node/deps/v8/src/handles/
H A Dlocal-handles.cc68 Address* upper_bound = lower_bound != blocks_.back() in Contains() local
/third_party/node/deps/v8/src/heap/
H A Dslot-set.cc88 FreeRangesMap::const_iterator upper_bound = ranges.upper_bound(offset); in IterateSlotsInRanges() local
H A Dmemory-measurement.cc30 void AddTotal(size_t estimate, size_t lower_bound, size_t upper_bound) { in AddTotal() argument
34 void AddCurrent(size_t estimate, size_t lower_bound, size_t upper_bound) { in AddCurrent() argument
39 void AddOther(size_t estimate, size_t lower_bound, size_t upper_bound) { in AddOther() argument
72 Handle<JSArray> NewRange(size_t lower_bound, size_t upper_bound) { in NewRange() argument
57 NewResult(size_t estimate, size_t lower_bound, size_t upper_bound) NewResult() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dclock_test.cc90 const absl::Duration upper_bound = d + late; in AssertSleepForBounded() local
52 SleepForBounded(absl::Duration d, absl::Duration lower_bound, absl::Duration upper_bound, absl::Duration timeout, AlarmPolicy alarm_policy, int* attempts) SleepForBounded() argument
/third_party/googletest/googlemock/src/
H A Dgmock-spec-builders.cc233 const int upper_bound = cardinality().ConservativeUpperBound(); in GTEST_LOCK_EXCLUDED_() local
/third_party/json/tests/thirdparty/fifo_map/
H A Dfifo_map.hpp451 iterator upper_bound(const Key& key) in upper_bound() function in nlohmann::fifo_map
457 const_iterator upper_bound(const Key& key) const in upper_bound() function in nlohmann::fifo_map
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_container.h81 uint32_t upper_bound; member
/third_party/rust/crates/humantime/src/
H A Ddate.rs472 fn upper_bound() { in upper_bound() functions
/third_party/skia/third_party/externals/brotli/python/
H A D_brotli.cc17 static int as_bounded_int(PyObject *o, int* result, int lower_bound, int upper_bound) { in as_bounded_int() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcharconv_test.cc680 TestOverflowAndUnderflow( const std::function<std::string(int)>& input_generator, const std::function<Float(int)>& expected_generator, int lower_bound, int upper_bound) TestOverflowAndUnderflow() argument
H A Dcord_test.cc48 static int GetUniformRandomUpTo(RandomEngine* rng, int upper_bound) { in GetUniformRandomUpTo() argument
57 static size_t GetUniformRandomUpTo(RandomEngine* rng, size_t upper_bound) { in GetUniformRandomUpTo() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dbtree_container.h133 iterator upper_bound(const key_arg<K> &key) { in upper_bound() function in absl::container_internal::btree_container
137 const_iterator upper_bound(const key_arg<K> &key) const { in upper_bound() function in absl::container_internal::btree_container
/third_party/mesa3d/src/compiler/nir/
H A Dnir_range_analysis.c1452 uint32_t upper_bound = nir_intrinsic_arg_upper_bound_u32_amd(intrin); in nir_unsigned_upper_bound() local
/third_party/pulseaudio/src/modules/bluetooth/
H A Da2dp-codec-sbc.c262 static uint8_t sbc_get_max_bitpool_below_rate(a2dp_sbc_t *config, uint8_t lower_bound, uint8_t upper_bound, uint32_t bitrate_cap) { in sbc_get_max_bitpool_below_rate() argument
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_dependence_helpers.cpp93 SENode* upper_bound = scalar_evolution_.SimplifyExpression( in GetUpperBound() local
103 SENode* upper_bound = in GetUpperBound() local
114 SENode* upper_bound = scalar_evolution_.SimplifyExpression( in GetUpperBound() local
149 SENode* upper_bound = GetUpperBound(loop); in IsProvablyOutsideOfLoopBounds() local
[all...]
H A Dloop_descriptor.cpp679 const analysis::Constant* upper_bound = in FindNumberOfIterations() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_dependence_helpers.cpp93 SENode* upper_bound = scalar_evolution_.SimplifyExpression( in GetUpperBound() local
103 SENode* upper_bound = in GetUpperBound() local
114 SENode* upper_bound = scalar_evolution_.SimplifyExpression( in GetUpperBound() local
149 SENode* upper_bound = GetUpperBound(loop); in IsProvablyOutsideOfLoopBounds() local
[all...]
H A Dloop_descriptor.cpp679 const analysis::Constant* upper_bound = in FindNumberOfIterations() local
/third_party/spirv-tools/source/opt/
H A Dloop_dependence_helpers.cpp91 SENode* upper_bound = scalar_evolution_.SimplifyExpression( in GetUpperBound() local
101 SENode* upper_bound = in GetUpperBound() local
112 SENode* upper_bound = scalar_evolution_.SimplifyExpression( in GetUpperBound() local
147 SENode* upper_bound = GetUpperBound(loop); in IsProvablyOutsideOfLoopBounds() local
[all...]
/third_party/backends/backend/
H A Dmustek_usb_high.c1432 SANE_Word upper_bound; in usb_high_scan_setup_scan() local
/third_party/node/deps/v8/src/compiler/
H A Doperation-typer.cc1278 Type const upper_bound = Type::Range(0.0, length.Max() - 1, zone()); in CheckBounds() local
/third_party/libabigail/src/
H A Dabg-ctf-reader.cc1187 array_type_def::subrange_type::bound_value upper_bound; in build_array_ctf_range() local
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc407 int32_t upper_bound = b->last_glyph_index(); in ConstructIndexFormat4() local
460 int32_t upper_bound = b->last_glyph_index(); in ConstructIndexFormat5() local
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H A Dgraphcycles.cc532 static bool ForwardDFS(GraphCycles::Rep* r, int32_t n, int32_t upper_bound) { in ForwardDFS() argument

Completed in 29 milliseconds

12