Home
last modified time | relevance | path

Searched refs:FB (Results 1 – 25 of 224) sorted by relevance

123456789

/third_party/typescript/tests/baselines/reference/
DisDefinitionAcrossGlobalProjects.baseline.jsonc4 // FB();
14 // FB() { },
97 // export function FB() {}
101 // FB();
104 // const ib: [|I|] = { FB() {} };
120 // FB();
130 // FB() { },
239 // FB();
249 // FB() { },
353 // export function /*FIND ALL REFS*/[|FB|]() {}
[all …]
DisDefinitionAcrossModuleProjects.baseline.jsonc1077 // export function /*FIND ALL REFS*/[|FB|]() {}
1081 // FB();
1084 // const ib: I = { FB() {} };
1093 "name": "function NS.FB(): void",
1116 "text": "FB",
1165 // export function FB() {}
1169 // FB();
1172 // const ib: [|I|] = { FB() {} };
1234 // export function FB() {}
1238 // /*FIND ALL REFS*/[|FB|]();
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DMsgPackReader.cpp32 uint8_t FB = static_cast<uint8_t>(*Current++); in read() local
34 switch (FB) { in read()
144 if ((FB & FixBitsMask::NegativeInt) == FixBits::NegativeInt) { in read()
147 static_assert(sizeof(I) == sizeof(FB), "Unexpected type sizes"); in read()
148 memcpy(&I, &FB, sizeof(FB)); in read()
153 if ((FB & FixBitsMask::PositiveInt) == FixBits::PositiveInt) { in read()
155 Obj.UInt = FB; in read()
159 if ((FB & FixBitsMask::String) == FixBits::String) { in read()
161 uint8_t Size = FB & ~FixBitsMask::String; in read()
165 if ((FB & FixBitsMask::Array) == FixBits::Array) { in read()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Draw_ostream.cpp362 raw_ostream &raw_ostream::operator<<(const FormattedBytes &FB) { in operator <<() argument
363 if (FB.Bytes.empty()) in operator <<()
367 auto Bytes = FB.Bytes; in operator <<()
369 HexPrintStyle HPS = FB.Upper ? HexPrintStyle::Upper : HexPrintStyle::Lower; in operator <<()
371 if (FB.FirstByteOffset.hasValue()) { in operator <<()
375 size_t Lines = Size / FB.NumPerLine; in operator <<()
376 uint64_t MaxOffset = *FB.FirstByteOffset + Lines * FB.NumPerLine; in operator <<()
385 alignTo(FB.NumPerLine, FB.ByteGroupSize) / FB.ByteGroupSize; in operator <<()
386 unsigned BlockCharWidth = FB.NumPerLine * 2 + NumByteGroups - 1; in operator <<()
389 indent(FB.IndentLevel); in operator <<()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Draw_ostream.cpp402 raw_ostream &raw_ostream::operator<<(const FormattedBytes &FB) { in operator <<() argument
403 if (FB.Bytes.empty()) in operator <<()
407 auto Bytes = FB.Bytes; in operator <<()
409 HexPrintStyle HPS = FB.Upper ? HexPrintStyle::Upper : HexPrintStyle::Lower; in operator <<()
411 if (FB.FirstByteOffset.hasValue()) { in operator <<()
415 size_t Lines = Size / FB.NumPerLine; in operator <<()
416 uint64_t MaxOffset = *FB.FirstByteOffset + Lines * FB.NumPerLine; in operator <<()
425 alignTo(FB.NumPerLine, FB.ByteGroupSize) / FB.ByteGroupSize; in operator <<()
426 unsigned BlockCharWidth = FB.NumPerLine * 2 + NumByteGroups - 1; in operator <<()
429 indent(FB.IndentLevel); in operator <<()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSubtargetInfo.cpp221 FeatureBitset MCSubtargetInfo::ToggleFeature(uint64_t FB) { in ToggleFeature() argument
222 FeatureBits.flip(FB); in ToggleFeature()
226 FeatureBitset MCSubtargetInfo::ToggleFeature(const FeatureBitset &FB) { in ToggleFeature() argument
227 FeatureBits ^= FB; in ToggleFeature()
232 const FeatureBitset &FB) { in SetFeatureBitsTransitively() argument
233 SetImpliedBits(FeatureBits, FB, ProcFeatures); in SetFeatureBitsTransitively()
238 const FeatureBitset &FB) { in ClearFeatureBitsTransitively() argument
239 for (unsigned I = 0, E = FB.size(); I < E; I++) { in ClearFeatureBitsTransitively()
240 if (FB[I]) { in ClearFeatureBitsTransitively()
DMCObjectWriter.cpp46 const MCAssembler &Asm, const MCSymbol &SymA, const MCFragment &FB, in isSymbolRefDifferenceFullyResolvedImpl() argument
49 const MCSection &SecB = *FB.getParent(); in isSymbolRefDifferenceFullyResolvedImpl()
DMachObjectWriter.cpp678 const MCAssembler &Asm, const MCSymbol &SymA, const MCFragment &FB, in isSymbolRefDifferenceFullyResolvedImpl() argument
690 const MCSection &SecB = *FB.getParent(); in isSymbolRefDifferenceFullyResolvedImpl()
709 (!SA.isTemporary() && FB.getAtom() != SA.getFragment()->getAtom() && in isSymbolRefDifferenceFullyResolvedImpl()
720 else if(!FB.getAtom() && in isSymbolRefDifferenceFullyResolvedImpl()
737 if (FA->getAtom() == FB.getAtom()) in isSymbolRefDifferenceFullyResolvedImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCTargetDesc.cpp339 FeatureBitset FB = S; in completeHVXFeatures() local
342 if (!FB.test(F)) in completeHVXFeatures()
349 if (!FB.test(F)) in completeHVXFeatures()
357 if (!FB.test(F)) in completeHVXFeatures()
365 return FB; in completeHVXFeatures()
370 FB.set(ExtensionHVXV66); in completeHVXFeatures()
373 FB.set(ExtensionHVXV65); in completeHVXFeatures()
376 FB.set(ExtensionHVXV62); in completeHVXFeatures()
379 FB.set(ExtensionHVXV60); in completeHVXFeatures()
382 return FB; in completeHVXFeatures()
DHexagonMCTargetDesc.h76 FeatureBitset completeHVXFeatures(const FeatureBitset &FB);
DHexagonMCCodeEmitter.h85 FeatureBitset computeAvailableFeatures(const FeatureBitset &FB) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp124 MachineBasicBlock *FB, MachineBasicBlock *JB) in FlowPattern()
125 : SplitB(B), TrueB(TB), FalseB(FB), JoinB(JB), PredR(PR) {} in FlowPattern()
246 MachineBasicBlock *TB = nullptr, *FB = nullptr; in matchFlowPattern() local
274 TB = T1B, FB = T2B; in matchFlowPattern()
276 TB = T2B, FB = T1B; in matchFlowPattern()
278 if (!MDT->properlyDominates(B, TB) || !MDT->properlyDominates(B, FB)) in matchFlowPattern()
285 assert(TB && FB && "Failed to find triangle control flow blocks"); in matchFlowPattern()
286 unsigned TNP = TB->pred_size(), FNP = FB->pred_size(); in matchFlowPattern()
287 unsigned TNS = TB->succ_size(), FNS = FB->succ_size(); in matchFlowPattern()
295 bool FOk = (FNP == 1 && FNS == 1 && MLI->getLoopFor(FB) == L); in matchFlowPattern()
[all …]
DHexagonHardwareLoops.cpp457 MachineBasicBlock *TB = nullptr, *FB = nullptr; in findInductionRegister() local
458 bool NotAnalyzed = TII->analyzeBranch(*ExitingBlock, TB, FB, Cond, false); in findInductionRegister()
618 MachineBasicBlock *TB = nullptr, *FB = nullptr; in getLoopTripCount() local
619 bool NotAnalyzed = TII->analyzeBranch(*ExitingBlock, TB, FB, Cond, false); in getLoopTripCount()
628 if (ExitingBlock != Latch && (TB == Latch || FB == Latch)) { in getLoopTripCount()
637 FB = (LTB == Header) ? LTB: LFB; in getLoopTripCount()
639 assert ((!FB || TB == Header || FB == Header) && "Branches not to header?"); in getLoopTripCount()
640 if (!TB || (FB && TB != Header && FB != Header)) in getLoopTripCount()
1224 MachineBasicBlock *TB = nullptr, *FB = nullptr; in convertToHardwareLoop() local
1227 if (TII->analyzeBranch(*ExitingBlock, TB, FB, Cond, false)) in convertToHardwareLoop()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSubtargetInfo.h130 FeatureBitset ToggleFeature(uint64_t FB);
134 FeatureBitset ToggleFeature(const FeatureBitset& FB);
145 FeatureBitset SetFeatureBitsTransitively(const FeatureBitset& FB);
146 FeatureBitset ClearFeatureBitsTransitively(const FeatureBitset &FB);
DMCObjectWriter.h90 const MCFragment &FB,
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-certinfo/
DREADME.md49 [2018/04/05 21:39:28:0826] NOTICE: 0070: 89 C4 3D 64 6C A8 34 4B DB FB DD 7D D2 2D FB 86 ..=dl.4…
51 [2018/04/05 21:39:28:0826] NOTICE: 0090: CD 09 3C AF FB 0A FF 85 E8 93 D1 4B A0 C5 21 AD ..<....…
59 [2018/04/05 21:39:28:0826] NOTICE: 0110: 0B 59 A4 D7 31 9D C6 86 08 53 2E 02 8A 1E B1 FB .Y..1..…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp358 char *FB = FmtBuf; in lle_X_sprintf() local
359 *FB++ = *FmtStr++; in lle_X_sprintf()
360 char Last = *FB++ = *FmtStr++; in lle_X_sprintf()
367 Last = *FB++ = *FmtStr++; in lle_X_sprintf()
369 *FB = 0; in lle_X_sprintf()
/third_party/openssl/test/certs/
DembeddedSCTs3.sct4 71:51:5D:67:93:D4:44:D1:0A:67:AC:BB:4F:4F:FB:C4
10 FB:CC:4E:45:02:20:41:9C:89:B8:80:19:87:46:6C:1C:
/third_party/toybox/tests/files/bc/
Dprint_results.txt5139 .1FB
5140 1.1FB
5141 7C.1FB
5639 .3FB
5640 1.3FB
5641 F9.3FB
5646 FB
5649 FB.404
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUMCCodeEmitter.h73 FeatureBitset computeAvailableFeatures(const FeatureBitset &FB) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp685 Value *FB = IsSigned ? Builder.CreateSIToFP(IB,F32Ty) in expandDivRem24() local
688 Value *RCP = Builder.CreateFDiv(ConstantFP::get(F32Ty, 1.0), FB); in expandDivRem24()
700 {FQNeg->getType()}, {FQNeg, FB, FA}, FQ); in expandDivRem24()
710 FB = Builder.CreateUnaryIntrinsic(Intrinsic::fabs, FB, FQ); in expandDivRem24()
713 Value *CV = Builder.CreateFCmpOGE(FR, FB); in expandDivRem24()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dformatutils.cpp784 constexpr FormatBits FB() in FB() function
1281 …AddRGBAXFormat(&map, GL_RED, false, FB< 8, 0, 0, 0, 0, 0>(), GL_RED, GL_U… in BuildInternalFormatInfoMap()
1282 …AddRGBAXFormat(&map, GL_RED, false, FB< 8, 0, 0, 0, 0, 0>(), GL_RED, GL_B… in BuildInternalFormatInfoMap()
1283 …AddRGBAXFormat(&map, GL_RED, false, FB<16, 0, 0, 0, 0, 0>(), GL_RED, GL_U… in BuildInternalFormatInfoMap()
1284 …AddRGBAXFormat(&map, GL_RG, false, FB< 8, 8, 0, 0, 0, 0>(), GL_RG, GL_U… in BuildInternalFormatInfoMap()
1285 …AddRGBAXFormat(&map, GL_RG, false, FB< 8, 8, 0, 0, 0, 0>(), GL_RG, GL_B… in BuildInternalFormatInfoMap()
1286 …AddRGBAXFormat(&map, GL_RG, false, FB<16, 16, 0, 0, 0, 0>(), GL_RG, GL_U… in BuildInternalFormatInfoMap()
1287 …AddRGBAXFormat(&map, GL_RGB, false, FB< 8, 8, 8, 0, 0, 0>(), GL_RGB, GL_U… in BuildInternalFormatInfoMap()
1288 …AddRGBAXFormat(&map, GL_RGB, false, FB< 5, 6, 5, 0, 0, 0>(), GL_RGB, GL_U… in BuildInternalFormatInfoMap()
1289 …AddRGBAXFormat(&map, GL_RGB, false, FB< 8, 8, 8, 0, 0, 0>(), GL_RGB, GL_B… in BuildInternalFormatInfoMap()
[all …]
/third_party/ffmpeg/tests/ref/fate/
Dsub-ass-to-ass-transcode37 Style: ED1-Romaji,Agency FB,44,&H00000000,&H00EBDCCD,&H00FFFFFF,&H00000000,0,0,0,0,98,115,0,0,1,3,0…
40 Style: ED1-Romaji-furigana,Agency FB,22,&H00000000,&H00EBDCCD,&H00FFFFFF,&H00000000,0,0,0,0,98,115,…
/third_party/skia/third_party/externals/icu/source/data/unidata/
DFractionalUCA.txt505 [top_byte FB SPECIAL ]
1683 08FB; [, EA B5, 05]
1880 ABEC; [, F1 FB, 05]
1958 20E1; [, FB 15, 05]
1959 20E6; [, FB 36, 05]
1960 20E7; [, FB 57, 05]
1961 20E8; [, FB 78, 05]
1962 20E9; [, FB 99, 05]
1963 101FD; [, FB BA, 05]
1964 004C | 00B7; [, FB DB, 05]
[all …]
/third_party/pcre2/pcre2/src/sljit/
DsljitNativePPC_common.c126 #define FB(fb) ((sljit_ins)freg_map[fb] << 11) macro
1912 …FAIL_IF(push_inst(compiler, (op == SLJIT_CONV_S32_FROM_F64 ? FCTIWZ : FCTIDZ) | FD(TMP_FREG1) | FB in sljit_emit_fop1_conv_sw_from_f64()
1922 FAIL_IF(push_inst(compiler, FCTIWZ | FD(TMP_FREG1) | FB(src))); in sljit_emit_fop1_conv_sw_from_f64()
1987 FAIL_IF(push_inst(compiler, FCFID | FD(dst_r) | FB(TMP_FREG1))); in sljit_emit_fop1_conv_f64_from_sw()
1992 return push_inst(compiler, FRSP | FD(dst_r) | FB(dst_r)); in sljit_emit_fop1_conv_f64_from_sw()
2025 FAIL_IF(push_inst(compiler, FSUB | FD(dst_r) | FA(TMP_FREG1) | FB(TMP_FREG2))); in sljit_emit_fop1_conv_f64_from_sw()
2030 return push_inst(compiler, FRSP | FD(dst_r) | FB(dst_r)); in sljit_emit_fop1_conv_f64_from_sw()
2050 FAIL_IF(push_inst(compiler, FCMPU | CRD(4) | FA(src1) | FB(src2))); in sljit_emit_fop1_cmp()
2092 FAIL_IF(push_inst(compiler, FRSP | FD(dst_r) | FB(src))); in sljit_emit_fop1()
2099 FAIL_IF(push_inst(compiler, FMR | FD(dst_r) | FB(src))); in sljit_emit_fop1()
[all …]

123456789