HomeSort by relevance Sort by last modified time
    Searched refs:FB (Results 1 - 25 of 43) 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/clang/test/CXX/special/class.inhctor/
p4.cpp 19 friend class FB;
31 struct FB {
  /external/llvm/lib/MC/
MCObjectWriter.cpp 49 const MCFragment &FB,
53 const MCSection &SecB = FB.getParent()->getSection();
MCSubtargetInfo.cpp 67 uint64_t MCSubtargetInfo::ToggleFeature(uint64_t FB) {
68 FeatureBits ^= FB;
MachObjectWriter.cpp 642 const MCFragment &FB,
657 const MCSection &SecB = FB.getParent()->getSection();
676 FB.getAtom() != Asm.getSymbolData(SA).getFragment()->getAtom() &&
687 else if(!FB.getAtom() &&
706 B_Base = FB.getAtom();
    [all...]
ELFObjectWriter.cpp 329 const MCFragment &FB,
    [all...]
  /external/bluetooth/bluedroid/conf/
auto_pair_devlist.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
  /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/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/include/llvm/MC/
MCSubtargetInfo.h 77 uint64_t ToggleFeature(uint64_t FB);
MCObjectWriter.h 99 const MCFragment &FB,
MCMachObjectWriter.h 256 const MCFragment &FB,
  /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;
  /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/llvm/lib/IR/
Metadata.cpp 533 ConstantInt *FB = cast<ConstantInt>(EndPoints[0]);
535 if (tryMergeRange(EndPoints, FB, FE)) {
  /external/openssl/crypto/srp/
srp_grps.h 79 bn_pack4(CA97,B43A,23FB,8016),
85 bn_pack4(661A,05FB,D5FA,AAE8),
  /external/clang/lib/Frontend/
ASTUnit.cpp 251 FB = PPOpts.remapped_file_buffer_begin(),
253 FB != FBEnd;
254 ++FB)
255 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
  /external/icu4c/test/testdata/
nfs4_cs_prep_cs.txt 70 09FB..0A01; ; UNASSIGNED

Completed in 248 milliseconds

1 2