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

1 2 3 4 5 6 7 8 91011>>

  /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/libunwind/src/x86_64/
Gos-linux.c 34 tdep_fetch_frame (struct dwarf_cursor *dw, unw_word_t ip, int need_unwind_info)
36 struct cursor *c = (struct cursor *) dw;
37 assert(! need_unwind_info || dw->pi_valid);
38 assert(! need_unwind_info || dw->pi.unwind_info);
39 if (dw->pi_valid
40 && dw->pi.unwind_info
41 && ((struct dwarf_cie_info *) dw->pi.unwind_info)->signal_frame)
47 dw->ip, dw->cfa, c->sigcontext_format);
51 tdep_cache_frame (struct dwarf_cursor *dw, struct dwarf_reg_state *rs
    [all...]
  /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/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...]
  /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/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);

Completed in 549 milliseconds

1 2 3 4 5 6 7 8 91011>>