Home
last modified time | relevance | path

Searched defs:BF (Results 1 – 20 of 20) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dfft-internal.h27 #define BF(x, y, a, b) do { \ macro
Dsimple_idct.c91 #define BF(k) \ macro
Ddct32_template.c90 #define BF(a, b, c, s)\ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86DiscriminateMemOps.cpp143 unsigned BF, DF, CI = 0; in runOnMachineFunction() local
/third_party/ffmpeg/libavcodec/ppc/
Dfft_altivec.S124 .macro BF d0,d1,s0,s1 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonGenExtract.cpp99 Value *BF = nullptr; in INITIALIZE_PASS_DEPENDENCY() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCFragment.cpp426 const auto *BF = cast<MCBoundaryAlignFragment>(this); in dump() local
DMCAssembler.cpp998 MCBoundaryAlignFragment &BF) { in relaxBoundaryAlign()
/third_party/ffmpeg/libavutil/
Dtx_priv.h96 #define BF(x, y, a, b) do { \ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp221 Error TypeNameComputer::visitKnownRecord(CVType &CVR, BitFieldRecord &BF) { in visitKnownRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DIfConversion.cpp464 BranchFolder BF(true, false, MBFI, *MBPI, PSI); in INITIALIZE_PASS_DEPENDENCY() local
606 BranchFolder BF(false, false, MBFI, *MBPI, PSI); in INITIALIZE_PASS_DEPENDENCY() local
DMachineBlockPlacement.cpp3107 BranchFolder BF(/*EnableTailMerge=*/true, /*CommonHoist=*/false, *MBFI, in runOnMachineFunction() local
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dshortnumbermetadata.js339 ,"BF":[,[,,"1\\d",,,,,,,[2] property
Dmetadatalite.js947 ,"BF":[,[,,"[025-7]\\d{7}",,,,,,,[8] property
Dmetadata.js947 ,"BF":[,[,,"[025-7]\\d{7}",,,,,,,[8] property
Ddemo-compiled.js106 ,,[,,,,,,,,,[-1]]],BF:[,[,,"[025-7]\\d{7}",,,,,,,[8]],[,,"2(?:0(?:49|5[23]|6[5-7]|9[016-9])|4(?:4[5… property
531 ,,,"100"],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],,[,,"[2-9]\\d{3}",,,,"2000",,,[4]]],BF:[,[,,"1\\d",,,,,,,… property
/third_party/node/deps/v8/src/codegen/ppc/
Dconstants-ppc.h2822 BF = 4 << 21, // Branch if condition false enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp1431 BlockFrequency &BF = ExitWeights[*SI]; in extractCodeRegion() local
/third_party/node/deps/v8/src/codegen/s390/
Dconstants-s390.h1754 BF = 4 << 21, // Branch if condition false enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp2087 else if (auto *BF = MI->dyn_cast<ICallBranchFunnel *>()) in lower() local