Home
last modified time | relevance | path

Searched defs:PD (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dindeo3data.h241 #define PD(a,b) (((a) * (1 << 8)) + (b)) macro
243 #define PD(a,b) (((b) * (1 << 8)) + (a)) macro
288 #define PD(a,b) (((a) * (1 << 24)) + ((a) * (1 << 16)) + ((b) * (1 << 8)) + (b)) macro
290 #define PD(a,b) (((b) * (1 << 24)) + ((b) * (1 << 16)) + ((a) * (1 << 8)) + (a)) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetSubtargetInfo.cpp19 ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetSubTypeKV> PD, in TargetSubtargetInfo()
DScheduleDAG.cpp515 for (const SDep &PD : SU.Preds) { in InitDAGTopologicalSorting() local
/third_party/ffmpeg/libavfilter/
Dvf_xbr.c93 #define FILT2(PE, PI, PH, PF, PG, PC, PD, PB, PA, G5, C4, G0, D0, C1, B1, F4, I4, H5, I5, A0, A1, … argument
127 #define FILT3(PE, PI, PH, PF, PG, PC, PD, PB, PA, G5, C4, G0, D0, C1, B1, F4, I4, H5, I5, A0, A1, … argument
169 #define FILT4(PE, PI, PH, PF, PG, PC, PD, PB, PA, G5, C4, G0, D0, C1, B1, F4, I4, H5, I5, A0, A1, … argument
260 const uint32_t PD = sa2[pprev]; in xbr_filter() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp590 PerFunctionProfileData PD; in computeNumValueSiteCounts() local
737 PerFunctionProfileData PD; in getOrCreateRegionCounters() local
875 for (auto &PD : ProfileDataMap) { in emitVNodes() local
/third_party/optimized-routines/math/
Derf.c20 #define PD __erf_data.erfc_poly_D macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopDataPrefetch.cpp291 int64_t PD = std::abs(ConstPtrDiff->getValue()->getSExtValue()); in runOnLoop() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSubtargetInfo.cpp211 ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetSubTypeKV> PD, in MCSubtargetInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp554 PressureDiff &PD = DAG->getPressureDiff(SU); in pressureChange() local
DHexagonBitTracker.cpp965 BT::RegisterRef PD(DefR, 0); in evaluate() local
DHexagonHardwareLoops.cpp1903 const MCInstrDesc &PD = TII->get(TargetOpcode::PHI); in createPreheaderForLoop() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfWriter.cpp259 bool InstrProfWriter::shouldEncodeData(const ProfilingData &PD) { in shouldEncodeData()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h725 PD = 1 << OpPrefixShift, enumerator
/third_party/pcre2/pcre2/src/
Dpcre2test.c614 #define PD(name) PO(name) macro