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

  /bootable/bootloader/legacy/arch_msm7k/
mddi.c 36 static unsigned short *FB;
231 FB = alloc(2 * fb_width * fb_height);
234 // dprintf("FB @ %x mlist @ %x\n", (unsigned) FB, (unsigned) mlist);
262 wr32(&mlist[n].data, ((unsigned) FB) + (y * fb_width * 2));
274 for(n = 0; n < (fb_width * fb_height); n++) FB[n] = 0;
283 return 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/Target/X86/AsmParser/
X86AsmParser.cpp 81 unsigned FB = ComputeAvailableFeatures(STI.ToggleFeature(X86::Mode64Bit));
82 setAvailableFeatures(FB);
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 137 unsigned FB = ComputeAvailableFeatures(STI.ToggleFeature(ARM::ModeThumb));
138 setAvailableFeatures(FB);
    [all...]

Completed in 2439 milliseconds