Home
last modified time | relevance | path

Searched refs:roundup32 (Results 1 – 4 of 4) sorted by relevance

/external/vboot_reference/tests/
Dvb21_host_misc_tests.c20 TEST_EQ(roundup32(0), 0, "roundup32(0)"); in misc_tests()
21 TEST_EQ(roundup32(15), 16, "roundup32(15)"); in misc_tests()
22 TEST_EQ(roundup32(16), 16, "roundup32(16)"); in misc_tests()
/external/vboot_reference/host/lib/include/
Dhost_misc.h82 static __inline const uint32_t roundup32(uint32_t v) in roundup32() function
/external/vboot_reference/host/lib21/
Dhost_misc.c94 return roundup32(strlen(desc) + 1); in vb2_desc_size()
Dhost_key.c259 pkey.key_size = roundup32(rsalen); in vb2_private_key_write()