Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/tools/nxp/create_pbl/
Dbyte_swap.c43 int append_bytes; in do_byteswap() local
49 append_bytes = EIGHT_BYTE_ALIGN - (bytes % EIGHT_BYTE_ALIGN); in do_byteswap()
50 if (append_bytes != 0) { in do_byteswap()
51 if (fwrite(&pad, append_bytes, NUM_MEM_BLOCK, fp) in do_byteswap()
57 bytes += append_bytes; in do_byteswap()