HomeSort by: relevance | last modified time | path
    Searched defs:PS (Results 1 - 25 of 53) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
EnumCastOutOfRangeChecker.cpp 36 const ProgramStateRef PS;
42 : CompareValue(CompareValue), PS(C.getState()), SVB(C.getSValBuilder()) {}
47 SVB.evalEQ(PS, EnumDeclValue, CompareValue);
49 return static_cast<bool>(PS->assume(ElemEqualsValueToCast, true));
  /src/sys/arch/m68k/include/
reg.h 87 #define PS (16)
  /src/external/gpl3/binutils/dist/opcodes/
rl78-dis.c 128 #define PS (dis->stream)
129 #define PC(c) PR (PS, "%c", c)
223 PR (PS, " \033[33mW\033[0m");
230 PR (PS, " \033[35m");
233 { PR (PS, "Z"); comma = ","; }
235 { PR (PS, "%sAC", comma); comma = ","; }
237 { PR (PS, "%sCY", comma); comma = ","; }
238 PR (PS, "\033[0m");
250 PR (PS, "es:");
269 PR (PS, "%s", condition_names[oper->condition])
    [all...]
msp430-dis.c 38 #define PS(x) (0xffff & (x))
273 PS ((short) (addr + 2) + dst));
292 sprintf (op, "&0x%04x", PS (dst));
359 sprintf (comm, "#0x%04x", PS (dst));
386 sprintf (op, "0x%04x", PS (dst));
388 PS ((short) addr + 2 + dst));
406 sprintf (op, "&0x%04x", PS (dst));
526 sprintf (op1, "0x%04x", PS (dst));
528 PS ((short) addr + 2 + dst));
560 sprintf (op1, "&0x%04x", PS (dst))
    [all...]
rx-dis.c 239 #define PS (dis->stream)
240 #define PC(c) PR (PS, "%c", c)
251 PR (PS, ".byte ");
255 PR (PS, "0x%02x ", buf[i]);
297 PR (PS, "%s", get_opsize_name (opcode.size));
313 PR (PS, "#%d, #%d, #%d, %s, %s",
326 PR (PS, "%s", get_size_name (oper->size));
337 PR (PS, "%#x", oper->addend);
339 PR (PS, "%d", oper->addend);
343 PR (PS, "%s", get_register_name (oper->reg))
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
rl78-dis.c 128 #define PS (dis->stream)
129 #define PC(c) PR (PS, "%c", c)
223 PR (PS, " \033[33mW\033[0m");
230 PR (PS, " \033[35m");
233 { PR (PS, "Z"); comma = ","; }
235 { PR (PS, "%sAC", comma); comma = ","; }
237 { PR (PS, "%sCY", comma); comma = ","; }
238 PR (PS, "\033[0m");
250 PR (PS, "es:");
269 PR (PS, "%s", condition_names[oper->condition])
    [all...]
msp430-dis.c 38 #define PS(x) (0xffff & (x))
264 PS ((short) (addr + 2) + dst));
283 sprintf (op, "&0x%04x", PS (dst));
344 sprintf (comm, "#0x%04x", PS (dst));
370 sprintf (op, "0x%04x", PS (dst));
372 PS ((short) addr + 2 + dst));
390 sprintf (op, "&0x%04x", PS (dst));
515 sprintf (op1, "0x%04x", PS (dst));
517 PS ((short) addr + 2 + dst));
549 sprintf (op1, "&0x%04x", PS (dst))
    [all...]
rx-dis.c 239 #define PS (dis->stream)
240 #define PC(c) PR (PS, "%c", c)
251 PR (PS, ".byte ");
255 PR (PS, "0x%02x ", buf[i]);
297 PR (PS, "%s", get_opsize_name (opcode.size));
313 PR (PS, "#%d, #%d, #%d, %s, %s",
326 PR (PS, "%s", get_size_name (oper->size));
337 PR (PS, "%#x", oper->addend);
339 PR (PS, "%d", oper->addend);
343 PR (PS, "%s", get_register_name (oper->reg))
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
rl78-dis.c 128 #define PS (dis->stream)
129 #define PC(c) PR (PS, "%c", c)
223 PR (PS, " \033[33mW\033[0m");
230 PR (PS, " \033[35m");
233 { PR (PS, "Z"); comma = ","; }
235 { PR (PS, "%sAC", comma); comma = ","; }
237 { PR (PS, "%sCY", comma); comma = ","; }
238 PR (PS, "\033[0m");
250 PR (PS, "es:");
269 PR (PS, "%s", condition_names[oper->condition])
    [all...]
msp430-dis.c 38 #define PS(x) (0xffff & (x))
264 PS ((short) (addr + 2) + dst));
283 sprintf (op, "&0x%04x", PS (dst));
344 sprintf (comm, "#0x%04x", PS (dst));
370 sprintf (op, "0x%04x", PS (dst));
372 PS ((short) addr + 2 + dst));
390 sprintf (op, "&0x%04x", PS (dst));
515 sprintf (op1, "0x%04x", PS (dst));
517 PS ((short) addr + 2 + dst));
549 sprintf (op1, "&0x%04x", PS (dst))
    [all...]
rx-dis.c 239 #define PS (dis->stream)
240 #define PC(c) PR (PS, "%c", c)
251 PR (PS, ".byte ");
255 PR (PS, "0x%02x ", buf[i]);
297 PR (PS, "%s", get_opsize_name (opcode.size));
313 PR (PS, "#%d, #%d, #%d, %s, %s",
326 PR (PS, "%s", get_size_name (oper->size));
337 PR (PS, "%#x", oper->addend);
339 PR (PS, "%d", oper->addend);
343 PR (PS, "%s", get_register_name (oper->reg))
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
rl78-dis.c 128 #define PS (dis->stream)
129 #define PC(c) PR (PS, "%c", c)
223 PR (PS, " \033[33mW\033[0m");
230 PR (PS, " \033[35m");
233 { PR (PS, "Z"); comma = ","; }
235 { PR (PS, "%sAC", comma); comma = ","; }
237 { PR (PS, "%sCY", comma); comma = ","; }
238 PR (PS, "\033[0m");
250 PR (PS, "es:");
269 PR (PS, "%s", condition_names[oper->condition])
    [all...]
msp430-dis.c 38 #define PS(x) (0xffff & (x))
264 PS ((short) (addr + 2) + dst));
283 sprintf (op, "&0x%04x", PS (dst));
344 sprintf (comm, "#0x%04x", PS (dst));
370 sprintf (op, "0x%04x", PS (dst));
372 PS ((short) addr + 2 + dst));
390 sprintf (op, "&0x%04x", PS (dst));
515 sprintf (op1, "0x%04x", PS (dst));
517 PS ((short) addr + 2 + dst));
549 sprintf (op1, "&0x%04x", PS (dst))
    [all...]
rx-dis.c 239 #define PS (dis->stream)
240 #define PC(c) PR (PS, "%c", c)
251 PR (PS, ".byte ");
255 PR (PS, "0x%02x ", buf[i]);
297 PR (PS, "%s", get_opsize_name (opcode.size));
313 PR (PS, "#%d, #%d, #%d, %s, %s",
326 PR (PS, "%s", get_size_name (oper->size));
337 PR (PS, "%#x", oper->addend);
339 PR (PS, "%d", oper->addend);
343 PR (PS, "%s", get_register_name (oper->reg))
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_segmented_array.h 504 auto PS = F(OldSize);
506 DCHECK_GE(PS, CS);
507 auto SegmentsToTrim = PS - CS;
  /src/usr.bin/sed/
process.c 71 static SPACE HS, PS, SS, YS;
72 #define pd PS.deleted
73 #define ps PS.space macro
74 #define psl PS.len
75 #define psanl PS.append_newline
99 fwrite(ps, 1, psl, outfile); \
114 for (linenum = 0; mf_fgets(&PS, REPLACE);) {
154 (p = memchr(ps, '\n', psl - 1)) == NULL) {
158 psl -= (size_t)((p + 1) - ps);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 208 BasicBlock *PS = (PS1 == BB) ? PS2 : PS1;
216 // PS is the successor which is not BB. Check successors to identify
218 if (Preds.count(PS) == 0) {
223 BranchInst *BPS = dyn_cast<BranchInst>(PS->getTerminator());
225 // Case 1: PS(BB3) should be an unconditional branch.
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
BenchmarkRunner.cpp 96 auto PS = ET.withSavedState();
105 PS.reset();
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
DumpOutputStyle.cpp 252 auto &PS = Err(getPdb().getPDBInfoStream());
253 P.formatLine("Signature: {0}", PS.getSignature());
254 P.formatLine("Age: {0}", PS.getAge());
255 P.formatLine("GUID: {0}", fmt_guid(PS.getGuid().Guid));
256 P.formatLine("Features: {0:x+}", static_cast<uint32_t>(PS.getFeatures()));
  /src/external/gpl3/gdb/dist/sim/rl78/
rl78.c 297 #define PS(x) put_op (&opcode, 1, 1, x)
495 PS (0);
902 PS (b);
  /src/external/gpl3/gdb.old/dist/sim/rl78/
rl78.c 297 #define PS(x) put_op (&opcode, 1, 1, x)
495 PS (0);
902 PS (b);
  /src/external/apache2/llvm/dist/libcxx/src/filesystem/
filesystem_common.h 44 #define PS(x) (L##x)
47 #define PS(x) (x)
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
LLJIT.h 141 void setPlatformSupport(std::unique_ptr<PlatformSupport> PS) {
142 this->PS = std::move(PS);
146 PlatformSupport *getPlatformSupport() { return PS.get(); }
154 assert(PS && "PlatformSupport must be set to run initializers.");
155 return PS->initialize(JD);
164 assert(PS && "PlatformSupport must be set to run initializers.");
165 return PS->deinitialize(JD);
203 std::unique_ptr<PlatformSupport> PS;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
SymbolCache.cpp 359 auto PS = cantFail(SymbolDeserializer::deserializeAs<ProcSym>(*I));
360 if (Sect == PS.Segment && Offset >= PS.CodeOffset &&
361 Offset < PS.CodeOffset + PS.CodeSize) {
363 auto Found = AddressToSymbolId.find({PS.Segment, PS.CodeOffset});
368 SymIndexId Id = createSymbol<NativeFunctionSymbol>(PS, I.offset());
369 AddressToSymbolId.insert({{PS.Segment, PS.CodeOffset}, Id})
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProfWriter.cpp 272 ProfileSummary &PS) {
275 std::vector<ProfileSummaryEntry> &Res = PS.getDetailedSummary();
278 TheSummary->set(Summary::MaxFunctionCount, PS.getMaxFunctionCount());
279 TheSummary->set(Summary::MaxBlockCount, PS.getMaxCount());
280 TheSummary->set(Summary::MaxInternalBlockCount, PS.getMaxInternalCount());
281 TheSummary->set(Summary::TotalBlockCount, PS.getTotalCount());
282 TheSummary->set(Summary::TotalNumBlocks, PS.getNumCounts());
283 TheSummary->set(Summary::TotalNumFunctions, PS.getNumFunctions());
355 std::unique_ptr<ProfileSummary> PS = ISB.getSummary();
356 setSummary(TheSummary.get(), *PS);
    [all...]

Completed in 50 milliseconds

1 2 3