OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:roundup32
(Results
1 - 4
of
4
) sorted by null
/external/vboot_reference/tests/
vb21_host_misc_tests.c
20
TEST_EQ(
roundup32
(0), 0, "
roundup32
(0)");
21
TEST_EQ(
roundup32
(15), 16, "
roundup32
(15)");
22
TEST_EQ(
roundup32
(16), 16, "
roundup32
(16)");
/external/vboot_reference/host/lib/include/
host_misc.h
82
static __inline const uint32_t
roundup32
(uint32_t v)
function
/external/vboot_reference/host/lib21/
host_misc.c
94
return
roundup32
(strlen(desc) + 1);
host_key.c
259
pkey.key_size =
roundup32
(rsalen);
Completed in 219 milliseconds