Searched refs:append_bytes (Results 1 – 1 of 1) sorted by relevance
43 int append_bytes; in do_byteswap() local49 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()