Home
last modified time | relevance | path

Searched defs:upper_bound (Results 1 – 9 of 9) sorted by relevance

/external/openssh/openbsd-compat/
Dbsd-arc4random.c117 arc4random_uniform(u_int32_t upper_bound) in arc4random_uniform()
/external/stlport/stlport/stl/debug/
D_tree.h192 iterator upper_bound(const _KT& __x) in upper_bound() function
195 const_iterator upper_bound(const _KT& __x) const in upper_bound() function
/external/chromium-trace/trace-viewer/third_party/python_gflags/
Dgflags.py2482 def __init__(self, lower_bound=None, upper_bound=None): argument
2508 def DEFINE_float(name, default, help, lower_bound=None, upper_bound=None, argument
2534 def __init__(self, lower_bound=None, upper_bound=None): argument
2569 def DEFINE_integer(name, default, help, lower_bound=None, upper_bound=None, argument
2812 def DEFINE_multi_int(name, default, help, lower_bound=None, upper_bound=None, argument
2826 def DEFINE_multi_float(name, default, help, lower_bound=None, upper_bound=None, argument
/external/stlport/stlport/stl/
D_algo.h507 inline _ForwardIter upper_bound(_ForwardIter __first, _ForwardIter __last, in upper_bound() function
517 inline _ForwardIter upper_bound(_ForwardIter __first, _ForwardIter __last, in upper_bound() function
/external/chromium/testing/gmock/src/
Dgmock-spec-builders.cc193 const int upper_bound = cardinality().ConservativeUpperBound(); in CheckActionCountIfNotDone() local
/external/flac/libFLAC/
Dstream_decoder.c2982 …FLAC__uint64 first_frame_offset = decoder->private_->first_frame_offset, lower_bound, upper_bound,… in seek_to_absolute_sample_() local
/external/valgrind/main/drd/tests/
Dtsan_unittest.cpp7465 upper_bound = ARRAY_SIZE * ( myId ) / N_THREADS; in Worker() local
7510 upper_bound = ARRAY_SIZE * ( myId ) / N_THREADS; in Worker() local
/external/valgrind/unittest/
Dracecheck_unittest.cc7131 upper_bound = ARRAY_SIZE * ( myId ) / N_THREADS; in Worker() local
7178 upper_bound = ARRAY_SIZE * ( myId ) / N_THREADS; in Worker() local
/external/ceres-solver/internal/ceres/
Dgmock_gtest_all.cc9770 const int upper_bound = cardinality().ConservativeUpperBound(); in CheckActionCountIfNotDone() local