Searched refs:dl (Results 151 - 175 of 311) sorted by relevance

1234567891011>>

/external/quake/quake/src/WinQuake/
H A Ddosisms.h67 unsigned char dl, dh, edx_b2, edx_b3; member in struct:__anon12461::__anon12464
/external/webkit/Source/WebCore/loader/cache/
H A DCachedFont.h65 void beginLoadIfNeeded(CachedResourceLoader* dl);
H A DCachedFont.cpp95 void CachedFont::beginLoadIfNeeded(CachedResourceLoader* dl) argument
99 dl->load(this, false);
/external/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp121 DebugLoc dl, const ARMBaseInstrInfo &TII,
125 emitARMRegPlusImmediate(MBB, MBBI, dl, ARM::SP, ARM::SP, NumBytes,
128 emitT2RegPlusImmediate(MBB, MBBI, dl, ARM::SP, ARM::SP, NumBytes,
147 DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); local
163 emitSPUpdate(isARM, MBB, MBBI, dl, TII, -VARegSaveSize,
168 emitSPUpdate(isARM, MBB, MBBI, dl, TII, -NumBytes,
224 BuildMI(MBB, MBBI, dl, TII.get(ADDriOpc), FramePtr)
266 emitSPUpdate(isARM, MBB, MBBI, dl, TII, -NumBytes,
297 AddDefaultCC(AddDefaultPred(BuildMI(MBB, MBBI, dl,
308 AddDefaultPred(BuildMI(MBB, MBBI, dl, TI
119 emitSPUpdate(bool isARM, MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI, DebugLoc dl, const ARMBaseInstrInfo &TII, int NumBytes, unsigned MIFlags = MachineInstr::NoFlags, ARMCC::CondCodes Pred = ARMCC::AL, unsigned PredReg = 0) argument
350 DebugLoc dl = MBBI->getDebugLoc(); local
1395 DebugLoc dl = Old->getDebugLoc(); local
[all...]
H A DARMISelDAGToDAG.cpp1536 DebugLoc dl = V0.getNode()->getDebugLoc(); local
1542 return CurDAG->getMachineNode(TargetOpcode::REG_SEQUENCE, dl, VT, Ops, 5);
1547 DebugLoc dl = V0.getNode()->getDebugLoc(); local
1553 return CurDAG->getMachineNode(TargetOpcode::REG_SEQUENCE, dl, VT, Ops, 5);
1558 DebugLoc dl = V0.getNode()->getDebugLoc(); local
1563 return CurDAG->getMachineNode(TargetOpcode::REG_SEQUENCE, dl, VT, Ops, 5);
1568 DebugLoc dl = V0.getNode()->getDebugLoc(); local
1573 return CurDAG->getMachineNode(TargetOpcode::REG_SEQUENCE, dl, VT, Ops, 5);
1579 DebugLoc dl = V0.getNode()->getDebugLoc(); local
1588 return CurDAG->getMachineNode(TargetOpcode::REG_SEQUENCE, dl, V
1594 DebugLoc dl = V0.getNode()->getDebugLoc(); local
1608 DebugLoc dl = V0.getNode()->getDebugLoc(); local
1692 DebugLoc dl = N->getDebugLoc(); local
1825 DebugLoc dl = N->getDebugLoc(); local
1971 DebugLoc dl = N->getDebugLoc(); local
2090 DebugLoc dl = N->getDebugLoc(); local
2173 DebugLoc dl = N->getDebugLoc(); local
2551 DebugLoc dl = N->getDebugLoc(); local
3129 DebugLoc dl = N->getDebugLoc(); local
3188 DebugLoc dl = N->getDebugLoc(); local
3393 DebugLoc dl = N->getDebugLoc(); local
3404 DebugLoc dl = N->getDebugLoc(); local
[all...]
H A DARMLoadStoreOptimizer.cpp96 DebugLoc dl,
111 DebugLoc dl,
286 unsigned PredReg, unsigned Scratch, DebugLoc dl,
338 BuildMI(MBB, MBBI, dl, TII->get(BaseOpc), NewBase)
349 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, dl, TII->get(Opcode))
373 DebugLoc dl,
416 Pred, PredReg, Scratch, dl, Regs, ImpDefs))
456 DebugLoc dl = Loc->getDebugLoc(); local
499 Base, false, Opcode, Pred, PredReg, Scratch, dl, Merges);
511 Base, BaseKill, Opcode, Pred, PredReg, Scratch, dl, Merge
282 MergeOps(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, int Offset, unsigned Base, bool BaseKill, int Opcode, ARMCC::CondCodes Pred, unsigned PredReg, unsigned Scratch, DebugLoc dl, ArrayRef<std::pair<unsigned, bool> > Regs, ArrayRef<unsigned> ImpDefs) argument
365 MergeOpsUpdate(MachineBasicBlock &MBB, MemOpQueue &memOps, unsigned memOpsBegin, unsigned memOpsEnd, unsigned insertAfter, int Offset, unsigned Base, bool BaseKill, int Opcode, ARMCC::CondCodes Pred, unsigned PredReg, unsigned Scratch, DebugLoc dl, SmallVector<MachineBasicBlock::iterator, 4> &Merges) argument
721 DebugLoc dl = MI->getDebugLoc(); local
855 DebugLoc dl = MI->getDebugLoc(); local
1072 InsertLDR_STR(MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI, int Offset, bool isDef, DebugLoc dl, unsigned NewOpc, unsigned Reg, bool RegDeadKill, bool RegUndef, unsigned BaseReg, bool BaseKill, bool BaseUndef, bool OffKill, bool OffUndef, ARMCC::CondCodes Pred, unsigned PredReg, const TargetInstrInfo *TII, bool isT2) argument
1166 DebugLoc dl = MBBI->getDebugLoc(); local
1559 CanFormLdStDWord(MachineInstr *Op0, MachineInstr *Op1, DebugLoc &dl, unsigned &NewOpc, unsigned &EvenReg, unsigned &OddReg, unsigned &BaseReg, int &Offset, unsigned &PredReg, ARMCC::CondCodes &Pred, bool &isT2) argument
1729 DebugLoc dl; local
[all...]
H A DThumb2InstrInfo.cpp178 MachineBasicBlock::iterator &MBBI, DebugLoc dl,
193 BuildMI(MBB, MBBI, dl, TII.get(ARM::t2MOVi16), DestReg)
199 BuildMI(MBB, MBBI, dl, TII.get(ARM::t2MOVTi16), DestReg)
208 BuildMI(MBB, MBBI, dl, TII.get(ARM::t2SUBrr), DestReg)
214 BuildMI(MBB, MBBI, dl, TII.get(ARM::t2ADDrr), DestReg)
229 AddDefaultPred(BuildMI(MBB, MBBI, dl, TII.get(ARM::tMOVr),DestReg)
241 AddDefaultPred(BuildMI(MBB, MBBI, dl, TII.get(Opc), DestReg)
280 AddDefaultPred(BuildMI(MBB, MBBI, dl, TII.get(Opc), DestReg)
177 emitT2RegPlusImmediate(MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI, DebugLoc dl, unsigned DestReg, unsigned BaseReg, int NumBytes, ARMCC::CondCodes Pred, unsigned PredReg, const ARMBaseInstrInfo &TII, unsigned MIFlags) argument
/external/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp646 DebugLoc dl; local
648 dl = InsertPos->getDebugLoc();
691 BuildMI(*Preheader, InsertPos, dl,
696 BuildMI(*Preheader, InsertPos, dl,
710 BuildMI(*Preheader, InsertPos, dl,
715 BuildMI(*Preheader, InsertPos, dl,
719 BuildMI(*Preheader, InsertPos, dl,
726 BuildMI(*Preheader, InsertPos, dl,
739 dl = LastI->getDebugLoc();
756 BuildMI(*LastMBB, LastI, dl,
[all...]
/external/webkit/Source/WebKit/chromium/src/
H A DContextMenuClientImpl.cpp82 DocumentLoader* dl = frame->loader()->documentLoader(); local
83 if (dl) {
84 WebDataSource* ds = WebDataSourceImpl::fromDocumentLoader(dl);
282 DocumentLoader* dl = selectedFrame->loader()->documentLoader(); local
283 WebDataSource* ds = WebDataSourceImpl::fromDocumentLoader(dl);
/external/libppp/src/
H A Dchap.c120 link_PushPacket(&physical->link, bp, physical->dl->bundle,
320 chap->auth.physical->dl->bundle, 0, pid);
493 len = strlen(authp->physical->dl->bundle->cfg.auth.name);
500 if (*authp->physical->dl->bundle->radius.cfg.file) {
519 memcpy(cp, authp->physical->dl->bundle->cfg.auth.name, len);
532 len = strlen(authp->physical->dl->bundle->cfg.auth.name);
551 struct bundle *bundle = authp->physical->dl->bundle;
554 datalink_GotAuthname(authp->physical->dl, authp->in.name);
585 datalink_AuthOk(authp->physical->dl);
622 datalink_AuthNotOk(authp->physical->dl);
[all...]
H A Dmp.h68 struct datalink *dl; /* Send this datalink */ member in struct:mpserver::__anon8822
/external/openssl/crypto/des/asm/
H A Ddes-586.S21 movb %dl,%bl
50 movb %dl,%bl
79 movb %dl,%bl
108 movb %dl,%bl
137 movb %dl,%bl
166 movb %dl,%bl
195 movb %dl,%bl
224 movb %dl,%bl
253 movb %dl,%bl
282 movb %dl,
[all...]
H A Dcrypt586.S55 movb %dl,%bl
105 movb %dl,%bl
155 movb %dl,%bl
205 movb %dl,%bl
255 movb %dl,%bl
305 movb %dl,%bl
355 movb %dl,%bl
405 movb %dl,%bl
455 movb %dl,%bl
505 movb %dl,
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h749 DebugLoc dl, SelectionDAG &DAG,
754 DebugLoc dl, SelectionDAG &DAG,
758 DebugLoc dl, SelectionDAG &DAG,
780 int FPDiff, DebugLoc dl) const;
789 SDValue LowerAsSplatVectorLoad(SDValue SrcOp, EVT VT, DebugLoc dl,
797 SDValue LowerGlobalAddress(const GlobalValue *GV, DebugLoc dl,
819 DebugLoc dl, SelectionDAG &DAG) const;
854 DebugLoc dl, SelectionDAG &DAG,
865 DebugLoc dl, SelectionDAG &DAG) const;
H A DX86ISelDAGToDAG.cpp525 DebugLoc dl = N->getDebugLoc(); local
528 SDValue Store = CurDAG->getTruncStore(CurDAG->getEntryNode(), dl,
532 SDValue Result = CurDAG->getExtLoad(ISD::EXTLOAD, dl, DstVT, Store, MemTmp,
961 DebugLoc dl = N.getDebugLoc(); local
1173 SDValue Neg = CurDAG->getNode(ISD::SUB, dl, N.getValueType(), Zero, RHS);
1639 DebugLoc dl,
1679 return CurDAG->getTargetExtractSubreg(X86::sub_16bit, dl, NVT,
1691 DebugLoc dl = Node->getDebugLoc();
1722 Val = getAtomicLoadArithTargetConstant(CurDAG, dl, Op, NVT, Val);
1768 dl, NV
1638 getAtomicLoadArithTargetConstant(SelectionDAG *CurDAG, DebugLoc dl, enum AtomicOpc &Op, EVT NVT, SDValue Val) argument
1987 DebugLoc dl = Node->getDebugLoc(); local
[all...]
H A DX86VZeroUpper.cpp230 DebugLoc dl = I->getDebugLoc(); local
264 BuildMI(BB, I, dl, TII->get(X86::VZEROUPPER));
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-core.css8 dl,dt,dd,ol,ul,li,table,caption,tbody,
89 p,ul,ol,dl,dd,dt,li {
102 dl {
149 dl dl,
150 ol dl,
151 ul dl {
672 dl.tag-list dt code,
674 dl.atn-list dt code,
/external/quake/quake/src/QW/client/
H A Dr_aliasa.asm251 mov dl,ds:byte ptr[esi]
252 mov ds:byte ptr[Lcoords],dl
254 mov dl,ds:byte ptr[1+esi]
255 mov ds:byte ptr[Lcoords+4],dl
257 mov dl,ds:byte ptr[2+esi]
258 mov ds:byte ptr[Lcoords+8],dl
270 mov dl,ds:byte ptr[3+esi]
298 mov dl,ds:byte ptr[Ltemp+3]
299 test dl,080h
H A Dcl_parse.c1058 dlight_t *dl; local
1075 dl = CL_AllocDlight (i);
1076 VectorCopy (pl->origin, dl->origin);
1079 VectorMA (dl->origin, 18, fv, dl->origin);
1080 dl->radius = 200 + (rand()&31);
1081 dl->minlight = 32;
1082 dl->die = cl.time + 0.1;
1083 dl->color[0] = 0.2;
1084 dl
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h115 const SmallVectorImpl<ISD::InputArg> &Ins, DebugLoc dl,
129 const SmallVectorImpl<SDValue> &OutVals, DebugLoc dl,
/external/llvm/lib/Target/Sparc/
H A DFPMover.cpp89 DebugLoc dl = MI->getDebugLoc(); local
120 MI = BuildMI(MBB, I, dl, TM.getInstrInfo()->get(SP::FMOVS), OddDestReg)
/external/dhcpcd/
H A Dshowlease.c149 valid_length(uint8_t option, int dl, int *type) argument
154 if (dl == 0)
175 return dl % sz;
176 return (dl == sz ? 0 : -1);
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
H A DTestBoneRagdoll.java226 DirectionalLight dl = new DirectionalLight();
227 dl.setDirection(new Vector3f(-0.1f, -0.7f, -1).normalizeLocal());
228 dl.setColor(new ColorRGBA(1f, 1f, 1f, 1.0f));
229 rootNode.addLight(dl);
/external/llvm/lib/Target/MSP430/
H A DMSP430RegisterInfo.cpp114 DebugLoc dl = MI.getDebugLoc(); local
145 BuildMI(MBB, llvm::next(II), dl, TII.get(MSP430::SUB16ri), DstReg)
148 BuildMI(MBB, llvm::next(II), dl, TII.get(MSP430::ADD16ri), DstReg)
/external/qemu/distrib/zlib-1.2.3/
H A Ddeflate.h70 } dl; member in struct:ct_data_s
75 #define Dad dl.dad
76 #define Len dl.len

Completed in 4421 milliseconds

1234567891011>>