/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/tasm/tests/ |
case.asm | 2 B dw A 3 c dw b
|
lidt.asm | 1 idtr dw 0
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/tests/ |
lc3b-mp22NC.asm | 91 ADATA0: dw 0x600D
92 ADATA1: dw 0x600D
93 ADATA2: dw 0x600D
94 ADATA3: dw 0x600D
95 ADATA4: dw 0x600D
96 ADATA5: dw 0x600D
97 ADATA6: dw 0x600D
98 ADATA7: dw 0x600D
99 ADATA8: dw 0x600D
100 ADATA9: dw 0x600D [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/ |
uscore.asm | 5 dw 1_2_3_4q label 6 dw 1234q label 10 dw _0 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
|
dy.asm | 2 dw label 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/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
|
/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/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
overflow.asm | 8 dw 0x12345 label 9 dw -1 label
|
jmpfar.asm | 4 ;dw seg (1234:5678) 9 dw seg far1 label 13 dw seg far2 label
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/ |
xdflong.asm | 7 dw %3 ; Limit 15-0 8 dw %2 ; Base 15-0 22 dw %2 ; Offset 15-00 23 dw %3 ; Selector 26 dw %2 >> 16 ; Offset 31-16 39 dw %1 >> 40 49 dw (%3 << 12) | (%4 << 8) | (%5 << 6) | (%6 << 5) | (%7 << 4) | (%8 << 3) | (%9 << 2) | (%10 << 1) | %11 | 0x80 149 pgdt: dw (gdt_ - gdt0) ; Limit 152 pidt: dw (idt_ - idt0) ; Limit 166 zero: dw isrR, 0 ; 0x00, 0 #DE, Divide Error [all...] |
xdfprotect.asm | 7 dw (%3 & 0xFFFF) ; Limit 0-15 8 dw (%2 & 0xFFFF) ; Base 0-15 27 dw %2 ; Offset 0-15 28 dw (%3 & 0xFFFF) ; Selector 0-15 31 dw 0 ; Offset 16-31 122 pgdt: dw 6 * 8 ; Limit 125 pidt: dw 20 * 8 ; Limit 139 dw isrR, 0 ; 0x00, 0 #DE, Divide Error 140 dw isrR, 0 ; 0x01, 1 #DB, Debug Fault 141 dw isrR, 0 ; 0x02, 2, ---, NM [all...] |
/frameworks/base/services/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...] |
/frameworks/base/tools/aapt/ |
FileFinder.cpp | 43 DirectoryWalker* dw) 47 if (!dw->openDir(basePath)) { 55 while ((entry = dw->nextEntry()) != NULL) { 63 DirectoryWalker* copy = dw->clone(); 70 checkAndAddFile(fullPath,dw->entryStats(),extensions,fileStore); 75 dw->closeDir();
|
FileFinder.h | 27 DirectoryWalker* dw) = 0; 58 DirectoryWalker* dw);
|
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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
i915_state.c | 97 GLuint dw = i915->state.Ctx[reg]; \ 98 dw &= ~(mask); \ 99 dw |= (set); \ 100 dirty |= dw != i915->state.Ctx[reg]; \ 101 i915->state.Ctx[reg] = dw; \ 183 GLuint dw; local 187 dw = i915->state.Ctx[I915_CTXREG_LIS6]; 188 dw &= ~(S6_ALPHA_TEST_FUNC_MASK | S6_ALPHA_REF_MASK); 189 dw |= ((test << S6_ALPHA_TEST_FUNC_SHIFT) | 191 if (dw != i915->state.Ctx[I915_CTXREG_LIS6]) 240 GLuint dw; local 356 GLuint dw; local 373 GLuint dw; local 570 GLuint mode, dw; local 786 GLuint dw; local [all...] |
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i915_state.c | 97 GLuint dw = i915->state.Ctx[reg]; \ 98 dw &= ~(mask); \ 99 dw |= (set); \ 100 dirty |= dw != i915->state.Ctx[reg]; \ 101 i915->state.Ctx[reg] = dw; \ 183 GLuint dw; local 187 dw = i915->state.Ctx[I915_CTXREG_LIS6]; 188 dw &= ~(S6_ALPHA_TEST_FUNC_MASK | S6_ALPHA_REF_MASK); 189 dw |= ((test << S6_ALPHA_TEST_FUNC_SHIFT) | 191 if (dw != i915->state.Ctx[I915_CTXREG_LIS6]) 240 GLuint dw; local 356 GLuint dw; local 373 GLuint dw; local 570 GLuint mode, dw; local 786 GLuint dw; local [all...] |
/external/elfutils/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);
|
/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...] |