Home
last modified time | relevance | path

Searched refs:Delta (Results 1 – 25 of 110) sorted by path

12345

/freebsd/contrib/file/magic/Magdir/
H A Dfilesystems2179 0 string DISO Delta ISO data
2308 0 string DISO Delta ISO data,
H A Dimages71 # Compressed color-mapped data, using Huffman, Delta, and runlength encoding
73 # Compressed color-mapped data, using Huffman, Delta, and RLE. 4-pass quadtree- type process
H A Drpm34 0 string drpm Delta RPM
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentHTMLNamedCharacterReferences.td109 def : NCR<"Delta", 0x00394>;
/freebsd/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DDeltaTree.h45 void AddDelta(unsigned FileIndex, int Delta);
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DSourceLocationEncoding.h112 UIntTy Delta = Rotated - Prev; in encodeRaw() local
116 return 1 + EncodedTy{zigZag(Delta)}; in encodeRaw()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp141 raw_ostream &Indent(int Delta = 0) { in Indent() argument
142 for (int i = 0, e = IndentLevel+Delta; i < e; ++i) in Indent()
/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DDeltaTree.cpp43 int Delta; member
46 SourceDelta Delta; in get() local
47 Delta.FileLoc = Loc; in get()
48 Delta.Delta = D; in get()
49 return Delta; in get()
173 NewFullDelta += Values[i].Delta; in RecomputeFullDeltaLocally()
187 FullDelta += Delta; in DoInsertion()
201 Values[i].Delta += Delta; in DoInsertion()
368 FullDelta += IVal.Delta; in VerifyTree()
425 Result += Val.Delta; in getDeltaAt()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp115 auto Delta = EvalBinOp(BO_Mul, *Index, Size); in computeOffset() local
116 if (!Delta) in computeOffset()
120 Offset = EvalBinOp(BO_Add, *Offset, *Delta); in computeOffset()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp831 ptrdiff_t Delta = FieldsInBindingKey.size() - Fields.size(); in isCompatibleWithFields() local
832 if (Delta >= 0) in isCompatibleWithFields()
833 return std::equal(FieldsInBindingKey.begin() + Delta, in isCompatibleWithFields()
838 Fields.begin() - Delta); in isCompatibleWithFields()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp370 : MergeSecond(MergeSecond), Delta(D), FilePath(R.getFilePath()), in MergedReplacement()
371 Offset(R.getOffset() + (MergeSecond ? 0 : Delta)), in MergedReplacement()
373 Delta += MergeSecond ? 0 : Text.size() - Length; in MergedReplacement()
382 unsigned REnd = R.getOffset() + Delta + R.getLength(); in merge()
389 StringRef Head = TextRef.substr(0, R.getOffset() + Delta - Offset); in merge()
392 Delta += R.getReplacementText().size() - R.getLength(); in merge()
412 return Offset + Text.size() < R.getOffset() + Delta; in endsBefore()
427 int Delta; member in __anon02852d550211::MergedReplacement
452 int Delta = 0; in merge() local
465 Delta); in merge()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dexecutor_address.h140 ExecutorAddr &operator+=(const ExecutorAddrDiff Delta) {
141 Addr += Delta;
145 ExecutorAddr &operator-=(const ExecutorAddrDiff Delta) {
146 Addr -= Delta;
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stack_store.cpp283 case Compression::Delta: in GetOrUnpack()
330 case Compression::Delta: in Pack()
H A Dsanitizer_stack_store.h28 Delta, enumerator
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp218 auto Delta = TSC - StackTop.TSC; in InMemoryRawLog() local
219 if (Delta < atomic_load(&ThresholdTicks, memory_order_relaxed)) { in InMemoryRawLog()
H A Dxray_fdr_controller.h261 auto Delta = TSC - LatestTSC; in functionEnter() local
265 mask(FuncId), Delta); in functionEnter()
287 auto Delta = TSC - LatestTSC; in functionTailExit() local
290 mask(FuncId), Delta); in functionTailExit()
300 auto Delta = TSC - LatestTSC; in functionEnterArg() local
307 mask(FuncId), Delta, Arg); in functionEnterArg()
325 auto Delta = TSC - LatestTSC; in functionExit() local
330 Delta); in functionExit()
340 auto Delta = TSC - LatestTSC; in customEvent() local
344 return W.writeCustomEvent(Delta, Event, EventSize); in customEvent()
[all …]
H A Dxray_fdr_log_writer.h129 bool writeFunction(FunctionRecordKind Kind, int32_t FuncId, int32_t Delta) {
134 R.TSCDelta = Delta;
140 int32_t Delta, uint64_t Arg) {
149 R.TSCDelta = Delta;
167 bool writeCustomEvent(int32_t Delta, const void *Event, int32_t EventSize) {
175 EventSize, Delta);
192 bool writeTypedEvent(int32_t Delta, uint16_t EventType, const void *Event,
198 EventSize, Delta, EventType);
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDeltaAlgorithm.h59 changeset_ty Delta(const changeset_ty &Changes,
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h840 const SCEV *Delta) const;
846 const SCEV *Delta) const;
H A DValueTracking.h623 void move(uint64_t Delta) { in move()
624 assert(Delta < Length); in move()
625 Offset += Delta; in move()
626 Length -= Delta; in move()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDynamicTags.def176 MIPS_DYNAMIC_TAG(MIPS_DELTA_CLASS, 0x70000017) // Delta C++ class definition.
179 MIPS_DYNAMIC_TAG(MIPS_DELTA_INSTANCE, 0x70000019) // Delta C++ class instances.
182 MIPS_DYNAMIC_TAG(MIPS_DELTA_RELOC, 0x7000001B) // Delta relocations.
185 MIPS_DYNAMIC_TAG(MIPS_DELTA_SYM, 0x7000001D) // Delta symbols that Delta
189 MIPS_DYNAMIC_TAG(MIPS_DELTA_CLASSSYM, 0x70000020) // Delta symbols that hold
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIEValue.def38 HANDLE_DIEVALUE_LARGE(Delta)
H A DMachinePipeliner.h309 bool computeDelta(MachineInstr &MI, unsigned &Delta);
H A DModuloSchedule.h214 bool computeDelta(MachineInstr &MI, unsigned &Delta);
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DReductionRules.h108 RawMatrix Delta(YLen, ZLen); in applyR2()
119 Delta[i][j] = Min; in applyR2()
132 YZEId = G.addEdge(YNId, ZNId, Delta); in applyR2()
136 G.updateEdgeCosts(YZEId, Delta + YZECosts); in applyR2()
138 G.updateEdgeCosts(YZEId, Delta.transpose() + YZECosts); in applyR2()

12345