Searched refs:UC (Results 1 - 10 of 10) sorted by relevance
/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | tcases.c | 38 #define UC MCI_STATUS_UC macro 72 TEST(VAL|UC|PCC|EN|S|AR, PANIC); in test() 73 TEST(VAL|UC|PCC|EN|S, PANIC); in test() 74 TEST(VAL|UC|PCC|EN, PANIC); in test() 78 TEST(VAL|UC|EN|S|AR, PANIC); in test() 81 TEST(VAL|UC|EN|S|0xc0, AO); in test() 83 TEST(VAL|UC|EN|S|1, SOME); in test() 86 TEST(VAL|UC|EN, KEEP); in test() 87 TEST(VAL|UC, NO); // linux clears. correct? in test()
|
H A D | ttable.c | 43 R(UC, 0x700000, "Kill or panic"), 61 S(UC),
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | tcases.c | 38 #define UC MCI_STATUS_UC macro 72 TEST(VAL|UC|PCC|EN|S|AR, PANIC); in test() 73 TEST(VAL|UC|PCC|EN|S, PANIC); in test() 74 TEST(VAL|UC|PCC|EN, PANIC); in test() 78 TEST(VAL|UC|EN|S|AR, PANIC); in test() 81 TEST(VAL|UC|EN|S|0xc0, AO); in test() 83 TEST(VAL|UC|EN|S|1, SOME); in test() 86 TEST(VAL|UC|EN, KEEP); in test() 87 TEST(VAL|UC, NO); // linux clears. correct? in test()
|
H A D | ttable.c | 43 R(UC, 0x700000, "Kill or panic"), 61 S(UC),
|
/third_party/json/tests/thirdparty/Fuzzer/ |
H A D | FuzzerTracePC.h | 55 void SetUseCounters(bool UC) { UseCounters = UC; } in SetUseCounters() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | StringExtras.h | 106 unsigned char UC = static_cast<unsigned char>(C); in isPrint() local 107 return (0x20 <= UC) && (UC <= 0x7E); in isPrint()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 186 UnwindContext UC; member in __anon24540::ARMAsmParser 608 : MCTargetAsmParser(Options, STI, MII), UC(Parser) { in ARMAsmParser() 10989 if (UC.hasFnStart()) { in parseDirectiveFnStart() 10991 UC.emitFnStartLocNotes(); in parseDirectiveFnStart() 10996 UC.reset(); in parseDirectiveFnStart() 11000 UC.recordFnStart(L); in parseDirectiveFnStart() 11011 if (!UC.hasFnStart()) in parseDirectiveFnEnd() 11017 UC.reset(); in parseDirectiveFnEnd() 11028 UC.recordCantUnwind(L); in parseDirectiveCantUnwind() 11030 if (check(!UC in parseDirectiveCantUnwind() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | strictOptionalProperties1.js | 235 type UC = UA & UB; // undefined 493 type UC = UA & UB;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenInsert.cpp | 1226 IFOrdering(const UnsignedMap &UC, const RegisterOrdering &BO) 1227 : UseC(UC), BaseOrd(BO) {} 1275 unsigned UC = F->second; 1276 if (UC == 0) 1278 Sum += UC;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Constants.cpp | 532 const Constant *UC = dyn_cast<Constant>(U); in isConstantUsed() local 533 if (!UC || isa<GlobalValue>(UC)) in isConstantUsed() 536 if (UC->isConstantUsed()) in isConstantUsed()
|
Completed in 30 milliseconds