HomeSort by relevance Sort by last modified time
    Searched defs:PANIC (Results 1 - 2 of 2) sorted by null

  /development/ndk/platforms/android-9/arch-mips/include/machine/
asm.h 282 * Macros to panic and printf from assembly language.
284 #define PANIC(msg) \
286 jal panic; \
  /development/ndk/platforms/android-9/arch-mips/include/asm/
asm.h 51 #define PANIC(msg) .set push; .set reorder; PTR_LA a0, 8f; jal panic; 9: b 9b; .set pop; TEXT(msg)

Completed in 69 milliseconds