Home
last modified time | relevance | path

Searched refs:desired_size (Results 1 – 5 of 5) sorted by relevance

/external/vboot_reference/host/lib/
Dhost_common.c82 uint64_t desired_size, in CreateKernelPreamble() argument
94 if (block_size < desired_size) in CreateKernelPreamble()
95 block_size = desired_size; in CreateKernelPreamble()
/external/vboot_reference/host/lib/include/
Dhost_common.h56 uint64_t desired_size,
/external/webrtc/rtc_base/
Dsocket_unittest.cc1004 const int desired_size = 12345; in GetSetOptionsInternal() local
1007 const int expected_size = desired_size * 2; in GetSetOptionsInternal()
1009 const int expected_size = desired_size; in GetSetOptionsInternal()
1017 ASSERT_NE(-1, socket->SetOption(Socket::OPT_RCVBUF, desired_size)); in GetSetOptionsInternal()
1018 ASSERT_NE(-1, socket->SetOption(Socket::OPT_SNDBUF, desired_size)); in GetSetOptionsInternal()
/external/angle/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set_benchmark.cc262 const size_t desired_size = state.range(0); in BM_RangeCtor() local
263 while (values.size() < desired_size) { in BM_RangeCtor()
/external/python/cpython3/Modules/
D_pickle.c929 size_t desired_size = (self->mt_used > 50000 ? 2 : 4) * self->mt_used; in PyMemoTable_Set() local
930 return _PyMemoTable_ResizeTable(self, desired_size); in PyMemoTable_Set()