Home
last modified time | relevance | path

Searched defs:PANIC (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/rayon/tests/
Diter_panic.rs8 const PANIC: i32 = 0xC000; constant
/external/pigweed/pw_protobuf/pw_protobuf_test_protos/
Dfull_test.proto107 PANIC = 3; enumerator
/external/ltp/testcases/kdump/lib/lkdtm/
Dlkdtm.c84 PANIC, enumerator
/external/google-breakpad/src/common/android/include/asm-mips/
Dasm.h57 #define PANIC(msg) .set push; .set reorder; PTR_LA a0, 8f; jal panic; 9: b 9b; .set pop;… macro