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

12 3 4 5 6 7 8

  /external/libvpx/libvpx/vp8/encoder/x86/
dct_sse2.asm 377 dw 5352
378 dw 2217
379 dw 5352
380 dw 2217
381 dw 5352
382 dw 2217
383 dw 5352
384 dw 2217
387 dw 2217
388 dw -535
    [all...]
dct_mmx.asm 214 dw 5352
215 dw 2217
216 dw 5352
217 dw 2217
220 dw 2217
221 dw -5352
222 dw 2217
223 dw -5352
226 times 4 dw 1
229 times 4 dw
    [all...]
  /external/qemu-pc-bios/vgabios/
clext.c 1518 dw cirrus_extbios_80h
1519 dw cirrus_extbios_81h
1520 dw cirrus_extbios_82h
1521 dw cirrus_extbios_unimplemented
1523 dw cirrus_extbios_unimplemented
1524 dw cirrus_extbios_85h
1525 dw cirrus_extbios_unimplemented
1526 dw cirrus_extbios_unimplemented
1528 dw cirrus_extbios_unimplemented
1529 dw cirrus_extbios_unimplemente
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
Watermark.java 127 void positionSurface(int dw, int dh) {
128 if (mLastDW != dw || mLastDH != dh) {
129 mLastDW = dw;
131 mSurfaceControl.setSize(dw, dh);
138 final int dw = mLastDW; local
142 Rect dirty = new Rect(0, 0, dw, dh);
157 int div = (dw+mTextWidth)/deltaX;
158 int rem = (dw+mTextWidth) - (div*deltaX);
169 if (x >= dw) {
170 x -= (dw+mTextWidth)
    [all...]
FakeWindowImpl.java 83 void layout(int dw, int dh) {
85 mWindowHandle.touchableRegion.set(0, 0, dw, dh);
91 mWindowHandle.frameRight = dw;
DimLayer.java 167 final int dw, dh; local
170 dw = mBounds.width();
179 dw = (int) (info.logicalWidth * 1.5);
182 xPos = -1 * dw / 6;
189 mDimSurface.setSize(dw, dh);
  /external/libvpx/libvpx/vp8/common/x86/
subpixel_mmx.asm 641 times 4 dw 0x40
646 times 8 dw 0
647 times 8 dw 0
648 times 8 dw 128
649 times 8 dw 0
650 times 8 dw 0
651 times 8 dw 0
653 times 8 dw 0
654 times 8 dw -6
655 times 8 dw 12
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_pm4.h 64 void si_pm4_cmd_add(struct si_pm4_state *state, uint32_t dw);
73 void si_pm4_sh_data_add(struct si_pm4_state *state, uint32_t dw);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm32/
macho-reloc.asm 7 blah dw 5
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
xdfother.asm 21 var2 dw 2
  /external/elfutils/libdwfl/
cu.c 59 return &mod->dw->aranges->info[mod->aranges[idx].arange];
71 if (INTUSE(dwarf_getaranges) (mod->dw, &dwaranges, &naranges) != 0)
136 = &mod->dw->aranges->info[mod->dw->aranges->naranges - 1];
199 if (unlikely (cuoff + 4 >= mod->dw->sectiondata[IDX_debug_info]->d_size))
221 Dwarf_Die *die = INTUSE(dwarf_offdie) (mod->dw, cuoff, &cu->die);
275 int end = INTUSE(dwarf_nextcu) (mod->dw, cuoff, &nextoff, &cuhdrsz,
305 const Dwarf_Arange *dwarange = &mod->dw->aranges->info[arange->arange];
dwfl_nextcu.c 91 && (mod->dw != NULL
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_pm4.h 64 void si_pm4_cmd_add(struct si_pm4_state *state, uint32_t dw);
73 void si_pm4_sh_data_add(struct si_pm4_state *state, uint32_t dw);
  /libcore/luni/src/main/java/java/math/
NativeBN.java 33 public static native void putLongInt(long a, long dw);
34 public static native void putULongInt(long a, long dw, boolean neg);
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoframe.cc 95 uint32 format, int w, int h, int dw, int dh, uint8* sample,
98 return Reset(format, w, h, dw, dh, sample, sample_size, pixel_width,
102 bool WebRtcVideoFrame::Init(const CapturedFrame* frame, int dw, int dh) {
103 return Reset(frame->fourcc, frame->width, frame->height, dw, dh,
283 uint32 format, int w, int h, int dw, int dh, uint8* sample,
295 dw = (dw > 4) ? (dw & ~3) : dw;
300 int new_width = dw;
    [all...]
webrtcvideoframe.h 74 bool Init(uint32 format, int w, int h, int dw, int dh, uint8* sample,
78 bool Init(const CapturedFrame* frame, int dw, int dh);
93 virtual bool Reset(uint32 format, int w, int h, int dw, int dh, uint8* sample,
  /external/opencv/cxcore/src/
cxdxt.cpp 441 int dw0 = tab_size, dw;
582 for( j = 1, dw = dw0; j < nx; j++, dw += dw0 )
587 r2 = v0[nx].re*wave[dw*2].re - v0[nx].im*wave[dw*2].im;
588 i2 = v0[nx].re*wave[dw*2].im + v0[nx].im*wave[dw*2].re;
589 r0 = v1[0].re*wave[dw].im + v1[0].im*wave[dw].re;
590 i0 = v1[0].re*wave[dw].re - v1[0].im*wave[dw].im
    [all...]
  /frameworks/base/tools/aapt/tests/
MockFileFinder.h 37 DirectoryWalker* dw)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/
macho-reloc64-err.asm 8 blah dw 5
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
rdftest2.asm 29 _fardata: dw _term ; [4]
  /frameworks/base/core/java/android/text/style/
DrawableMarginSpan.java 50 int dw = mDrawable.getIntrinsicWidth(); local
54 mDrawable.setBounds(ix, itop, ix+dw, itop+dh);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
bintest.asm 50 bssptr dw bss_sym ; [2] [11]
51 dataptr dw datasym+5 ; [2] [10]
52 textptr dw endX ; [2] [9]
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_video_config_parser.cpp 28 #define GetUnalignedDword( pb, dw ) \
29 (dw) = ((uint32) *(pb + 3) << 24) + \
34 #define GetUnalignedDwordEx( pb, dw ) GetUnalignedDword( pb, dw ); (pb) += sizeof(uint32);
40 #define LoadDWORD( dw, p ) GetUnalignedDwordEx( p, dw )
  /external/elfutils/src/
findtextrel.c 100 GElf_Addr addr, Elf *elf, Elf_Scn *symscn, Dwarf *dw,
360 Dwarf *dw = dwarf_begin_elf (elf, DWARF_C_READ, NULL); local
364 if (dw == NULL && fname[0] == '/')
380 dw = dwarf_begin_elf (elf2, DWARF_C_READ, NULL);
435 symscn, dw, fname, more_than_one, &knownsrcs);
458 symscn, dw, fname, more_than_one, &knownsrcs);
463 dwarf_end (dw);
492 GElf_Addr addr, Elf *elf, Elf_Scn *symscn, Dwarf *dw,
506 if ((die = dwarf_addrdie (dw, addr, &die_mem)) != NULL
  /external/elfutils/tests/
dwflmodtest.c 188 Dwarf *dw, Dwarf_Addr bias,
192 name, base, dw == NULL ? "no" : "DWARF", bias, dwfl_errmsg (-1));
194 if (dw != NULL && *(const bool *) arg)
200 while (dwarf_nextcu (dw, off, &noff, &cuhl, NULL, NULL, NULL) == 0)
203 struct info info = { dwarf_offdie (dw, off + cuhl, &die_mem), bias };

Completed in 1040 milliseconds

12 3 4 5 6 7 8