/third_party/ffmpeg/libavfilter/ |
H A D | vf_xbr.c | 92 #define FILT2(PE, PI, PH, PF, PG, PC, PD, PB, PA, G5, C4, G0, D0, C1, B1, F4, I4, H5, I5, A0, A1, \ 94 if (PE != PH && PE != PF) { \ 95 const unsigned e = df(PE,PC) + df(PE,PG) + df(PI,H5) + df(PI,F4) + (df(PH,PF)<<2); \ 96 const unsigned i = df(PH,PD) + df(PH,I5) + df(PF,I4) + df(PF,PB) + (df(PE,PI)<<2); \ 98 const unsigned px = df(PE,PF) <= df(PE,PH) ? PF : PH; \ 99 if (e < i && (!eq(PF,PB) && !eq(PH,PD) || eq(PE,PI) \ 100 && (!eq(PF,I4) && !eq(PH,I5)) \ 102 const unsigned ke = df(PF,P 271 const uint32_t PF = sa2[pnext]; xbr_filter() local [all...] |
H A D | vf_identity.c | 250 #define PF(suf) PF_NOALPHA(suf), PF_ALPHA(suf) macro 251 PF(P), PF(P9), PF(P10), PF_NOALPHA(P12), PF_NOALPHA(P14), PF(P16),
|
H A D | vf_vif.c | 479 #define PF(suf) AV_PIX_FMT_YUV420##suf, AV_PIX_FMT_YUV422##suf, AV_PIX_FMT_YUV444##suf macro 480 PF(P9), PF(P10), PF(P12), PF(P14), PF(P16),
|
H A D | vf_decimate.c | 356 #define PF(suf) PF_NOALPHA(suf), PF_ALPHA(suf) macro 357 PF(P), PF(P9), PF(P10), PF_NOALPHA(P12), PF_NOALPHA(P14), PF(P16),
|
H A D | vf_psnr.c | 303 #define PF(suf) PF_NOALPHA(suf), PF_ALPHA(suf) macro 304 PF(P), PF(P9), PF(P10), PF_NOALPHA(P12), PF_NOALPHA(P14), PF(P16),
|
H A D | vf_ssim.c | 431 #define PF(suf) AV_PIX_FMT_YUV420##suf, AV_PIX_FMT_YUV422##suf, AV_PIX_FMT_YUV444##suf, AV_PIX_FMT_GBR##suf macro 432 PF(P9), PF(P10), PF(P12), PF(P14), PF(P16),
|
/third_party/optimized-routines/math/ |
H A D | erf.c | 22 #define PF __erf_data.erfc_poly_F macro 206 double r1 = fma (a, PF[1], PF[0]); in erf() 207 double r2 = fma (a, PF[3], PF[2]); in erf() 208 double r3 = fma (a, PF[5], PF[4]); in erf() 209 double r4 = fma (a, PF[7], PF[6]); in erf() 210 double r5 = fma (a, PF[ in erf() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Memory.cpp | 35 raw_ostream &operator<<(raw_ostream &OS, const Memory::ProtectionFlags &PF) { in operator <<() argument 36 assert((PF & ~(Memory::MF_READ | Memory::MF_WRITE | Memory::MF_EXEC)) == 0 && in operator <<() 39 return OS << (PF & Memory::MF_READ ? 'R' : '-') in operator <<() 40 << (PF & Memory::MF_WRITE ? 'W' : '-') in operator <<() 41 << (PF & Memory::MF_EXEC ? 'X' : '-'); in operator <<()
|
/third_party/googletest/googletest/include/gtest/hwext/ |
H A D | gtest-multithread.h | 21 using PF = void(*)(); 32 TestTask(std::string ts, std::string tc, PF func) : m_testsuite(ts), m_testcase(tc), m_func(func){} in TestTask() 35 PF m_func; 55 uint runTask(unsigned thread_num, PF func, std::string testsuite, std::string testcase); 56 void appendTaskToList(unsigned thread_id, PF func, std::string testsuite, std::string testcase); 83 inline void addPostTest(unsigned thread_id, PF func, std::string testsuite = "NA", std::string testcase = "NA") in addPostTest()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | OrcMCJITReplacement.cpp | 49 int (*PF)(int, char **, const char **) = in runFunction() 54 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(), in runFunction() 63 int (*PF)(int, char **) = (int (*)(int, char **))(intptr_t)FPtr; in runFunction() 67 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(), in runFunction() 75 int (*PF)(int) = (int (*)(int))(intptr_t)FPtr; in runFunction() 76 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue())); in runFunction()
|
/third_party/curl/projects/ |
H A D | build-wolfssl.bat | 40 set "PF=%PROGRAMFILES%"
46 set "PF=%PROGRAMFILES%"
48 set "PF=%PROGRAMFILES(x86)%"
86 if exist "%PF%\Microsoft Visual Studio\2017\Enterprise\VC" (
88 ) else if exist "%PF%\Microsoft Visual Studio\2017\Professional\VC" (
100 if exist "%PF%\Microsoft Visual Studio\2019\Enterprise\VC" (
102 ) else if exist "%PF%\Microsoft Visual Studio\2019\Professional\VC" (
114 if exist "%PF%\Microsoft Visual Studio\2022\Enterprise\VC" (
116 ) else if exist "%PF%\Microsoft Visual Studio\2022\Professional\VC" (
153 if not defined PF got [all...] |
H A D | build-openssl.bat | 45 set "PF=%PROGRAMFILES%"
51 set "PF=%PROGRAMFILES%"
53 set "PF=%PROGRAMFILES(x86)%"
82 if exist "%PF%\Microsoft Visual Studio\2017\Enterprise\VC" (
84 ) else if exist "%PF%\Microsoft Visual Studio\2017\Professional\VC" (
95 if exist "%PF%\Microsoft Visual Studio\2019\Enterprise\VC" (
97 ) else if exist "%PF%\Microsoft Visual Studio\2019\Professional\VC" (
108 if exist "%PF%\Microsoft Visual Studio\2022\Enterprise\VC" (
110 ) else if exist "%PF%\Microsoft Visual Studio\2022\Professional\VC" (
167 if not defined PF got [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/ |
H A D | p2p-action-udhcp.sh | 8 PF=$2 10 if [ ! -r $PF ]; then 14 PID=`cat $PF` 20 rm $PF
|
H A D | p2p-action.sh | 8 PF=$2 10 if [ ! -r $PF ]; then 14 PID=`cat $PF` 20 rm $PF
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/ |
H A D | p2p-action-udhcp.sh | 8 PF=$2 10 if [ ! -r $PF ]; then 14 PID=`cat $PF` 20 rm $PF
|
H A D | p2p-action.sh | 8 PF=$2 10 if [ ! -r $PF ]; then 14 PID=`cat $PF` 20 rm $PF
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | TargetSubtargetInfo.cpp | 19 ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetSubTypeKV> PD, in TargetSubtargetInfo() 23 : MCSubtargetInfo(TT, CPU, FS, PF, PD, WPR, WL, RA, IS, OC, FP) { in TargetSubtargetInfo() 17 TargetSubtargetInfo( const Triple &TT, StringRef CPU, StringRef FS, ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetSubTypeKV> PD, const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, const InstrStage *IS, const unsigned *OC, const unsigned *FP) TargetSubtargetInfo() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.cpp | 530 int (*PF)(int, char **, const char **) = in runFunction() 535 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(), in runFunction() 544 int (*PF)(int, char **) = (int(*)(int, char **))(intptr_t)FPtr; in runFunction() 548 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(), in runFunction() 557 int (*PF)(int) = (int(*)(int))(intptr_t)FPtr; in runFunction() 558 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue())); in runFunction()
|
/third_party/googletest/googletest/src/hwext/ |
H A D | gtest-multithread.cpp | 59 unsigned MultiThreadTest::runTask(unsigned thread_num, PF func, std::string testsuite, std::string testcase) in runTask() 83 void MultiThreadTest::appendTaskToList(unsigned thread_id, PF func, std::string testsuite, std::string testcase) in appendTaskToList()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | Memory.h | 166 raw_ostream &operator<<(raw_ostream &OS, const Memory::ProtectionFlags &PF);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCSubtargetInfo.cpp | 211 ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetSubTypeKV> PD, in MCSubtargetInfo() 215 : TargetTriple(TT), CPU(C), ProcFeatures(PF), ProcDesc(PD), in MCSubtargetInfo() 209 MCSubtargetInfo( const Triple &TT, StringRef C, StringRef FS, ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetSubTypeKV> PD, const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, const InstrStage *IS, const unsigned *OC, const unsigned *FP) MCSubtargetInfo() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | TargetSubtargetInfo.h | 65 ArrayRef<SubtargetFeatureKV> PF,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCSubtargetInfo.h | 94 ArrayRef<SubtargetFeatureKV> PF,
|
/third_party/backends/backend/ |
H A D | epson2.h | 95 #define PF 0x19 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86AsmBackend.cpp | 425 // after the previous instruction. NOP can be emitted in PF to align fused in alignBranchesBegin() 427 if (auto *PF = in alignBranchesBegin() 429 const_cast<MCBoundaryAlignFragment *>(PF)->setEmitNops(true); in alignBranchesBegin() 430 const_cast<MCBoundaryAlignFragment *>(PF)->setFused(true); in alignBranchesBegin()
|