Searched refs:oldbyte (Results 1 – 2 of 2) sorted by relevance
1128 unsigned char oldbyte; local1137 oldbyte = val[op-1];1138 oldword = oldbyte | (oldbyte<<8);1140 oldbyte = oldword = 0; /* Tell the compiler we've initilalized them. */1152 if (RBYTE(ram[off]) != oldbyte) {1153 …te Pre Check 1: BYTE at offset 0x%x should have been=%x, was=%x\n", off, oldbyte, RBYTE(ram[off]));1174 if (op && (RBYTE(ram[off]) != oldbyte)) {1175 …te Pre Check 2: BYTE at offset 0x%x should have been=%x, was=%x\n", off, oldbyte, RBYTE(ram[off]));
797 unsigned char oldbyte = map->read8(map,base+off); in flash_write() local801 if (oldbyte == *buf) { in flash_write()805 if (((~oldbyte) & *buf) != 0) in flash_write()