Home
last modified time | relevance | path

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

/u-boot/tools/
A Daisimage.c12 #define WORD_ALIGN0 4 macro
204 ais_img_size = ALIGN(sbuf.st_size, WORD_ALIGN0) + MAX_CMD_BUFFER; in ais_alloc_buffer()
205 ptr = (uint32_t *)malloc(ALIGN(sbuf.st_size, WORD_ALIGN0) in ais_alloc_buffer()
245 aisptr += ALIGN(sbuf.st_size, WORD_ALIGN0) / sizeof(uint32_t); in ais_copy_image()

Completed in 6 milliseconds