Searched refs:bound (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/system/utest/fbl/include/fbl/tests/intrusive_containers/
H A Dordered_associative_container_test_environment.h154 // For every object we just put into the container compute the bound of
163 RawPtrType bound; member in struct:fbl::tests::intrusive_containers::OrderedAssociativeContainerTestEnvironment::__anon1344
165 { .key = KeyTraits::GetKey(*ptr) - 1, .bound = nullptr }, // prev (key - 1)
166 { .key = KeyTraits::GetKey(*ptr), .bound = nullptr }, // this (key)
167 { .key = KeyTraits::GetKey(*ptr) + 1, .bound = nullptr }, // next (key + 1)
172 // bound this/prev/next.
182 (!test.bound ||
183 KeyTraits::LessThan(tmp_key, KeyTraits::GetKey(*test.bound))))
184 test.bound = tmp;
193 // We should successfully find a bound usin
[all...]
/fuchsia/zircon/kernel/lib/crypto/
H A Dprng_unittest.cpp127 uint64_t bound = 1ull << log2; local
128 EXPECT_LT(prng.RandInt(bound), bound, "RandInt(2^i) must be less than 2^i");
/fuchsia/zircon/system/ulib/fidl/
H A Dencoding.cpp433 uint64_t bound = frame->string_state.max_size; local
435 if (size > bound) {
H A Ddecoding.cpp411 uint64_t bound = frame->string_state.max_size; local
413 if (size > bound) {
H A Dvalidating.cpp401 uint64_t bound = frame->string_state.max_size; local
403 if (size > bound) {

Completed in 36 milliseconds