HomeSort by relevance Sort by last modified time
    Searched defs:FB (Results 1 - 24 of 24) sorted by null

  /hardware/qcom/display/msm8909/sdm/include/utils/
utils.h 40 FB = 0,
  /hardware/qcom/display/msm8909w_3100/sdm/include/utils/
utils.h 40 FB = 0,
  /hardware/qcom/display/msm8998/sdm/include/utils/
utils.h 40 FB = 0,
  /external/clang/test/CXX/special/class.inhctor/
p4.cpp 22 friend class FB;
34 struct FB {
  /hardware/qcom/display/msm8909/libqdutils/
qd_utils.h 34 #include <linux/fb.h>
40 #include <linux/fb.h>
68 FB = 0,
  /hardware/qcom/display/msm8909w_3100/libqdutils/
qd_utils.h 34 #include <linux/fb.h>
40 #include <linux/fb.h>
68 FB = 0,
  /hardware/qcom/display/msm8998/libqdutils/
qd_utils.h 34 #include <linux/fb.h>
40 #include <linux/fb.h>
68 FB = 0,
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITMultipleModuleTest.cpp 88 // Module B { Function FB },
89 // execute FA then FB
94 Function *FA, *FB;
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;
115 createTwoModuleCase(A, FA, B, FB);
120 uint64_t ptr = TheJIT->getFunctionAddress(FB->getName().str())
    [all...]
  /external/libxcam/xcore/
drm_display.h 60 struct FB {
64 FB () : fb_handle (0), index (0) {}
126 XCamReturn set_plane(const FB &fb);
127 XCamReturn set_crtc(const FB &fb);
128 XCamReturn page_flip(const FB &fb);
131 typedef std::map<const VideoBuffer *, FB> FBMap;
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 347 char *FB = FmtBuf;
348 *FB++ = *FmtStr++;
349 char Last = *FB++ = *FmtStr++;
356 Last = *FB++ = *FmtStr++;
358 *FB = 0;
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 357 char *FB = FmtBuf;
358 *FB++ = *FmtStr++;
359 char Last = *FB++ = *FmtStr++;
366 Last = *FB++ = *FmtStr++;
368 *FB = 0;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
shamodule.c 143 #define FB(n) \
182 FA(1); FB(1); FC(1); FD(1); FE(1); FT(1); FA(1); FB(1); FC(1); FD(1);
183 FE(1); FT(1); FA(1); FB(1); FC(1); FD(1); FE(1); FT(1); FA(1); FB(1);
184 FC(2); FD(2); FE(2); FT(2); FA(2); FB(2); FC(2); FD(2); FE(2); FT(2);
185 FA(2); FB(2); FC(2); FD(2); FE(2); FT(2); FA(2); FB(2); FC(2); FD(2);
186 FE(3); FT(3); FA(3); FB(3); FC(3); FD(3); FE(3); FT(3); FA(3); FB(3);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
shamodule.c 143 #define FB(n) \
182 FA(1); FB(1); FC(1); FD(1); FE(1); FT(1); FA(1); FB(1); FC(1); FD(1);
183 FE(1); FT(1); FA(1); FB(1); FC(1); FD(1); FE(1); FT(1); FA(1); FB(1);
184 FC(2); FD(2); FE(2); FT(2); FA(2); FB(2); FC(2); FD(2); FE(2); FT(2);
185 FA(2); FB(2); FC(2); FD(2); FE(2); FT(2); FA(2); FB(2); FC(2); FD(2);
186 FE(3); FT(3); FA(3); FB(3); FC(3); FD(3); FE(3); FT(3); FA(3); FB(3);
    [all...]
  /external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp 156 const FeatureBitset &FB = STI.getFeatureBits();
157 if (FB[X86::Mode16Bit]) {
160 } else if (FB[X86::Mode32Bit]) {
163 } else if (FB[X86::Mode64Bit]) {
    [all...]
  /external/python/cpython2/Modules/
shamodule.c 143 #define FB(n) \
182 FA(1); FB(1); FC(1); FD(1); FE(1); FT(1); FA(1); FB(1); FC(1); FD(1);
183 FE(1); FT(1); FA(1); FB(1); FC(1); FD(1); FE(1); FT(1); FA(1); FB(1);
184 FC(2); FD(2); FE(2); FT(2); FA(2); FB(2); FC(2); FD(2); FE(2); FT(2);
185 FA(2); FB(2); FC(2); FD(2); FE(2); FT(2); FA(2); FB(2); FC(2); FD(2);
186 FE(3); FT(3); FA(3); FB(3); FC(3); FD(3); FE(3); FT(3); FA(3); FB(3)
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonEarlyIfConv.cpp 108 MachineBasicBlock *FB, MachineBasicBlock *JB)
109 : SplitB(B), TrueB(TB), FalseB(FB), JoinB(JB), PredR(PR) {}
220 MachineBasicBlock *TB = 0, *FB = 0;
251 TB = T1B, FB = T2B;
253 TB = T2B, FB = T1B;
255 if (!MDT->properlyDominates(B, TB) || !MDT->properlyDominates(B, FB))
258 // Detect triangle first. In case of a triangle, one of the blocks TB/FB
262 unsigned TNP = TB->pred_size(), FNP = FB->pred_size();
263 unsigned TNS = TB->succ_size(), FNS = FB->succ_size();
277 MachineBasicBlock *FSB = (FNS > 0) ? *FB->succ_begin() : 0
    [all...]
HexagonHardwareLoops.cpp 438 MachineBasicBlock *TB = nullptr, *FB = nullptr;
439 bool NotAnalyzed = TII->analyzeBranch(*ExitingBlock, TB, FB, Cond, false);
585 MachineBasicBlock *TB = nullptr, *FB = nullptr;
586 bool NotAnalyzed = TII->analyzeBranch(*ExitingBlock, TB, FB, Cond, false);
591 // TB must be non-null. If FB is also non-null, one of them must be
595 if (ExitingBlock != Latch && (TB == Latch || FB == Latch)) {
604 FB = (LTB == Header) ? LTB: LFB;
606 assert ((!FB || TB == Header || FB == Header) && "Branches not to header?");
607 if (!TB || (FB && TB != Header && FB != Header)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/AsmParser/
X86AsmParser.cpp 69 unsigned FB = ComputeAvailableFeatures(STI.ToggleFeature(X86::Mode64Bit));
70 setAvailableFeatures(FB);
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
alpha-opc.c 218 #define FB (FA + 1)
220 #define FC (FB + 1)
414 #define ARG_FP { FA, FB, DFC1 }
415 #define ARG_FPZ1 { ZA, FB, DFC1 }
    [all...]
  /external/pcre/dist2/src/sljit/
sljitNativePPC_common.c 123 #define FB(fb) ((fb) << 11)
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 776 unsigned FB = ComputeAvailableFeatures(
778 setAvailableFeatures(FB);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 121 unsigned FB = ComputeAvailableFeatures(STI.ToggleFeature(ARM::ModeThumb));
122 setAvailableFeatures(FB);
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 305 uint64_t FB = ComputeAvailableFeatures(STI.ToggleFeature(ARM::ModeThumb));
306 setAvailableFeatures(FB);
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 614 milliseconds