Home
last modified time | relevance | path

Searched refs:upper_bound (Results 1 – 25 of 117) sorted by relevance

12345

/external/libcxx/test/std/containers/associative/map/map.ops/
Dupper_bound.pass.cpp43 R r = m.upper_bound(5); in main()
45 r = m.upper_bound(7); in main()
47 r = m.upper_bound(9); in main()
49 r = m.upper_bound(11); in main()
51 r = m.upper_bound(13); in main()
53 r = m.upper_bound(15); in main()
55 r = m.upper_bound(17); in main()
57 r = m.upper_bound(19); in main()
59 r = m.upper_bound(4); in main()
61 r = m.upper_bound(6); in main()
[all …]
Dupper_bound0.pass.cpp33 M().upper_bound(C2Int{5}); in main()
Dupper_bound3.fail.cpp37 M().upper_bound(C2Int{5}); in main()
/external/libcxx/test/std/containers/associative/set/
Dupper_bound.pass.cpp43 R r = m.upper_bound(5); in main()
45 r = m.upper_bound(7); in main()
47 r = m.upper_bound(9); in main()
49 r = m.upper_bound(11); in main()
51 r = m.upper_bound(13); in main()
53 r = m.upper_bound(15); in main()
55 r = m.upper_bound(17); in main()
57 r = m.upper_bound(19); in main()
59 r = m.upper_bound(4); in main()
61 r = m.upper_bound(6); in main()
[all …]
/external/libcxx/test/std/containers/associative/multimap/multimap.ops/
Dupper_bound.pass.cpp45 R r = m.upper_bound(4); in main()
47 r = m.upper_bound(5); in main()
49 r = m.upper_bound(6); in main()
51 r = m.upper_bound(7); in main()
53 r = m.upper_bound(8); in main()
55 r = m.upper_bound(9); in main()
57 r = m.upper_bound(10); in main()
75 R r = m.upper_bound(4); in main()
77 r = m.upper_bound(5); in main()
79 r = m.upper_bound(6); in main()
[all …]
Dupper_bound0.pass.cpp33 M().upper_bound(C2Int{5}); in main()
Dupper_bound1.fail.cpp37 M().upper_bound(C2Int{5}); in main()
/external/libcxx/test/std/containers/associative/multiset/
Dupper_bound.pass.cpp44 R r = m.upper_bound(4); in main()
46 r = m.upper_bound(5); in main()
48 r = m.upper_bound(6); in main()
50 r = m.upper_bound(7); in main()
52 r = m.upper_bound(8); in main()
54 r = m.upper_bound(9); in main()
56 r = m.upper_bound(11); in main()
74 R r = m.upper_bound(4); in main()
76 r = m.upper_bound(5); in main()
78 r = m.upper_bound(6); in main()
[all …]
/external/dhcpcd-6.8.2/compat/
Darc4random_uniform.c35 arc4random_uniform(uint32_t upper_bound) in arc4random_uniform() argument
39 if (upper_bound < 2) in arc4random_uniform()
43 min = -upper_bound % upper_bound; in arc4random_uniform()
55 return r % upper_bound; in arc4random_uniform()
/external/webrtc/webrtc/voice_engine/test/auto_test/
Dvoe_output_test.cc36 OutputTest(int16_t lower_bound, int16_t upper_bound);
43 void SetOutputBound(int16_t lower_bound, int16_t upper_bound);
53 VoEOutputCheckMediaProcess(int16_t lower_bound, int16_t upper_bound);
75 OutputTest::OutputTest(int16_t lower_bound, int16_t upper_bound) in OutputTest() argument
76 : output_checker_(lower_bound, upper_bound) { in OutputTest()
143 int16_t lower_bound, int16_t upper_bound) in VoEOutputCheckMediaProcess() argument
146 upper_bound_(upper_bound) {} in VoEOutputCheckMediaProcess()
/external/libevent/
Darc4random.c522 arc4random_uniform(unsigned int upper_bound) in arc4random_uniform() argument
526 if (upper_bound < 2) in arc4random_uniform()
530 min = 0x100000000UL % upper_bound; in arc4random_uniform()
533 if (upper_bound > 0x80000000) in arc4random_uniform()
534 min = 1 + ~upper_bound; /* 2**32 - upper_bound */ in arc4random_uniform()
537 min = ((0xffffffff - (upper_bound * 2)) + 1) % upper_bound; in arc4random_uniform()
553 return r % upper_bound; in arc4random_uniform()
/external/autotest/server/tests/netpipe/
Dcontrol.srv16 upper_bound - Specify the upper boundary to the size of message being tested.
31 upper_bound = 1048576
36 upper_bound=upper_bound, variance=variance)
Dnetpipe.py7 def run_once(self, pair, buffer, upper_bound, variance): argument
43 buffer, upper_bound, variance,
46 buffer, upper_bound, variance,
Dcontrol.stress.srv18 upper_bound - Specify the upper boundary to the size of message being tested.
42 upper_bound = 1048576
50 upper_bound=upper_bound, variance=variance)
/external/jemalloc/src/
Dquarantine.c18 size_t upper_bound);
109 quarantine_drain(tsdn_t *tsdn, quarantine_t *quarantine, size_t upper_bound) in quarantine_drain() argument
112 while (quarantine->curbytes > upper_bound && quarantine->curobjs > 0) in quarantine_drain()
134 size_t upper_bound = (opt_quarantine >= usize) ? opt_quarantine in quarantine() local
136 quarantine_drain(tsd_tsdn(tsd), quarantine, upper_bound); in quarantine()
/external/openssh/openbsd-compat/
Darc4random.c282 arc4random_uniform(u_int32_t upper_bound) in arc4random_uniform() argument
286 if (upper_bound < 2) in arc4random_uniform()
290 min = -upper_bound % upper_bound; in arc4random_uniform()
304 return r % upper_bound; in arc4random_uniform()
/external/autotest/client/tests/netpipe/
Dnetpipe.py35 buffer_size=None, upper_bound=None, argument
45 if upper_bound:
46 args += '-u %d ' % upper_bound
/external/autotest/server/site_tests/firmware_ECThermal/
Dfirmware_ECThermal.py373 upper_bound = self._thermal_setting[sensor_type][3]
376 upper_bound = self.INT_MAX
379 upper_bound = self._thermal_setting[sensor_type][idx + 3]
383 logging.info(" Expecting %d - %d C", lower_bound, upper_bound)
384 if temp_reading > upper_bound:
/external/autotest/client/tests/npb/
Dnpb.py122 upper_bound = full_thrds * (1 + ratio)
125 logging.debug('Upper bound: %s', upper_bound)
128 violates_upper_bound = time_ratio > upper_bound
/external/toolchain-utils/bestflags/
Dtesting_batch.py259 def _GenerateTestFlags(num_flags, upper_bound, file_name): argument
272 upper_bound = int(upper_bound)
274 output_file.write('%s=[1-%d]\n' % (i, upper_bound))
/external/autotest/client/site_tests/hardware_EC/
Dhardware_EC.py57 upper_bound = target_fanspeed + fan_rpm_error_margin
58 if not (lower_bound <= current_reading <= upper_bound):
/external/libcxx/include/
Dset153 iterator upper_bound(const key_type& k);
154 const_iterator upper_bound(const key_type& k) const;
156 iterator upper_bound(const K& x); // C++14
158 const_iterator upper_bound(const K& x) const; // C++14
333 iterator upper_bound(const key_type& k);
334 const_iterator upper_bound(const key_type& k) const;
336 iterator upper_bound(const K& x); // C++14
338 const_iterator upper_bound(const K& x) const; // C++14
696 iterator upper_bound(const key_type& __k)
697 {return __tree_.upper_bound(__k);}
[all …]
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dsend_time_history.cc73 auto it = history_.upper_bound(oldest_sequence_number_); in UpdateOldestSequenceNumber()
80 it = history_.upper_bound(0); in UpdateOldestSequenceNumber()
/external/v8/src/heap/
Dslot-set.h483 std::map<uint32_t, uint32_t>::iterator upper_bound = in RemoveInvaldSlots() local
484 invalid_ranges.upper_bound(host_offset); in RemoveInvaldSlots()
485 if (upper_bound == invalid_ranges.begin()) continue; in RemoveInvaldSlots()
488 upper_bound--; in RemoveInvaldSlots()
489 DCHECK_LE(upper_bound->first, host_offset); in RemoveInvaldSlots()
490 if (upper_bound->second > host_offset) { in RemoveInvaldSlots()
/external/pdfium/fpdfsdk/
Dfpdf_dataavail_embeddertest.cpp75 auto start_it = available_ranges_.upper_bound(range); in SetDataAvailable()
81 auto end_it = available_ranges_.upper_bound( in SetDataAvailable()
101 auto it = available_ranges_.upper_bound(range); in CheckDataAlreadyAvailable()

12345