/third_party/rust/crates/memchr/bench/runs/2022-04-29_wasm-changes/ |
D | baseline.json | 22 "lower_bound": 2.3022621775336587, number 31 "lower_bound": 2.29600024792218, number 40 "lower_bound": 0.0009600639096516847, number 49 "lower_bound": 2.298738083310607, number 58 "lower_bound": 0.007147477053695542, number 84 "lower_bound": 667934.4359287879, number 93 "lower_bound": 667691.9494949495, number 102 "lower_bound": 118.06437790389226, number 111 "lower_bound": 667706.5900864674, number 120 "lower_bound": 409.621310468539, number [all …]
|
D | test.json | 22 "lower_bound": 2.26791731074116, number 31 "lower_bound": 2.2568565187858973, number 40 "lower_bound": 0.008858726648956207, number 49 "lower_bound": 2.2633001589386925, number 58 "lower_bound": 0.021021779117867588, number 84 "lower_bound": 665001.5321515151, number 93 "lower_bound": 664809.1878787879, number 102 "lower_bound": 206.43362615338685, number 111 "lower_bound": 665297.2476889865, number 120 "lower_bound": 377.2060314112653, number [all …]
|
/third_party/rust/crates/memchr/bench/runs/2021-05-06_sliceslice-0.3.0/ |
D | raw.json | 22 "lower_bound": 2.4263461641146495, number 31 "lower_bound": 2.427317477996126, number 40 "lower_bound": 0.0017882626455568084, number 49 "lower_bound": 2.4239947410918217, number 58 "lower_bound": 0.0064519741845619665, number 84 "lower_bound": 641403.2151264272, number 93 "lower_bound": 641605.6545808967, number 102 "lower_bound": 187.8757622784717, number 111 "lower_bound": 641425.1715684745, number 120 "lower_bound": 354.76529009532356, number [all …]
|
/third_party/rust/crates/memchr/bench/runs/2021-04-30_initial/ |
D | raw.json | 22 "lower_bound": 1.7115506357112948, number 31 "lower_bound": 1.7110420437987113, number 40 "lower_bound": 0.0003747988552083476, number 49 "lower_bound": 1.7119366272395733, number 58 "lower_bound": 0.001114116426989721, number 84 "lower_bound": 640991.0745989452, number 93 "lower_bound": 640968.3453947369, number 102 "lower_bound": 110.1718089650312, number 111 "lower_bound": 641086.7828772041, number 120 "lower_bound": 546.9181044308116, number [all …]
|
/third_party/rust/crates/memchr/bench/runs/2021-05-01_regex-and-bstr/ |
D | raw.json | 22 "lower_bound": 2.320866426256059, number 31 "lower_bound": 2.321166373731038, number 40 "lower_bound": 0.001492102153984729, number 49 "lower_bound": 2.325416394428523, number 58 "lower_bound": 0.010264764356985373, number 84 "lower_bound": 643096.4067531851, number 93 "lower_bound": 642943.1127819549, number 102 "lower_bound": 234.5938096508835, number 111 "lower_bound": 642973.1675741076, number 120 "lower_bound": 620.4472363647824, number [all …]
|
/third_party/openh264/codec/decoder/core/inc/ |
D | dec_golomb.h | 248 #define WELS_CHECK_SE_BOTH_ERROR(val, lower_bound, upper_bound, syntax_name, ret_code) do {\ argument 255 #define WELS_CHECK_SE_LOWER_ERROR(val, lower_bound, syntax_name, ret_code) do {\ argument 269 #define WELS_CHECK_SE_BOTH_ERROR_NOLOG(val, lower_bound, upper_bound, syntax_name, ret_code) do {\ argument 275 #define WELS_CHECK_SE_LOWER_ERROR_NOLOG(val, lower_bound, syntax_name, ret_code) do {\ argument 288 #define WELS_CHECK_SE_BOTH_WARNING(val, lower_bound, upper_bound, syntax_name) do {\ argument 294 #define WELS_CHECK_SE_LOWER_WARNING(val, lower_bound, syntax_name) do {\ argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
D | clock_test.cc | 52 bool SleepForBounded(absl::Duration d, absl::Duration lower_bound, in SleepForBounded() 89 const absl::Duration lower_bound = d - early; in AssertSleepForBounded() local
|
/third_party/node/deps/v8/src/heap/ |
D | memory-measurement.cc | 30 void AddTotal(size_t estimate, size_t lower_bound, size_t upper_bound) { in AddTotal() 34 void AddCurrent(size_t estimate, size_t lower_bound, size_t upper_bound) { in AddCurrent() 39 void AddOther(size_t estimate, size_t lower_bound, size_t upper_bound) { in AddOther() 57 Handle<JSObject> NewResult(size_t estimate, size_t lower_bound, in NewResult() 72 Handle<JSArray> NewRange(size_t lower_bound, size_t upper_bound) { in NewRange()
|
/third_party/node/deps/v8/src/handles/ |
D | local-handles.cc | 65 Address* lower_bound = *it; in Contains() local
|
/third_party/node/deps/v8/infra/testing/ |
D | PRESUBMIT.py | 71 def _check_int_range(error_msg, src_dict, prop_name, lower_bound=None, argument
|
/third_party/spirv-tools/source/opt/ |
D | loop_dependence_helpers.cpp | 148 SENode* lower_bound = GetLowerBound(loop); in IsProvablyOutsideOfLoopBounds() local 399 SENode* lower_bound = GetLowerBound(loop); in GetConstantTerm() local
|
D | loop_dependence.cpp | 597 SENode* lower_bound = GetLowerBound(subscript_loop); in StrongSIVTest() local 745 SEConstantNode* lower_bound = in WeakZeroSourceSIVTest() local 898 SEConstantNode* lower_bound = in WeakZeroDestinationSIVTest() local 1187 const SENode* lower_bound, const SENode* upper_bound) { in IntersectConstraints()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | loop_dependence_helpers.cpp | 148 SENode* lower_bound = GetLowerBound(loop); in IsProvablyOutsideOfLoopBounds() local 399 SENode* lower_bound = GetLowerBound(loop); in GetConstantTerm() local
|
D | loop_dependence.cpp | 597 SENode* lower_bound = GetLowerBound(subscript_loop); in StrongSIVTest() local 745 SEConstantNode* lower_bound = in WeakZeroSourceSIVTest() local 898 SEConstantNode* lower_bound = in WeakZeroDestinationSIVTest() local 1187 const SENode* lower_bound, const SENode* upper_bound) { in IntersectConstraints()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | loop_dependence_helpers.cpp | 148 SENode* lower_bound = GetLowerBound(loop); in IsProvablyOutsideOfLoopBounds() local 399 SENode* lower_bound = GetLowerBound(loop); in GetConstantTerm() local
|
D | loop_dependence.cpp | 597 SENode* lower_bound = GetLowerBound(subscript_loop); in StrongSIVTest() local 745 SEConstantNode* lower_bound = in WeakZeroSourceSIVTest() local 898 SEConstantNode* lower_bound = in WeakZeroDestinationSIVTest() local 1187 const SENode* lower_bound, const SENode* upper_bound) { in IntersectConstraints()
|
/third_party/json/tests/thirdparty/fifo_map/ |
D | fifo_map.hpp | 439 iterator lower_bound(const Key& key) in lower_bound() function in nlohmann::fifo_map 445 const_iterator lower_bound(const Key& key) const in lower_bound() function in nlohmann::fifo_map
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_container.h | 80 uint32_t lower_bound; member
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/ |
D | subsetter_impl.cc | 406 int32_t lower_bound = b->first_glyph_index(); in ConstructIndexFormat4() local 459 int32_t lower_bound = b->first_glyph_index(); in ConstructIndexFormat5() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | btree_container.h | 125 iterator lower_bound(const key_arg<K> &key) { in lower_bound() function 129 const_iterator lower_bound(const key_arg<K> &key) const { in lower_bound() function
|
/third_party/googletest/googlemock/src/ |
D | gmock-spec-builders.cc | 234 const int lower_bound = cardinality().ConservativeLowerBound(); in CheckActionCountIfNotDone() local
|
/third_party/skia/third_party/externals/brotli/python/ |
D | _brotli.cc | 17 static int as_bounded_int(PyObject *o, int* result, int lower_bound, int upper_bound) { in as_bounded_int()
|
/third_party/cups-filters/fontembed/ |
D | sfnt.c | 40 int lower_bound) // return lower_bound, if !=0 in otf_bsearch()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | charconv_test.cc | 682 const std::function<Float(int)>& expected_generator, int lower_bound, in TestOverflowAndUnderflow()
|
/third_party/pulseaudio/src/modules/bluetooth/ |
D | a2dp-codec-sbc.c | 262 static uint8_t sbc_get_max_bitpool_below_rate(a2dp_sbc_t *config, uint8_t lower_bound, uint8_t uppe… in sbc_get_max_bitpool_below_rate()
|