Searched refs:FB (Results 1 - 25 of 46) sorted by relevance

12

/external/libvncserver/x11vnc/misc/
H A Dslide.pl30 open(FB, ">$fb") || die "$!";
36 print FB $grey;
97 seek(FB, 0, 0);
99 print FB $ones;
104 seek(FB, (($y + $dy) * $W + $dx) * 4, 0);
106 print FB $line;
110 close(FB);
H A Dranfb.pl21 open(FB, ">$fb") || die "$!";
25 print FB $ones;
155 seek(FB, 0, 0);
156 print FB $str;
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITMultipleModuleTest.cpp88 // Module B { Function FB },
89 // execute FA then FB
94 Function *FA, *FB; local
95 createTwoModuleCase(A, FA, B, FB);
103 ptr = TheJIT->getFunctionAddress(FB->getName().str());
108 // Module B { Function FB },
109 // execute FB then FA
114 Function *FA, *FB; local
115 createTwoModuleCase(A, FA, B, FB);
120 uint64_t ptr = TheJIT->getFunctionAddress(FB
135 Function *FA, *FB; local
156 Function *FA, *FB; local
176 Function *FA1, *FA2, *FB; local
203 Function *FA, *FB; local
241 Function *FA, *FB, *FC; local
266 Function *FA, *FB, *FC; local
291 Function *FA, *FB, *FC; local
316 Function *FA, *FB, *FC; local
[all...]
H A DMCJITTestBase.h219 // Module B { Extern FA, Function FB which calls FA },
220 // Module C { Extern FB, Function FC which calls FB },
223 std::unique_ptr<Module> &B, Function *&FB,
230 FB = insertSimpleCallFunction<int32_t(int32_t, int32_t)>(B.get(), FAExtern_in_B);
233 Function *FBExtern_in_C = insertExternalReferenceToFunction(C.get(), FB);
240 // Module B { Function FB }
242 std::unique_ptr<Module> &B, Function *&FB) {
247 FB = insertAddFunction(B.get());
251 // Module B { Extern FA, Function FB whic
222 createThreeModuleChainedCallsCase(std::unique_ptr<Module> &A, Function *&FA, std::unique_ptr<Module> &B, Function *&FB, std::unique_ptr<Module> &C, Function *&FC) argument
241 createTwoModuleCase(std::unique_ptr<Module> &A, Function *&FA, std::unique_ptr<Module> &B, Function *&FB) argument
252 createTwoModuleExternCase(std::unique_ptr<Module> &A, Function *&FA, std::unique_ptr<Module> &B, Function *&FB) argument
266 createThreeModuleCase(std::unique_ptr<Module> &A, Function *&FA, std::unique_ptr<Module> &B, Function *&FB, std::unique_ptr<Module> &C, Function *&FC) argument
[all...]
/external/llvm/lib/MC/
H A DMCObjectWriter.cpp44 const MCSymbolData *DataB, const MCFragment &FB, bool InSet,
47 const MCSection &SecB = FB.getParent()->getSection();
42 IsSymbolRefDifferenceFullyResolvedImpl( const MCAssembler &Asm, const MCSymbolData &DataA, const MCSymbolData *DataB, const MCFragment &FB, bool InSet, bool IsPCRel) const argument
H A DMCSubtargetInfo.cpp66 uint64_t MCSubtargetInfo::ToggleFeature(uint64_t FB) { argument
67 FeatureBits ^= FB;
H A DMachObjectWriter.cpp664 const MCFragment &FB,
679 const MCSection &SecB = FB.getParent()->getSection();
699 FB.getAtom() != Asm.getSymbolData(SA).getFragment()->getAtom() &&
710 else if(!FB.getAtom() &&
730 B_Base = FB.getAtom();
661 IsSymbolRefDifferenceFullyResolvedImpl(const MCAssembler &Asm, const MCSymbolData &DataA, const MCSymbolData *DataB, const MCFragment &FB, bool InSet, bool IsPCRel) const argument
H A DWinCOFFObjectWriter.cpp176 const MCFragment &FB, bool InSet,
654 const MCSymbolData *DataB, const MCFragment &FB, bool InSet,
663 Asm, DataA, DataB, FB, InSet, IsPCRel);
652 IsSymbolRefDifferenceFullyResolvedImpl( const MCAssembler &Asm, const MCSymbolData &DataA, const MCSymbolData *DataB, const MCFragment &FB, bool InSet, bool IsPCRel) const argument
H A DELFObjectWriter.cpp279 const MCFragment &FB,
1653 const MCSymbolData *DataB, const MCFragment &FB, bool InSet,
1658 Asm, DataA, DataB, FB, InSet, IsPCRel);
1651 IsSymbolRefDifferenceFullyResolvedImpl( const MCAssembler &Asm, const MCSymbolData &DataA, const MCSymbolData *DataB, const MCFragment &FB, bool InSet, bool IsPCRel) const argument
/external/clang/test/CXX/special/class.inhctor/
H A Dp4.cpp19 friend class FB;
31 struct FB { struct
/external/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp368 MachineBasicBlock *TB = nullptr, *FB = nullptr; local
369 bool NotAnalyzed = TII->AnalyzeBranch(*Latch, TB, FB, Cond, false);
476 MachineBasicBlock *TB = nullptr, *FB = nullptr; local
477 bool NotAnalyzed = TII->AnalyzeBranch(*Latch, TB, FB, Cond, false);
482 // TB must be non-null. If FB is also non-null, one of them must be
486 assert ((!FB || TB == Header || FB == Header) && "Branches not to header?");
487 if (!TB || (FB && TB != Header && FB != Header))
1290 MachineBasicBlock *TB = nullptr, *FB
1428 MachineBasicBlock *TB = nullptr, *FB = nullptr; local
[all...]
/external/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h87 uint64_t ToggleFeature(uint64_t FB);
H A DMCObjectWriter.h98 const MCFragment &FB,
H A DMCMachObjectWriter.h266 const MCFragment &FB,
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp355 char *FB = FmtBuf; local
356 *FB++ = *FmtStr++;
357 char Last = *FB++ = *FmtStr++;
364 Last = *FB++ = *FmtStr++;
366 *FB = 0;
/external/pcre/dist/sljit/
H A DsljitNativePPC_common.c119 #define FB(fb) ((fb) << 11) macro
1739 FAIL_IF(push_inst(compiler, (op == SLJIT_CONVI_FROMD ? FCTIWZ : FCTIDZ) | FD(TMP_FREG1) | FB(src)));
1753 FAIL_IF(push_inst(compiler, FCTIWZ | FD(TMP_FREG1) | FB(src)));
1824 FAIL_IF(push_inst(compiler, FCFID | FD(dst_r) | FB(TMP_FREG1)));
1829 return push_inst(compiler, FRSP | FD(dst_r) | FB(dst_r));
1862 FAIL_IF(push_inst(compiler, FSUB | FD(dst_r) | FA(TMP_FREG1) | FB(TMP_FREG2)));
1867 return push_inst(compiler, FRSP | FD(dst_r) | FB(dst_r));
1887 return push_inst(compiler, FCMPU | CRD(4) | FA(src1) | FB(src2));
1917 FAIL_IF(push_inst(compiler, FRSP | FD(dst_r) | FB(src)));
1924 FAIL_IF(push_inst(compiler, FMR | FD(dst_r) | FB(sr
[all...]
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_state_validate.c59 BCTX_REFN(nv50->bufctx_3d, FB, &mt->base, WR);
88 BCTX_REFN(nv50->bufctx_3d, FB, &mt->base, WR);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp2207 StoreManager::FindUniqueBinding FB(Sym);
2208 StateMgr.iterBindings(St, FB);
2210 if (FB) {
2211 const MemRegion *R = FB.getRegion();
/external/llvm/lib/IR/
H A DMetadata.cpp904 ConstantInt *FB = EndPoints[0];
906 if (tryMergeRange(EndPoints, FB, FE)) {
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_state_validate.c120 BCTX_REFN(nvc0->bufctx_3d, FB, res, WR);
151 BCTX_REFN(nvc0->bufctx_3d, FB, &mt->base, WR);
/external/icu/icu4c/source/data/sprep/
H A Drfc3530cs.txt78 09FB..0A01; ; UNASSIGNED
H A Drfc3530mixp.txt79 09FB..0A01; ; UNASSIGNED
H A Drfc3920res.txt79 09FB..0A01; ; UNASSIGNED
H A Drfc4011.txt78 09FB..0A01; ; UNASSIGNED
H A Drfc4013.txt79 09FB..0A01; ; UNASSIGNED

Completed in 1115 milliseconds

12