Searched refs:lower_byte (Results 1 – 1 of 1) sorted by relevance
38 uint32_t lower_byte; in do_byteswap() local67 if ((fread(&lower_byte, sizeof(lower_byte), NUM_MEM_BLOCK, fp) in do_byteswap()74 lower_byte = BYTE_SWAP_32(lower_byte); in do_byteswap()75 if (fwrite(&lower_byte, sizeof(lower_byte), NUM_MEM_BLOCK, fp) in do_byteswap()