Searched refs:uval8 (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/binpatch/
H A Dbinpatch.c133 uint8_t uval8; local
275 uval8 = *(uint8_t *)valp;
277 printf("0x%02" PRIx8 " (%" PRIu8, uval8, uval8);
316 uval8 = (uint8_t)val;
318 printf("0x%02" PRIx8 " (%" PRIu8, uval8, uval8);
322 *(uint8_t *)valp = uval8;

Completed in 37 milliseconds