/third_party/ffmpeg/libavfilter/ |
D | vf_xbr.c | 93 #define FILT2(PE, PI, PH, PF, PG, PC, PD, PB, PA, G5, C4, G0, D0, C1, B1, F4, I4, H5, I5, A0, A1, … argument 95 … if (PE != PH && PE != PF) { \ 96 … const unsigned e = df(PE,PC) + df(PE,PG) + df(PI,H5) + df(PI,F4) + (df(PH,PF)<<2); \ 97 … const unsigned i = df(PH,PD) + df(PH,I5) + df(PF,I4) + df(PF,PB) + (df(PE,PI)<<2); \ 99 … const unsigned px = df(PE,PF) <= df(PE,PH) ? PF : PH; \ 100 … if (e < i && (!eq(PF,PB) && !eq(PH,PD) || eq(PE,PI) \ 101 … && (!eq(PF,I4) && !eq(PH,I5)) \ 104 … const unsigned ki = df(PH,PC); \ 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 129 … if (PE != PH && PE != PF) { \ [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | COFFYAML.cpp | 444 COFFYAML::PEHeader &PH) { in mapping() argument 446 PH.Header.Subsystem); in mapping() 448 IO, PH.Header.DLLCharacteristics); in mapping() 450 IO.mapRequired("AddressOfEntryPoint", PH.Header.AddressOfEntryPoint); in mapping() 451 IO.mapRequired("ImageBase", PH.Header.ImageBase); in mapping() 452 IO.mapRequired("SectionAlignment", PH.Header.SectionAlignment); in mapping() 453 IO.mapRequired("FileAlignment", PH.Header.FileAlignment); in mapping() 455 PH.Header.MajorOperatingSystemVersion); in mapping() 457 PH.Header.MinorOperatingSystemVersion); in mapping() 458 IO.mapRequired("MajorImageVersion", PH.Header.MajorImageVersion); in mapping() [all …]
|
/third_party/ffmpeg/libavcodec/x86/ |
D | rv40dsp_init.c | 79 #define QPEL_FUNC_DECL(OP, SIZE, PH, PV, OPT) \ in DECLARE_WEIGHT() argument 80 static void OP ## rv40_qpel ##SIZE ##_mc ##PH ##PV ##OPT(uint8_t *dst, \ in DECLARE_WEIGHT() 85 if (PH && PV) { \ in DECLARE_WEIGHT() 92 SIZE + 5, HCOFF(PH)); \ in DECLARE_WEIGHT() 103 stride, SIZE, HCOFF(PH)); \ in DECLARE_WEIGHT() 109 #define QPEL_FUNCS_DECL(OP, PH, PV, OPT) \ argument 110 QPEL_FUNC_DECL(OP, 8, PH, PV, OPT) \ 111 QPEL_FUNC_DECL(OP, 16, PH, PV, OPT) 173 #define QPEL_FUNC_SET(OP, SIZE, PH, PV, OPT) \ argument 174 c-> OP ## pixels_tab[2 - SIZE / 8][4 * PV + PH] = OP ## rv40_qpel ##SIZE ## _mc ##PH ##PV ##OPT; [all …]
|
/third_party/pcre2/pcre2/ |
D | CMakeLists.txt | 10 # 2007-09-19 Adjusted by PH to retain previous default settings 27 # 2008-01-23 PH removed the automatic build of pcredemo. 28 # 2008-04-22 PH modified READLINE support so it finds NCURSES when needed. 29 # 2008-07-03 PH updated for revised UCP property support (change of files) 30 # 2009-03-23 PH applied Steven Van Ingelgem's patch to change the name 33 # 2009-03-23 PH applied a modified version of Steven Van Ingelgem's patches to 36 # 2009-04-11 PH applied Christian Ehrlicher's patch to show compiler flags that 38 # 2010-01-02 PH added test for stdint.h 39 # 2010-03-02 PH added test for inttypes.h 40 # 2011-08-01 PH added PCREGREP_BUFSIZE [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | VPlanHCFGBuilder.cpp | 141 BasicBlock *PH = TheLoop->getLoopPreheader(); in isExternalDef() local 142 assert(PH && "Expected loop pre-header."); in isExternalDef() 144 if (InstParent == PH) in isExternalDef()
|
/third_party/skia/third_party/externals/icu/source/data/misc/ |
D | langInfo.txt | 350 "bik","Latn","PH", 398 "bku","Latn","PH", 429 "bto","Latn","PH", 465 "ceb","Latn","PH", 477 "zh","Hant","PH", 506 "cps","Latn","PH", 614 "fil","Latn","PH", 730 "hil","Latn","PH", 739 "hnn","Latn","PH", 776 "ilo","Latn","PH", [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopDistribute.cpp | 679 BasicBlock *PH = L->getLoopPreheader(); in processLoop() local 795 if (!PH->getSinglePredecessor() || &*PH->begin() != PH->getTerminator()) in processLoop() 796 SplitBlock(PH, PH->getTerminator(), DT, LI); in processLoop()
|
D | LoopIdiomRecognize.cpp | 1476 BasicBlock *PH = CurLoop->getLoopPreheader(); in recognizeAndInsertFFS() local 1483 auto *PreCondBB = PH->getSinglePredecessor(); in recognizeAndInsertFFS() 1489 if (matchCondition(PreCondBI, PH) != InitX) in recognizeAndInsertFFS() 1519 transformLoopToCountable(IntrinID, PH, CntInst, CntPhi, InitX, DefX, in recognizeAndInsertFFS() 1549 BasicBlock *PH = CurLoop->getLoopPreheader(); in recognizePopcount() local 1550 if (!PH || &PH->front() != PH->getTerminator()) in recognizePopcount() 1552 auto *EntryBI = dyn_cast<BranchInst>(PH->getTerminator()); in recognizePopcount() 1558 auto *PreCondBB = PH->getSinglePredecessor(); in recognizePopcount()
|
D | LoopLoadElimination.cpp | 434 auto *PH = L->getLoopPreheader(); in propagateStoredValueToLoadUsers() local 436 PH->getTerminator()); in propagateStoredValueToLoadUsers() 440 PH->getTerminator()); in propagateStoredValueToLoadUsers() 444 PHI->addIncoming(Initial, PH); in propagateStoredValueToLoadUsers()
|
/third_party/icu/icu4c/source/data/misc/ |
D | langInfo.txt | 358 "bik","Latn","PH", 406 "bku","Latn","PH", 439 "bto","Latn","PH", 475 "ceb","Latn","PH", 487 "zh","Hant","PH", 517 "cps","Latn","PH", 624 "fil","Latn","PH", 741 "hil","Latn","PH", 750 "hnn","Latn","PH", 786 "ilo","Latn","PH", [all …]
|
/third_party/pcre2/pcre2/cmake/ |
D | FindEditline.cmake | 1 # Modified from FindReadline.cmake (PH Feb 2012)
|
D | FindReadline.cmake | 22 # default to be overridden. PH
|
/third_party/icu/icu4c/source/data/coll/ |
D | om.txt | 8 "&Z<ch<<<Ch<<<CH<dh<<<Dh<<<DH<kh<<<Kh<<<KH<ny<<<Ny<<<NY<ph<<<Ph<<<PH<"
|
D | cy.txt | 13 "&P<ph<<<Ph<<<PH"
|
D | vi.txt | 30 "&P<ph<<<Ph<<<PH"
|
/third_party/skia/third_party/externals/icu/source/data/coll/ |
D | om.txt | 8 "&Z<ch<<<Ch<<<CH<dh<<<Dh<<<DH<kh<<<Kh<<<KH<ny<<<Ny<<<NY<ph<<<Ph<<<PH<"
|
D | cy.txt | 13 "&P<ph<<<Ph<<<PH"
|
D | vi.txt | 30 "&P<ph<<<Ph<<<PH"
|
/third_party/skia/third_party/externals/icu/source/data/region/ |
D | haw.txt | 23 PH{"ʻĀina Pilipino"}
|
D | nn.txt | 39 PH{"Filippinane"}
|
D | yi.txt | 170 PH{"פֿיליפּינען"}
|
/third_party/icu/icu4c/source/data/region/ |
D | haw.txt | 23 PH{"ʻĀina Pilipino"}
|
D | nn.txt | 38 PH{"Filippinane"}
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LoopVersioning.cpp | 96 BasicBlock *PH = in versionLoop() local 106 cloneLoopWithPreheader(PH, RuntimeCheckBB, VersionedLoop, VMap, in versionLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonHardwareLoops.cpp | 829 MachineBasicBlock *PH = MLI->findLoopPreheader(Loop, SpecPreheader); in computeCount() local 830 assert (PH && "Should have a preheader by now"); in computeCount() 831 MachineBasicBlock::iterator InsertPos = PH->getFirstTerminator(); in computeCount() 833 if (InsertPos != PH->end()) in computeCount() 916 BuildMI(*PH, InsertPos, DL, SubD, SubR); in computeCount() 937 BuildMI(*PH, InsertPos, DL, SubD, SubR); in computeCount() 956 BuildMI(*PH, InsertPos, DL, AddD, AddR) in computeCount() 977 BuildMI(*PH, InsertPos, DL, LsrD, LsrR) in computeCount()
|