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

  /bionic/libc/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/machine/
asm.h 282 * Macros to panic and printf from assembly language.
284 #define PANIC(msg) \
286 jal panic; \
  /external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c 93 10180 PANIC
927 static void panic(const char *str) function
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
asm.h 282 * Macros to panic and printf from assembly language.
284 #define PANIC(msg) \
286 jal panic; \
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
asm.h 282 * Macros to panic and printf from assembly language.
284 #define PANIC(msg) \
286 jal panic; \
  /system/extras/tests/bionic/libc/common/
test_pthread_mutex.c 47 panic(const char* func, const char* format, ...) function
58 #define PANIC(...) panic(__FUNCTION__,__VA_ARGS__)
102 { if (!(cond)) PANIC("%d:%s", __LINE__, #cond); }
105 { if (!!(cond)) PANIC("%d:%s", __LINE__, #cond); }
108 { int _ret = (cond); if (_ret != (val)) PANIC("%d:%s returned %d (%d expected)", __LINE__, #cond, _ret, (val)); }
test_pthread_rwlock.c 46 panic(const char* func, const char* format, ...) function
57 #define PANIC(...) panic(__FUNCTION__,__VA_ARGS__)
101 { if (!(cond)) PANIC("%d:%s", __LINE__, #cond); }
104 { if (!!(cond)) PANIC("%d:%s", __LINE__, #cond); }
107 { int _ret = (cond); if (_ret != (val)) PANIC("%d:%s returned %d (%d expected)", __LINE__, #cond, _ret, (val)); }
  /bionic/libc/kernel/arch-mips/asm/
asm.h 51 #define PANIC(msg) .set push; .set reorder; PTR_LA a0, 8f; jal panic; 9: b 9b; .set pop; TEXT(msg)
  /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)
  /external/kernel-headers/original/asm-mips/
asm.h 97 #define PANIC(msg) \
101 jal panic; \
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/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)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/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)
  /external/qemu/
vl-android.c 422 #define PANIC(...) android_core_init_failure(__VA_ARGS__)
424 #define PANIC(...) do { fprintf(stderr, __VA_ARGS__); \
    [all...]

Completed in 434 milliseconds