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

/netbsd-current/sys/arch/atari/atari/
H A Datari_init.c105 #define MAGIC_4M (4 - 1) macro
106 #define MAGIC_4M_INV ((uint8_t)~MAGIC_4M)
787 base[MB_END(4)] = MAGIC_4M;
788 if (base[MB_END(4)] != MAGIC_4M) {
804 if (base[MB_END(8)] != MAGIC_8M || base[MB_END(4)] != MAGIC_4M) {

Completed in 134 milliseconds