Searched refs:Ok (Results 26 - 50 of 50) sorted by relevance

12

/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_malloc_mac.inc367 // Ok to use internal_memset, these places are not performance-critical.
H A Dsanitizer_stoptheworld_linux_libcdep.cpp223 case ThreadLister::Ok:
H A Dsanitizer_linux.cpp931 Result result = Ok;
/netbsd-current/sys/arch/vax/boot/xxboot/
H A Dstart.S172 brw start_all # Ok, continue...
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/cris/
H A Dbranch.s63 ; Ok, once more to make sure *all* 16-bit variants get ok for
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp766 bool Ok = HexagonMCInstrInfo::canonicalizePacket(MCII, *Subtarget, Ctx, local
768 assert(Ok); (void)Ok;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp327 auto Ok = Lexer.is(Kind); local
328 if (Ok)
330 return Ok;
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
H A Dpeers.cpp1592 msg.setStandardButtons(QMessageBox::Ok);
1593 msg.setDefaultButton(QMessageBox::Ok);
1594 msg.setEscapeButton(QMessageBox::Ok);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cc224 case ThreadLister::Ok:
H A Dsanitizer_linux.cc934 Result result = Ok;
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cc238 case ThreadLister::Ok:
H A Dsanitizer_linux.cc1001 Result result = Ok;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6778 bool Ok = false;
6781 Ok = parseSwizzleQuadPerm(Imm);
6783 Ok = parseSwizzleBitmaskPerm(Imm);
6785 Ok = parseSwizzleBroadcast(Imm);
6787 Ok = parseSwizzleSwap(Imm);
6789 Ok = parseSwizzleReverse(Imm);
6794 return Ok && skipToken(AsmToken::RParen, "expected a closing parentheses");
6807 bool Ok = false;
6810 Ok = parseSwizzleMacro(Imm);
6812 Ok
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp311 bool Ok = false; local
324 Ok = true;
337 Ok = true;
342 Ok = true;
351 if (!Ok) {
361 Ok = true;
366 Ok = true;
371 if (!Ok)
931 // Ok as is.
3193 // Ok, goo
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/sancov/
H A Dsancov.cpp1089 auto Ok = SancovFileRegex.match(ShortFileName, &Components); local
1090 if (!Ok) {
/netbsd-current/sys/arch/mvme68k/mvme68k/
H A Dlocore.s341 jne 1f | Ok.
414 jne 1f | Ok.
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp2172 bool Ok = EmittedCompoundLiterals.insert(std::make_pair(CLE, GV)).second; local
2173 (void)Ok;
2174 assert(Ok && "CLE has already been emitted!");
H A DCGBlocks.cpp1281 bool Ok = EmittedGlobalBlocks.insert(std::make_pair(BE, Addr)).second; local
1282 (void)Ok;
1283 assert(Ok && "Trying to replace an already-existing global block!");
/netbsd-current/distrib/miniroot/
H A Dinstall.sub1108 Ok, lets install from a disk. The file-system the install sets on may
/netbsd-current/sys/arch/vax/vax/
H A Dunimpl_emul.S431 # Ok, do the real calculation (Horner's method)
/netbsd-current/usr.sbin/sysinst/
H A Dmsg.mi.pl105 {Ok, zaktualizujmy NetBSD na twoim dysku. Jak zawsze, spowoduje to
113 {Ok, rozpakujmy pakiety dystrybucyjne NetBSD na bootowalny twardy dysk.
/netbsd-current/sys/arch/atari/atari/
H A Dlocore.s1170 * Ok, turn off MMU..
1180 jra Ldoboot1 | Ok, continue with actual reboot
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp2413 bool Ok = true;
2419 Ok = false;
2427 for (unsigned j = 0, f = M->getNumOperands(); j != f && Ok; ++j) {
2431 Ok = false;
2438 Ok = false;
2442 if (Ok)
2445 Ok = false;
2449 if (Ok) {
3419 // Ok, both add recurrences are valid after the transformation.
/netbsd-current/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGParser.cpp102 bool Ok = isa<BitsInit>(V) ? checkBitsConcrete(R, RV) : V->isConcrete(); local
103 if (!Ok) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6440 bool Ok = expandMUL_LOHI(N->getOpcode(), N->getValueType(0), SDLoc(N), local
6443 if (Ok) {
6448 return Ok;

Completed in 430 milliseconds

12