HomeSort by relevance Sort by last modified time
    Searched refs:CROS_ALIGN (Results 1 - 2 of 2) sorted by null

  /external/vboot_reference/futility/
kernel_blob.h 17 #define CROS_ALIGN 4096
vb1_helper.c 188 roundup(kernel32_size, CROS_ALIGN) +
645 g_bootloader_size = roundup(bootloader_size, CROS_ALIGN);
648 roundup(g_kernel_size, CROS_ALIGN) +
663 now += roundup(g_kernel_size, CROS_ALIGN);

Completed in 248 milliseconds