Searched refs:dl (Results 226 - 250 of 311) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/platform/graphics/skia/
H A DGraphicsContextSkia.cpp1081 SkLayerDrawLooper* dl = new SkLayerDrawLooper; local
1082 SkAutoUnref aur(dl);
1085 dl->addLayer();
1100 SkPaint* paint = dl->addLayer(info);
1104 // dl is now built, just install it
1105 platformContext()->setDrawLooper(dl);
/external/opencv/cv/src/
H A Dcvhaar.cpp1547 int dl = 0; local
1553 sscanf( stage, "%d%n", &count, &dl );
1554 stage += dl;
1567 sscanf( stage, "%d%n", &classifier->count, &dl );
1568 stage += dl;
1583 sscanf( stage, "%d%n", &rects, &dl );
1584 stage += dl;
1594 &(classifier->haar_feature[l].rect[k].weight), &dl );
1595 stage += dl;
1598 sscanf( stage, "%s%n", str, &dl );
[all...]
/external/libppp/src/
H A Dnetgraph.c225 switch (p->dl->state) {
238 switch (p->dl->state) {
359 switch (p->dl->state) {
H A Dprompt.c475 prompt_TtyTermMode(struct prompt *p, struct datalink *dl) argument
487 p->TermMode = dl;
H A Diface.c99 struct sockaddr_dl *dl; local
146 dl = (struct sockaddr_dl *)(ifm + 1); /* Single _dl at end */
147 if (dl->sdl_nlen == namelen && !strncmp(name, dl->sdl_data, namelen)) {
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h113 const DebugLoc dl, bool NoImp = false);
988 void setDebugLoc(const DebugLoc dl) { debugLoc = dl; }
/external/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp602 DebugLoc dl = MI->getDebugLoc(); local
623 emitSPUpdate(MBB, MI, dl, TII, AArch64::NoRegister, Amount);
629 emitSPUpdate(MBB, MI, dl, TII, AArch64::NoRegister, -CalleePopAmount);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h198 DebugLoc dl = Op.getDebugLoc(); local
200 return DAG.getNode(ISD::SIGN_EXTEND_INREG, dl, Op.getValueType(), Op,
208 DebugLoc dl = Op.getDebugLoc(); local
210 return DAG.getZeroExtendInReg(Op, dl, OldVT.getScalarType());
361 ISD::CondCode &CCCode, DebugLoc dl);
487 ISD::CondCode &CCCode, DebugLoc dl);
/external/qemu/distrib/sdl-1.2.15/src/hermes/
H A Dx86p_16.asm421 mov dl,[esi+0]
429 mov dl,[esi+4]
453 mov dl,[esi+0] ; blues
H A Dmmxp2_32.asm113 mov dl, [esi+2]
116 mov [edi+2], dl
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp385 DebugLoc dl = Node->getDebugLoc(); local
410 return CurDAG->getMachineNode(MSP430::ADD16ri, dl, MVT::i16,
/external/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp237 DebugLoc dl = I == MBB->end() ? DebugLoc() : I->getDebugLoc();
252 BuildMI(*MBB, I, dl, TII->get(X86::XCH_F)).addReg(STReg);
257 DebugLoc dl = I == MBB->end() ? DebugLoc() : I->getDebugLoc();
261 BuildMI(*MBB, I, dl, TII->get(X86::LD_Frr)).addReg(STReg);
831 DebugLoc dl = MI->getDebugLoc();
844 I = BuildMI(*MBB, ++I, dl, TII->get(X86::ST_FPrr)).addReg(X86::ST0);
1169 DebugLoc dl = MI->getDebugLoc();
1235 I = BuildMI(*MBB, I, dl, TII->get(Opcode)).addReg(getSTReg(NotTOS));
/external/webkit/Source/WebCore/loader/
H A DMainResourceLoader.cpp470 RefPtr<DocumentLoader> dl = documentLoader(); local
479 dl->applicationCacheHost()->finishedLoadingMainResource();
/external/webp/src/dsp/
H A Dupsampling_neon.c38 uint16x8_t dl = vshll_n_u8(d, 1); \
51 al = vaddq_u16(al, dl); /* 3a + b + c + 3d */ \
/external/elfutils/libelf/
H A Delf_getarsym.c65 #include <dl-hash.h>
/external/jmonkeyengine/engine/src/core/com/jme3/material/
H A DMaterial.java676 DirectionalLight dl = (DirectionalLight) l;
677 Vector3f dir = dl.getDirection();
757 DirectionalLight dl = (DirectionalLight) l;
758 Vector3f dir = dl.getDirection();
/external/libxml2/
H A Dxmlmodule.c248 #include <dl.h>
/external/openssl/crypto/dso/
H A Ddso_dl.c70 #include <dl.h>
92 "OpenSSL 'dl' shared library method",
315 * unlikely that both the "dl" *and* "dlfcn" variants are being compiled at the
/external/qemu/android/
H A Dasync-socket.c1243 const Duration dl = (to >= 0) ? looper_now(_async_socket_get_looper(as)) + to : local
1245 async_socket_read_abs(as, buffer, len, reader_cb, reader_opaque, dl);
1286 const Duration dl = (to >= 0) ? looper_now(_async_socket_get_looper(as)) + to : local
1288 async_socket_write_abs(as, buffer, len, writer_cb, writer_opaque, dl);
/external/qemu/block/
H A Draw-posix.c589 struct disklabel dl; local
591 if (ioctl(fd, DIOCGDINFO, &dl))
593 return (uint64_t)dl.d_secsize *
594 dl.d_partitions[DISKPART(st.st_rdev)].p_size;
/external/quake/quake/src/QW/client/
H A Dd_scana.asm270 mov dl,ds:byte ptr[ebp+edx*1]
272 mov ds:byte ptr[-1+edi],dl
H A Dd_polysa.s701 movb (%edx,%ecx,),%dl
708 movb %dl,(%eax,%ecx,1)
1526 movb (%edi,%edx),%dl
1534 movb (%edx,%edi,1),%dl
1540 movb %dl,(%esi,%edi)
/external/skia/legacy/src/core/
H A DSkConcaveToTriangles.cpp280 SkScalar dl = left()->compare( t1.left()->point()),
282 if (dl < 0 && dr < 0)
284 if (dl > 0 && dr > 0)
285 return dl;
/external/zlib/src/contrib/inflate86/
H A Dinffast.S638 movb 2(from_r), %dl
641 movb %dl, 2(out_r)
1017 movb 2(from_r), %dl
1020 movb %dl, 2(out_r)
/external/quake/quake/src/WinQuake/
H A Dd_polysa.s701 movb (%edx,%ecx,),%dl
708 movb %dl,(%eax,%ecx,1)
1526 movb (%edi,%edx),%dl
1534 movb (%edx,%edi,1),%dl
1540 movb %dl,(%esi,%edi)

Completed in 657 milliseconds

1234567891011>>