Searched refs:dl (Results 176 - 200 of 218) sorted by relevance

123456789

/external/bluetooth/bluez/tools/
H A Dhciconfig.c56 struct hci_dev_list_req *dl; local
60 if (!(dl = malloc(HCI_MAX_DEV * sizeof(struct hci_dev_req) +
65 dl->dev_num = HCI_MAX_DEV;
66 dr = dl->dev_req;
68 if (ioctl(ctl, HCIGETDEVLIST, (void *) dl) < 0) {
73 for (i = 0; i< dl->dev_num; i++) {
/external/llvm/lib/CodeGen/
H A DIfConversion.cpp429 DebugLoc dl; // FIXME: this is nowhere local
432 TII->InsertBranch(*BBI.BB, BBI.FalseBB, BBI.TrueBB, BBI.BrCond, dl);
942 DebugLoc dl; // FIXME: this is nowhere local
944 TII->InsertBranch(*BB, ToBB, NULL, NoCond, dl);
1095 DebugLoc dl; // FIXME: this is nowhere local
1159 TII->InsertBranch(*BBI.BB, CvtBBI->FalseBB, NULL, RevCond, dl);
H A DMachineInstr.cpp500 MachineInstr::MachineInstr(const MCInstrDesc &tid, const DebugLoc dl, argument
503 MemRefs(0), MemRefsEnd(0), Parent(0), debugLoc(dl) {
532 MachineInstr::MachineInstr(MachineBasicBlock *MBB, const DebugLoc dl, argument
535 MemRefs(0), MemRefsEnd(0), Parent(0), debugLoc(dl) {
/external/webkit/Source/WebCore/loader/
H A DFrameLoader.cpp2048 DocumentLoader* dl = m_documentLoader.get(); local
2110 m_documentLoader->writer()->setMIMEType(dl->responseMIMEType());
2263 RefPtr<DocumentLoader> dl = activeDocumentLoader(); local
2264 dl->finishedLoading();
2265 if (!dl->mainDocumentError().isNull() || !dl->frameLoader())
2267 dl->setPrimaryLoadComplete(true);
2268 m_client->dispatchDidLoadMainResource(dl.get());
2473 DocumentLoader* dl = m_documentLoader.get(); local
2474 if (!dl || (d
[all...]
/external/icu4c/i18n/
H A Dfmtable.cpp724 Formattable::adoptDigitList(DigitList *dl) { argument
727 fDecimalNum = dl;
/external/llvm/lib/Transforms/Scalar/
H A DLICM.cpp624 DebugLoc dl, int alignment)
626 PointerMustAliases(PMA), LoopExitBlocks(LEB), AST(ast), DL(dl),
620 LoopPromoter(Value *SP, const SmallVectorImpl<Instruction*> &Insts, SSAUpdater &S, SmallPtrSet<Value*, 4> &PMA, SmallVectorImpl<BasicBlock*> &LEB, AliasSetTracker &ast, DebugLoc dl, int alignment) argument
/external/zlib/contrib/masmx86/
H A Dinffas32.asm481 mov dl, [esi+2]
484 mov [edi+2],dl
770 mov dl, [esi+2]
773 mov [edi+2],dl
H A Dgvmat32.asm438 or dl,dl
470 or dl,dl
/external/e2fsprogs/e2fsck/
H A Ddict.c1289 dict_load_t dl; local
1301 dict_load_begin(&dl, d);
1338 dict_load_next(&dl, dn, key);
1347 dict_load_end(&dl);
/external/e2fsprogs/lib/blkid/
H A Dprobe.c1078 struct oracle_asm_disk_label *dl; local
1080 dl = (struct oracle_asm_disk_label *)buf;
1082 blkid_set_tag(probe->dev, "LABEL", dl->dl_id, sizeof(dl->dl_id));
/external/openssl/crypto/bn/
H A Dbn_asm.c241 BN_ULONG dh,dl,q,ret=0,th,tl,t; local
259 dl=(d&BN_MASK2l);
268 tl=dl*q;
279 tl-=dl;
/external/valgrind/main/none/tests/amd64/
H A Dgen_insn_test.pl59 dl => 7, dx => 7, edx => 7, rdx => 7,
72 dl => "r8", dh => "r8", dx => "r16", edx => "r32", rdx => "r64"
79 # { r8 => "dl", r16 => "dx", r32 => "edx", r64 => "rdx" },
94 { r8 => "dl", r16 => "dx", r32 => "edx", r64 => "rdx" },
/external/valgrind/main/none/tests/x86/
H A Dgen_insn_test.pl54 dl => 3, dx => 3, edx => 3,
67 dl => "r8", dh => "r8", dx => "r16", edx => "r32"
74 { r8 => "dl", r16 => "dx", r32 => "edx" },
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp665 DebugLoc dl = Load->getDebugLoc(); local
667 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, dl, VT, SDValue(ExtLoad, 0));
685 DebugLoc dl = Op.getDebugLoc(); local
693 return DAG.getExtLoad(ExtType, dl, PVT,
704 return DAG.getNode(ISD::AssertSext, dl, PVT,
708 return DAG.getNode(ISD::AssertZext, dl, PVT,
714 return DAG.getNode(ExtOpc, dl, PVT, Op);
720 return DAG.getNode(ISD::ANY_EXTEND, dl, PVT, Op);
727 DebugLoc dl = Op.getDebugLoc(); local
736 return DAG.getNode(ISD::SIGN_EXTEND_INREG, dl, NewO
742 DebugLoc dl = Op.getDebugLoc(); local
805 DebugLoc dl = Op.getDebugLoc(); local
852 DebugLoc dl = Op.getDebugLoc(); local
908 DebugLoc dl = Op.getDebugLoc(); local
6775 DebugLoc dl = N->getDebugLoc(); local
7180 DebugLoc dl = N->getDebugLoc(); local
[all...]
/external/qemu-pc-bios/vgabios/
H A Dclext.c1087 mov ah, dl ;; dx=window address in granularity variable
1101 mov dl, al ;; dx=window address in granularity variable
1134 mov dl, al variable
1269 add dl, al variable
1474 mov dl, bl variable
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c789 Bit8u bl, bh, dl, dh, cl, ch, al, ah; member in struct:__anon8833::__anon8834::__anon8836
808 Bit8u dl, dh; member in struct:__anon8837::__anon8838::__anon8841
4361 regs.u.r8.dl = mouse_data3;
4646 regs.u.r8.dl = inb_cmos(0x34);
6066 /* basic checks : emulation should be active, dl should equal the emulated drive */
6249 outLBA(cylinder,hd_heads,head,hd_sectors,sector,dl)
6255 Bit16u dl;
6286 mov bl,14[bp] // dl
8062 mov dl, _int19_function.bootdrv + 2[bp] local
8143 ;; Set the magic number in ax and the boot drive in dl
8145 mov dl, _int19_function.bootdrv + 0[bp] local
8507 cmp al,dl ;; int13 on emulated drive local
8525 and dl,#0xE0 ;; mask to get device class, including cdroms local
8526 cmp al,dl ;; al is 0x00 or 0x80 local
8539 dec dl ;; real drive is dl - 1 local
8575 test dl, #0x80 local
8585 cmp dl, #0xE0 local
8858 mov dl, al ;; DL = sectors local
9002 mov dl, al ;; DL = sectors local
[all...]
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h411 DebugLoc dl) const {
/external/quake/quake/src/WinQuake/
H A Dsys_dos.cpp596 regs.h.dl = 0;
/external/bluetooth/bluez/plugins/
H A Dhciops.c2698 struct hci_dev_list_req *dl; local
2707 dl = g_try_malloc0(req_size);
2708 if (!dl) {
2713 dl->dev_num = HCI_MAX_DEV;
2714 dr = dl->dev_req;
2716 if (ioctl(ctl, HCIGETDEVLIST, dl) < 0) {
2719 g_free(dl);
2723 for (i = 0; i < dl->dev_num; i++, dr++) {
2745 g_free(dl);
/external/icu4c/
H A Dicu4c.css120 p,pre,table,ul,ol,dl {
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DPlatformContextSkia.cpp447 void PlatformContextSkia::setDrawLooper(SkDrawLooper* dl) argument
449 SkRefCnt_SafeAssign(m_state->m_looper, dl);
/external/webkit/Source/WebKit/chromium/src/
H A DFrameLoaderClientImpl.cpp1097 void FrameLoaderClientImpl::finishedLoading(DocumentLoader* dl) argument
1108 dl->writer()->setEncoding("", false);
/external/quake/quake/src/QW/client/
H A Dd_polysa.asm495 mov dl,ds:byte ptr[edx+ecx]
500 mov ds:byte ptr[eax+ecx*1],dl
994 mov dl,ds:byte ptr[edi+edx]
1000 mov dl,ds:byte ptr[edx+edi*1]
1004 mov ds:byte ptr[esi+edi],dl
/external/quake/quake/src/QW/scitech/include/
H A Dmgraph.h1868 #define MGL_bitBlt(d,s,r,dl,dt,op) MGL_bitBltCoord((d),(s),(r).left, \
1869 (r).top,(r).right,(r).bottom,dl,dt,op)
1875 #define MGL_transBlt(d,s,r,dl,dt,c,st) MGL_transBltCoord((d),(s),(r).left, \
1876 (r).top,(r).right,(r).bottom,dl,dt,c,st)
/external/quake/quake/src/WinQuake/scitech/INCLUDE/
H A DMGRAPH.H1868 #define MGL_bitBlt(d,s,r,dl,dt,op) MGL_bitBltCoord((d),(s),(r).left, \
1869 (r).top,(r).right,(r).bottom,dl,dt,op)
1875 #define MGL_transBlt(d,s,r,dl,dt,c,st) MGL_transBltCoord((d),(s),(r).left, \
1876 (r).top,(r).right,(r).bottom,dl,dt,c,st)

Completed in 584 milliseconds

123456789