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

  /external/clang/test/CXX/special/class.inhctor/
p4.cpp 19 friend class FB;
31 struct FB {
  /system/core/init/
logo.c 25 #include <linux/fb.h>
42 struct FB {
50 #define fb_width(fb) ((fb)->vi.xres)
51 #define fb_height(fb) ((fb)->vi.yres)
52 #define fb_size(fb) ((fb)->vi.xres * (fb)->vi.yres * 2)
54 static int fb_open(struct FB *fb
107 struct FB fb; local
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 355 char *FB = FmtBuf;
356 *FB++ = *FmtStr++;
357 char Last = *FB++ = *FmtStr++;
364 Last = *FB++ = *FmtStr++;
366 *FB = 0;
  /external/llvm/lib/IR/
Metadata.cpp 497 ConstantInt *FB = cast<ConstantInt>(EndPoints[0]);
499 if (tryMergeRange(EndPoints, FB, FE)) {
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 373 MachineBasicBlock *TB = 0, *FB = 0;
374 bool NotAnalyzed = TII->AnalyzeBranch(*Latch, TB, FB, Cond, false);
481 MachineBasicBlock *TB = 0, *FB = 0;
482 bool NotAnalyzed = TII->AnalyzeBranch(*Latch, TB, FB, Cond, false);
487 // TB must be non-null. If FB is also non-null, one of them must be
491 assert ((!FB || TB == Header || FB == Header) && "Branches not to header?");
492 if (!TB || (FB && TB != Header && FB != Header))
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 541 unsigned FB = ComputeAvailableFeatures(STI.ToggleFeature(X86::Mode64Bit));
542 setAvailableFeatures(FB);
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 172 unsigned FB = ComputeAvailableFeatures(STI.ToggleFeature(ARM::ModeThumb));
173 setAvailableFeatures(FB);
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 367 milliseconds