HomeSort by relevance Sort by last modified time
    Searched refs:dl (Results 26 - 50 of 109) sorted by null

12 3 4 5

  /external/webkit/WebKit/chromium/src/
ContextMenuClientImpl.cpp 74 DocumentLoader* dl = frame->loader()->documentLoader(); local
75 if (dl) {
76 WebDataSource* ds = WebDataSourceImpl::fromDocumentLoader(dl);
223 DocumentLoader* dl = selectedFrame->loader()->documentLoader(); local
224 WebDataSource* ds = WebDataSourceImpl::fromDocumentLoader(dl);
  /external/libvpx/vp8/common/x86/
iwalsh_mmx.asm 89 movq mm5, mm0 ;temp dl
91 paddw mm0, mm1 ;dl + cl
92 psubw mm5, mm1 ;dl - cl
130 movq mm5, mm0 ;temp dl
132 paddw mm0, mm4 ;dl + cl
133 psubw mm5, mm4 ;dl - cl
iwalsh_sse2.asm 47 paddw xmm4, xmm0 ;dl+cl a1+b1 aka op[4] op[0]
79 paddw xmm5, xmm4 ;dl+cl a1+b1 aka op[4] op[0]
  /build/tools/apriori/
Android.mk 52 LOCAL_STATIC_LIBRARIES := libelfcopy libelf libebl #dl
  /build/tools/soslim/
Android.mk 44 LOCAL_STATIC_LIBRARIES := libelfcopy libelf libebl libebl_arm #dl
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
x86p_32.asm 274 mov dl,[esi+2]
277 mov [edi+2],dl
291 mov dl,[esi+2]
294 mov [edi+2],dl
345 mov dl,[esi+2]
348 mov [edi+2],dl
370 mov dl,[esi]
375 mov [edi+2],dl
387 mov dl,[esi]
392 mov [edi+2],dl
    [all...]
  /external/dhcpcd/
dhcp.c 215 valid_length(uint8_t option, int dl, int *type)
220 if (dl == 0)
241 return dl % sz;
242 return (dl == sz ? 0 : -1);
504 decode_rfc3442_rt(int dl, const uint8_t *data)
514 if (dl < 5)
517 e = p + dl;
556 decode_rfc3361(int dl, const uint8_t *data)
564 if (dl < 2) {
570 dl--
    [all...]
showlease.c 145 valid_length(uint8_t option, int dl, int *type)
150 if (dl == 0)
171 return dl % sz;
172 return (dl == sz ? 0 : -1);
  /external/grub/stage2/
asm.S 139 ADDR32 movb %dl, EXT_C(boot_drive)
218 xorb %dl, %dl
315 movb 8(%ebp), %dl
554 /* save bits 0-6 of %al in %dl */
556 andb $0x7f, %dl
559 xorb %dl, %bl
573 cmpb %al, %dl
576 movb %ah, %dl
687 cmpb %al, %dl
    [all...]
  /external/bluetooth/glib/gmodule/
gmodule-dld.c 32 #include <dl.h>
  /external/quake/quake/src/WinQuake/
dosisms.h 67 unsigned char dl, dh, edx_b2, edx_b3; member in struct:__anon6829::__anon6832
  /external/bluetooth/bluez/plugins/
hciops.c 239 struct hci_dev_list_req *dl; local
243 dl = g_try_malloc0(HCI_MAX_DEV * sizeof(struct hci_dev_req) + sizeof(uint16_t));
244 if (!dl) {
251 dl->dev_num = HCI_MAX_DEV;
252 dr = dl->dev_req;
254 if (ioctl(ctl, HCIGETDEVLIST, (void *) dl) < 0) {
258 g_free(dl);
262 for (i = 0; i < dl->dev_num; i++, dr++) {
269 g_free(dl);
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 106 <a href="http://dl.google.com/android/ndk/<?cs var:ndk.win_download ?>"><?cs var:ndk.win_download ?></a>
114 <a href="http://dl.google.com/android/ndk/<?cs var:ndk.mac_download ?>"><?cs var:ndk.mac_download ?></a>
122 <a href="http://dl.google.com/android/ndk/<?cs var:ndk.linux_download ?>"><?cs var:ndk.linux_download ?></a>
165 <a onclick="onDownload(this)" href="http://dl.google.com/android/<?cs var:sdk.win_download
174 <a onclick="onDownload(this)" href="http://dl.google.com/android/<?cs var:sdk.win_installer
183 <a onclick="onDownload(this)" href="http://dl.google.com/android/<?cs var:sdk.mac_download
192 <a onclick="onDownload(this)" href="http://dl.google.com/android/<?cs var:sdk.linux_download
  /external/quake/quake/src/QW/client/
r_aliasa.asm 251 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
cl_parse.c 1058 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->color[1] = 0.1
    [all...]
  /external/chromium/third_party/icu/source/i18n/
nfsubs.cpp 1043 DigitList dl; local
1118 DigitList dl; local
    [all...]
  /external/webkit/WebCore/loader/
CachedFont.cpp 96 void CachedFont::beginLoadIfNeeded(DocLoader* dl)
100 cache()->loader()->load(dl, this, false);
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 894 int dl = scratches.obtain(); local
993 int dl = scratches.obtain(); local
    [all...]
load_store.cpp 238 int dl = d.format.c[component].l; local
239 int dbits = dh - dl;
264 // do it more efficiently below (in the case where dl=0)
338 if (dl) {
341 MOV(AL, 0, d.reg, reg_imm(ireg, LSL, dl));
343 ORR(AL, 0, d.reg, d.reg, reg_imm(ireg, LSL, dl));
  /external/chromium/third_party/zlib/
deflate.h 70 } dl; member in struct:ct_data_s
75 #define Dad dl.dad
76 #define Len dl.len
  /external/qemu/distrib/zlib-1.2.3/
deflate.h 70 } dl; member in struct:ct_data_s
75 #define Dad dl.dad
76 #define Len dl.len
  /external/zlib/
deflate.h 70 } dl; member in struct:ct_data_s
75 #define Dad dl.dad
76 #define Len dl.len
  /system/core/libpixelflinger/
buffer.cpp 39 int sh, int sl, int dh, int dl, int ch, int cl, int dither);
325 int dh, int dl, // dst
330 const int dbits = dh-dl;
360 if (dl) {
365 in |= v<<dl;
  /external/icu4c/i18n/
nfsubs.cpp 1043 DigitList dl; local
1115 DigitList dl; local
    [all...]
  /external/openssl/crypto/dso/
dso_dlfcn.c 434 static int dladdr(void *address, Dl_info *dl)
437 v = _rld_new_interface(_RLD_DLADDR,address,dl);

Completed in 1096 milliseconds

12 3 4 5