Searched refs:swapword (Results 1 – 1 of 1) sorted by relevance
1134 unsigned short swapword; local1230 swapword = invbyte | (newbyte << 8);1238 if (*(ushort *)&ram[off] != swapword) {1239 …pWord Check 1: WORD at offset 0x%x should have been=%x, was=%x\n", off, swapword, *((ushort *)&ram…1243 *((ushort *)&ram[off]) = ~swapword;