/third_party/ffmpeg/libavcodec/ |
H A D | dct32_template.c | 90 #define BF(a, b, c, s)\ macro 108 BF(a, b, COS4_0, 1);\ 109 BF(c, d,-COS4_0, 1);\ 115 BF(a, b, COS4_0, 1);\ 116 BF(c, d,-COS4_0, 1);\ 140 BF( 0, 15, COS1_0 , 1); in dct32() 141 BF(16, 31,-COS1_0 , 1); in dct32() 146 BF( 7, 8, COS1_7 , 4); in dct32() 147 BF(23, 24,-COS1_7 , 4); in dct32() 149 BF( in dct32() [all...] |
H A D | simple_idct.c | 90 #define BF(k) \ macro 113 BF(0); in ff_simple_idct248_put() 114 BF(1); in ff_simple_idct248_put() 115 BF(2); in ff_simple_idct248_put() 116 BF(3); in ff_simple_idct248_put() 117 BF(4); in ff_simple_idct248_put() 118 BF(5); in ff_simple_idct248_put() 119 BF(6); in ff_simple_idct248_put() 120 BF(7); in ff_simple_idct248_put()
|
H A D | fft_template.c | 481 BF(t3, t5, t5, t1);\ 482 BF(a2.re, a0.re, a0.re, t5);\ 483 BF(a3.im, a1.im, a1.im, t3);\ 484 BF(t4, t6, t2, t6);\ 485 BF(a3.re, a1.re, a1.re, t4);\ 486 BF(a2.im, a0.im, a0.im, t6);\ 494 BF(t3, t5, t5, t1);\ 495 BF(a2.re, a0.re, r0, t5);\ 496 BF(a3.im, a1.im, i1, t3);\ 497 BF(t [all...] |
H A D | fft-internal.h | 30 #define BF(x, y, a, b) do { \ macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenExtract.cpp | 99 Value *BF = nullptr; in convert() 107 bool Match = match(In, m_And(m_Shl(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in convert() 114 Match = match(In, m_And(m_Shl(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in convert() 122 Match = match(In, m_And(m_Shl(m_Value(BF), m_ConstantInt(CSL)), in convert() 131 Match = match(In, m_And(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in convert() 138 Match = match(In, m_And(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in convert() 145 Match = match(In, m_Shl(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in convert() 152 Match = match(In, m_Shl(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in convert() 158 Type *Ty = BF->getType(); in convert() 216 Value *NewIn = IRB.CreateCall(ExtF, {BF, IR in convert() [all...] |
/third_party/lame/misc/ |
H A D | abx.c | 97 #define BF ((freq)/25) macro 783 if ( index + BF >= stop ) in testing() 786 index += feed (fd, A+index, BF ); in testing() 790 if ( index + BF >= stop ) in testing() 793 index += feed (fd, B+index, BF ); in testing() 797 if ( index + BF >= stop ) in testing() 800 index += feed2 (fd, B+index, A+index, BF ); in testing() 805 if ( index + BF >= stop ) in testing() 808 index += feed2 (fd, A+index, B+index, BF ); in testing() 814 if ( index + BF > in testing() [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | tx_template.c | 185 BF(tmp[0].re, tmp[1].im, in[1].im, in[2].im); in fft3() 186 BF(tmp[0].im, tmp[1].re, in[1].re, in[2].re); in fft3() 219 BF(t[1].im, t[0].re, in[1].re, in[4].re); \ 220 BF(t[1].re, t[0].im, in[1].im, in[4].im); \ 221 BF(t[3].im, t[2].re, in[2].re, in[3].re); \ 222 BF(t[3].re, t[2].im, in[2].im, in[3].im); \ 232 BF(z0[0].re, z0[3].re, t[0].re, t[1].re); \ 233 BF(z0[0].im, z0[3].im, t[0].im, t[1].im); \ 234 BF(z0[2].re, z0[1].re, t[4].re, t[5].re); \ 235 BF(z [all...] |
H A D | tx_priv.h | 104 #define BF(x, y, a, b) \ macro 140 #define BF(x, y, a, b) \ macro
|
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | fft_altivec.S | 124 .macro BF d0,d1,s0,s1 197 BF v10,v12,v10,v8 198 BF v11,v13,v9,v11 199 BF v0,v4,v0,v10 200 BF v3,v7,v3,v12 201 BF v1,v5,v1,v11 202 BF v2,v6,v2,v13 263 BF v12,v8,v12,v10 264 BF v13,v9,v11,v13 265 BF v [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCFragment.cpp | 426 const auto *BF = cast<MCBoundaryAlignFragment>(this); in dump() local 427 if (BF->canEmitNops()) in dump() 429 if (BF->isFused()) in dump() 434 OS << " BoundarySize:" << BF->getAlignment().value() in dump() 435 << " Size:" << BF->getSize(); in dump()
|
H A D | MCAssembler.cpp | 998 MCBoundaryAlignFragment &BF) { in relaxBoundaryAlign() 1000 if (!BF.canEmitNops()) in relaxBoundaryAlign() 1003 uint64_t AlignedOffset = Layout.getFragmentOffset(BF.getNextNode()); in relaxBoundaryAlign() 1005 const MCFragment *F = BF.getNextNode(); in relaxBoundaryAlign() 1009 for (auto i = 0, N = BF.isFused() ? 2 : 1; in relaxBoundaryAlign() 1013 uint64_t OldSize = BF.getSize(); in relaxBoundaryAlign() 1015 Align BoundaryAlignment = BF.getAlignment(); in relaxBoundaryAlign() 1021 BF.setSize(NewSize); in relaxBoundaryAlign() 1022 Layout.invalidateFragmentsFrom(&BF); in relaxBoundaryAlign() 997 relaxBoundaryAlign(MCAsmLayout &Layout, MCBoundaryAlignFragment &BF) relaxBoundaryAlign() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86DiscriminateMemOps.cpp | 143 unsigned BF, DF, CI = 0; in runOnMachineFunction() local 144 DILocation::decodeDiscriminator(DI->getDiscriminator(), BF, DF, CI); in runOnMachineFunction()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_bf.c | 11 * BF low level APIs are deprecated for public use, but still ok for internal 34 IMPLEMENT_BLOCK_CIPHER(bf, ks, BF, EVP_BF_KEY, NID_bf, 8, 16, 8, 64,
|
/third_party/openssl/crypto/evp/ |
H A D | e_bf.c | 11 * BF low level APIs are deprecated for public use, but still ok for internal 34 IMPLEMENT_BLOCK_CIPHER(bf, ks, BF, EVP_BF_KEY, NID_bf, 8, 16, 8, 64,
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | assembler-ppc.h | 701 bc(b_offset, BF, encode_crbit(cr, CR_EQ), lk); in bc_short() 707 bc(b_offset, BF, encode_crbit(cr, CR_GT), lk); in bc_short() 713 bc(b_offset, BF, encode_crbit(cr, CR_LT), lk); in bc_short() 719 bc(b_offset, BF, encode_crbit(cr, CR_FU), lk); in bc_short() 725 bc(b_offset, BF, encode_crbit(cr, CR_SO), lk); in bc_short() 743 bclr(BF, encode_crbit(cr, CR_EQ), lk); in bclr() 749 bclr(BF, encode_crbit(cr, CR_GT), lk); in bclr() 755 bclr(BF, encode_crbit(cr, CR_LT), lk); in bclr() 761 bclr(BF, encode_crbit(cr, CR_FU), lk); in bclr() 767 bclr(BF, encode_crbi in bclr() [all...] |
/third_party/node/deps/v8/src/base/numbers/ |
H A D | cached-powers.cc | 34 {0xA086'CFCD'97BF'97F4, -741, -204}, {0xEF34'0A98'172A'ACE5, -715, -196},
|
/third_party/mbedtls/library/ |
H A D | aes.c | 126 V(BF, 9C, 9C, 23), V(F7, A4, A4, 53), V(96, 72, 72, E4), V(5B, C0, C0, 9B), \ 150 V(30, 10, 10, 20), V(1A, FF, FF, E5), V(0E, F3, F3, FD), V(6D, D2, D2, BF), \ 180 V(DA, BF, BF, 65), V(31, E6, E6, D7), V(C6, 42, 42, 84), V(B8, 68, 68, D0), \ 252 V(E7, 5F, 8F, 03), V(95, 9C, 92, 15), V(EB, 7A, 6D, BF), V(DA, 59, 52, 95), \ 261 V(F2, 87, 28, 30), V(B2, A5, BF, 23), V(BA, 6A, 03, 02), V(5C, 82, 16, ED), \ 287 V(CF, 81, F5, A6), V(28, DE, 7A, A5), V(26, 8E, B7, DA), V(A4, BF, AD, 3F), \ 304 V(59, DF, D2, 9C), V(3F, 73, F2, 55), V(79, CE, 14, 18), V(BF, 37, C7, 73), \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCAssembler.h | 195 bool relaxBoundaryAlign(MCAsmLayout &Layout, MCBoundaryAlignFragment &BF);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | IfConversion.cpp | 464 BranchFolder BF(true, false, MBFI, *MBPI, PSI); in runOnMachineFunction() 466 BFChange = BF.OptimizeFunction( in runOnMachineFunction() 606 BranchFolder BF(false, false, MBFI, *MBPI, PSI); in runOnMachineFunction() 608 BF.OptimizeFunction( in runOnMachineFunction()
|
H A D | MachineBlockPlacement.cpp | 3107 BranchFolder BF(/*EnableTailMerge=*/true, /*CommonHoist=*/false, *MBFI, in runOnMachineFunction() 3111 if (BF.OptimizeFunction(MF, TII, MF.getSubtarget().getRegisterInfo(), in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | RecordName.cpp | 221 Error TypeNameComputer::visitKnownRecord(CVType &CVR, BitFieldRecord &BF) {
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | assembler-s390.cc | 437 case BF: in GetCondition()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | CodeExtractor.cpp | 1431 BlockFrequency &BF = ExitWeights[*SI]; in extractCodeRegion() local 1432 BF += BFI->getBlockFreq(Block) * BPI->getEdgeProbability(Block, *SI); in extractCodeRegion()
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
H A D | demo-compiled.js | 57 86:["CN"],90:["TR"],91:["IN"],92:["PK"],93:["AF"],94:["LK"],95:["MM"],98:["IR"],211:["SS"],212:["MA","EH"],213:["DZ"],216:["TN"],218:["LY"],220:["GM"],221:["SN"],222:["MR"],223:["ML"],224:["GN"],225:["CI"],226:["BF"],227:["NE"],228:["TG"],229:["BJ"],230:["MU"],231:["LR"],232:["SL"],233:["GH"],234:["NG"],235:["TD"],236:["CF"],237:["CM"],238:["CV"],239:["ST"],240:["GQ"],241:["GA"],242:["CG"],243:["CD"],244:["AO"],245:["GW"],246:["IO"],247:["AC"],248:["SC"],249:["SD"],250:["RW"],251:["ET"],252:["SO"], 102 ,,,"78791234",,,[8]],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],"BE",32,"00","0",,,"0",,,,[[,"(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["(?:80|9)0"],"0$1"],[,"(\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[239]|4[23]"],"0$1"],[,"(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[15-8]"],"0$1"],[,"(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["4"],"0$1"]],,[,,,,,,,,,[-1]],,,[,,,,,,,,,[-1]],[,,"78(?:0[57]|1[014-8]|2[25]|3[15-8]|48|[56]0|7[06-8]|9\\d)\\d{4}",,,,"78102345",,,[8]],,,[,,,,,,,,,[-1]]],BF:[,[,,"[025-7]\\d{7}", 103 ,,,,,,[8]],[,,"2(?:0(?:49|5[23]|6[5-7]|9[016-9])|4(?:4[569]|5[4-6]|6[5-7]|7[0179])|5(?:[34]\\d|50|6[5-7]))\\d{4}",,,,"20491234"],[,,"(?:0[1-35-7]|5[0-8]|[67]\\d)\\d{6}",,,,"70123456"],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],"BF",226,"00",,,,,,,,[[,"(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[025-7]"]]],,[,,,,,,,,,[-1]],,,[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],,,[,,,,,,,,,[-1]]],BG:[,[,,"00800\\d{7}|[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}",,,,,,,[6,7,8,9,12],[4,5]], 533 ,,,"100"],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],,[,,"[2-9]\\d{3}",,,,"2000",,,[4]]],BF:[,[,,"1\\d",,,,,,,[2]],,,[,,"1[78]",,,,"17"],[,,,,,,,,,[-1]],,,,"BF",,,,,,,,,,,,,,,,,,[,,"1[78]",,,,"17"],,[,,"1[78]",,,,"17"],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],,[,,,,,,,,,[-1]]],BG:[,[,,"1\\d\\d(?:\\d{3})?",,,,,,,[3,6]],,,[,,"1(?:1(?:2|6\\d{3})|50|6[06])",,,,"112"],[,,,,,,,,,[-1]],,,,"BG",,,,,,,,,,,,,,,,,,[,,"1(?:12|50|6[06])",,,,"112",,,[3]],,[,,"1(?:1(?:2|6(?:000|111))|50|6[06])",,,,"112"],[,,,,,,,,,[-1]],[,,,,,,,,,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 2087 else if (auto *BF = MI->dyn_cast<ICallBranchFunnel *>()) in lower() 2088 MaxUniqueId = std::max(MaxUniqueId, BF->UniqueId); in lower()
|