HomeSort by relevance Sort by last modified time
    Searched defs:dw (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
jmpfar.asm 4 ;dw seg (1234:5678)
9 dw seg far1 label
13 dw seg far2 label
overflow.asm 8 dw 0x12345 label
9 dw -1 label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
float.asm 2 dw 3.14 label
7 dw -62000.0 label
float-err.asm 3 dw 3.14e500 label
9 dw -5593824513450897123075109385109385019324871093470134710984.34981 label
integer-warn.asm 3 dw 0x3875bc label
integer.asm 4 dw 0x3875 label
bin-farabs.asm 51 dw keybuf ; offset part label
52 dw seg keybuf ; segment part label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/
dy.asm 2 dw label label
locallabel.asm 7 dw label.local label
8 dw label.local2 label
16 dw label2.local label
17 dw label2.local2 label
18 dw $label2.local label
19 dw $label2.local2 label
uscore.asm 5 dw 1_2_3_4q label
6 dw 1234q label
10 dw _0 label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/tests/
orgsect.asm 7 dw label label
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
strucsize.asm 22 dw TST1_size label
23 dw TST2_size label
  /external/valgrind/main/none/tests/s390x/
stfle.c 7 unsigned long long stfle(unsigned long dw, unsigned bit_to_test)
10 register unsigned long long __nr asm("0") = dw - 1;
31 int dw = S390_NUM_FACILITY_DW; local
35 if ((stfle(dw, 1)) && stfle(dw, 2))
41 if (stfle(dw, 7))
46 /* Test #3: Tell STFLE to only write 1 DW of facility bits. Expected condition
49 dw = 1;
50 if ((stfle(dw, 1)) && stfle(dw, 2)
    [all...]
  /external/elfutils/0.153/libdwfl/
dwfl_getdwarf.c 66 Dwarf *dw = INTUSE(dwfl_module_getdwarf) (mod, &bias); local
67 return (*info->callback) (mod, userdata, name, start, dw, bias, info->arg);
  /frameworks/base/tools/aapt/
CrunchCache.cpp 85 DirectoryWalker* dw = new SystemDirectoryWalker(); local
88 mFileFinder->findFiles(mSourcePath, mExtensions, mSourceFiles,dw);
91 mFileFinder->findFiles(mDestPath,mExtensions,mDestFiles,dw);
93 delete dw;
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
SourceInterpreter.java 157 SourceValue dw = (SourceValue) w; local
158 if (dv.insns instanceof SmallSet && dw.insns instanceof SmallSet) {
159 Set s = ((SmallSet) dv.insns).union((SmallSet) dw.insns);
160 if (s == dv.insns && dv.size == dw.size) {
163 return new SourceValue(Math.min(dv.size, dw.size), s);
166 if (dv.size != dw.size || !dv.insns.containsAll(dw.insns)) {
169 s.addAll(dw.insns);
170 return new SourceValue(Math.min(dv.size, dw.size), s);
  /frameworks/base/core/java/android/text/style/
DrawableMarginSpan.java 49 int dw = mDrawable.getIntrinsicWidth(); local
53 mDrawable.setBounds(ix, itop, ix+dw, itop+dh);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mspcoll.h 114 DWORD dw = 0; local
120 CComVariant& var = m_Var[dw];
123 dw++;
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
vpx_scale.c 491 int dw = (hscale - 1 + src->y_width * hratio) / hscale; local
496 (unsigned char *) dst->y_buffer, dst->y_stride, dw, dh,
499 if (dw < (int)dst->y_width)
501 vpx_memset(dst->y_buffer + i * dst->y_stride + dw - 1, dst->y_buffer[i * dst->y_stride + dw - 2], dst->y_width - dw + 1);
508 (unsigned char *) dst->u_buffer, dst->uv_stride, dw / 2, dh / 2,
511 if (dw / 2 < (int)dst->uv_width)
513 vpx_memset(dst->u_buffer + i * dst->uv_stride + dw / 2 - 1, dst->u_buffer[i * dst->uv_stride + dw / 2 - 2], dst->uv_width - dw / 2 + 1)
    [all...]
  /external/libvpx/libvpx/vpx_scale/generic/
vpx_scale.c 491 int dw = (hscale - 1 + src->y_width * hratio) / hscale; local
496 (unsigned char *) dst->y_buffer, dst->y_stride, dw, dh,
499 if (dw < (int)dst->y_width)
501 vpx_memset(dst->y_buffer + i * dst->y_stride + dw - 1, dst->y_buffer[i * dst->y_stride + dw - 2], dst->y_width - dw + 1);
508 (unsigned char *) dst->u_buffer, dst->uv_stride, dw / 2, dh / 2,
511 if (dw / 2 < (int)dst->uv_width)
513 vpx_memset(dst->u_buffer + i * dst->uv_stride + dw / 2 - 1, dst->u_buffer[i * dst->uv_stride + dw / 2 - 2], dst->uv_width - dw / 2 + 1)
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
StrictModeFlash.java 62 final int dw = mLastDW; local
65 Rect dirty = new Rect(0, 0, dw, dh);
77 c.clipRect(new Rect(0, 0, dw, mThickness), Region.Op.REPLACE);
83 c.clipRect(new Rect(dw - mThickness, 0, dw, dh), Region.Op.REPLACE);
86 c.clipRect(new Rect(0, dh - mThickness, dw, dh), Region.Op.REPLACE);
106 void positionSurface(int dw, int dh) {
107 if (mLastDW == dw && mLastDH == dh) {
110 mLastDW = dw;
112 mSurfaceControl.setSize(dw, dh)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
vpx_scale.c 491 int dw = (hscale - 1 + src->y_width * hratio) / hscale; local
496 (unsigned char *) dst->y_buffer, dst->y_stride, dw, dh,
499 if (dw < (int)dst->y_width)
501 vpx_memset(dst->y_buffer + i * dst->y_stride + dw - 1, dst->y_buffer[i * dst->y_stride + dw - 2], dst->y_width - dw + 1);
508 (unsigned char *) dst->u_buffer, dst->uv_stride, dw / 2, dh / 2,
511 if (dw / 2 < (int)dst->uv_width)
513 vpx_memset(dst->u_buffer + i * dst->uv_stride + dw / 2 - 1, dst->u_buffer[i * dst->uv_stride + dw / 2 - 2], dst->uv_width - dw / 2 + 1)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32regkey.cc 283 DWORD dw = 0; local
286 sam_desired, lpSecAttr, &h_key, &dw);
290 *lpdwDisposition = dw;
    [all...]
  /external/chromium_org/third_party/libxslt/libexslt/
crypto.c 130 DWORD dw = GetLastError (); local
133 FORMAT_MESSAGE_FROM_SYSTEM, NULL, dw,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_vtbl.c 692 uint32_t dw = i915->state.Ctx[I915_CTXREG_LIS6]; local
694 dw |= S6_COLOR_WRITE_ENABLE;
696 dw &= ~S6_COLOR_WRITE_ENABLE;
697 if (dw != i915->state.Ctx[I915_CTXREG_LIS6]) {
699 i915->state.Ctx[I915_CTXREG_LIS6] = dw;

Completed in 604 milliseconds

1 2 3