Searched refs:MAGICNO (Results 1 – 3 of 3) sorted by relevance
153 #define MAGICNO 0xF11E041C macro
3101 if (*ptr != MAGICNO) { in apprentice_map()3102 if (swap4(*ptr) != MAGICNO) { in apprentice_map()3205 hdr.h[0] = MAGICNO; in apprentice_compile()
750 if (*ptr != MAGICNO) {751 if (swap4(*ptr) != MAGICNO) {
Completed in 22 milliseconds