HomeSort by relevance Sort by last modified time
    Searched refs:FB (Results 1 - 25 of 36) sorted by null

1 2

  /system/core/libpixelflinger/
t32cb16blend.S 34 * \FB is a target register that will contain the blended pixel values.
37 * upper 16-bit pixels in DREG into FB
44 .macro pixel, DREG, SRC, FB, ODD
62 orrhs \FB, \FB, #(0x1F<<(16 + 11))
63 orrlo \FB, \FB, lr, lsl #(16 + 11)
72 orrhs \FB, \FB, #(0x3F<<(16 + 5))
73 orrlo \FB, \FB, r6, lsl #(16 + 5
    [all...]
  /external/llvm/lib/MC/
MCObjectWriter.cpp 73 const MCFragment &FB,
77 const MCSection &SecB = FB.getParent()->getSection();
MCSubtargetInfo.cpp 56 uint64_t MCSubtargetInfo::ToggleFeature(uint64_t FB) {
57 FeatureBits ^= FB;
MachObjectWriter.cpp 561 const MCFragment &FB,
576 const MCSection &SecB = FB.getParent()->getSection();
599 else if(!FB.getAtom() &&
618 B_Base = FB.getAtom();
ELFObjectWriter.h 335 const MCFragment &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/include/llvm/MC/
MCSubtargetInfo.h 66 uint64_t ToggleFeature(uint64_t FB);
MCObjectWriter.h 97 const MCFragment &FB,
MCMachObjectWriter.h 237 const MCFragment &FB,
  /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;
  /external/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;
  /system/bluetooth/data/
auto_pairing.conf 13 AddressBlacklist=00:02:C7,00:16:FE,00:19:C1,00:1B:FB,00:1E:3D,00:21:4F,00:23:06,00:24:33,00:A0:79,00:0E:6D,00:13:E0,00:21:E8,00:60:57,00:0E:9F,00:12:1C,00:18:91,00:18:96,00:13:04,00:16:FD,00:22:A0,00:0B:4C,00:60:6F,00:23:3D,00:C0:59,00:0A:30,00:1E:AE,00:1C:D7,00:80:F0,00:12:8A,00:09:93,00:80:37,00:26:7E
  /external/v8/test/mjsunit/regress/
regress-3247124.js 28 var foo = unescape("%E0%E2%EA%F4%FB%E3%F5%E1%E9%ED%F3%FA%E7%FC%C0%C2%CA%D4%DB%C3%D5%C1%C9%CD%D3%DA%C7%DC");
  /external/clang/lib/Frontend/
ASTUnit.cpp 128 FB = PPOpts.remapped_file_buffer_begin(),
130 FB != FBEnd;
131 ++FB)
132 delete FB->second;
    [all...]
  /external/icu4c/data/sprep/
rfc3530cs.txt 78 09FB..0A01; ; UNASSIGNED
rfc3530mixp.txt 79 09FB..0A01; ; UNASSIGNED
rfc3920res.txt 79 09FB..0A01; ; UNASSIGNED
rfc4011.txt 78 09FB..0A01; ; UNASSIGNED
rfc4013.txt 79 09FB..0A01; ; UNASSIGNED
rfc4505.txt 78 09FB..0A01; ; UNASSIGNED
rfc3491.txt 79 09FB..0A01; ; UNASSIGNED
512 00DB; 00FB; MAP
648 01FA; 01FB; MAP
    [all...]
rfc3530csci.txt 78 09FB..0A01; ; UNASSIGNED
511 00DB; 00FB; MAP
647 01FA; 01FB; MAP
    [all...]
  /external/icu4c/test/testdata/
nfs4_cs_prep_cs.txt 70 09FB..0A01; ; UNASSIGNED
nfs4_mixed_prep_p.txt 70 09FB..0A01; ; UNASSIGNED
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 72 unsigned FB = ComputeAvailableFeatures(STI.ToggleFeature(X86::Mode64Bit));
73 setAvailableFeatures(FB);
    [all...]

Completed in 490 milliseconds

1 2