Searched refs:desired_size (Results 1 - 3 of 3) sorted by relevance

/external/vboot_reference/host/lib/include/
H A Dhost_common.h56 uint64_t desired_size,
/external/vboot_reference/host/lib/
H A Dhost_common.c82 uint64_t desired_size,
94 if (block_size < desired_size)
95 block_size = desired_size;
73 CreateKernelPreamble( uint64_t kernel_version, uint64_t body_load_address, uint64_t bootloader_address, uint64_t bootloader_size, const VbSignature *body_signature, uint64_t vmlinuz_header_address, uint64_t vmlinuz_header_size, uint32_t flags, uint64_t desired_size, const VbPrivateKey *signing_key) argument
/external/webrtc/webrtc/base/
H A Dsocket_unittest.cc960 const int desired_size = 12345; local
963 const int expected_size = desired_size * 2;
965 const int expected_size = desired_size;
973 ASSERT_NE(-1, socket->SetOption(Socket::OPT_RCVBUF, desired_size));
974 ASSERT_NE(-1, socket->SetOption(Socket::OPT_SNDBUF, desired_size));

Completed in 119 milliseconds