/toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/ |
load5b.d | 4 #objdump: -dw
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-ifunc/ |
ifunc-1-local-x86.d | 2 #objdump: -dw
|
ifunc-1-x86.d | 2 #objdump: -dw
|
ifunc-2-i386.d | 3 #objdump: -dw
|
ifunc-2-local-i386.d | 3 #objdump: -dw
|
ifunc-3a-x86.d | 3 #objdump: -dw
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/ |
bnd-ifunc-1.d | 3 #objdump: -dw
|
call1a.d | 4 #objdump: -dw
|
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
st16_64.asm | 36 SectorSize dw 0 ; Sector Size - 16 bits
38 ReservedSectors dw 0 ; Reserved Sectors - 16 bits
40 RootEntries dw 0 ; Root Entries - 16 bits
41 Sectors dw 0 ; Number of Sectors - 16 bits
43 SectorsPerFat dw 0 ; Sectors Per FAT - 16 bits
44 SectorsPerTrack dw 0 ; Sectors Per Track - 16 bits - ignored
45 Heads dw 0 ; Heads - 16 bits - ignored
117 dw 0A20Fh
129 dw 0200h
131 dw 2000h [all...] |
start32.asm | 35 SectorSize dw 0 ; Sector Size - 2 bytes
37 ReservedSectors dw 0 ; Reserved Sectors - 2 bytes
39 RootEntries dw 0 ; Root Entries - 2 bytes
40 Sectors dw 0 ; Number of Sectors - 2 bytes
42 SectorsPerFat16 dw 0 ; Sectors Per FAT for FAT12/FAT16 - 2 byte
43 SectorsPerTrack dw 0 ; Sectors Per Track - 2 bytes
44 Heads dw 0 ; Heads - 2 bytes
56 ExtFlags dw 0 ; Mirror Flag - 2 bytes
57 FSVersion dw 0 ; File System Version - 2 bytes
59 FSInfo dw 0 ; Sector Number of FSINFO - 2 bytes [all...] |
start64.asm | 36 SectorSize dw 0 ; Sector Size - 16 bits
38 ReservedSectors dw 0 ; Reserved Sectors - 16 bits
40 RootEntries dw 0 ; Root Entries - 16 bits
41 Sectors dw 0 ; Number of Sectors - 16 bits
43 SectorsPerFat dw 0 ; Sectors Per FAT - 16 bits
44 SectorsPerTrack dw 0 ; Sectors Per Track - 16 bits - ignored
45 Heads dw 0 ; Heads - 16 bits - ignored
117 dw 0A20Fh
129 dw 0200h
131 dw 2000h [all...] |
start.asm | 36 SectorSize dw 0 ; Sector Size - 16 bits
38 ReservedSectors dw 0 ; Reserved Sectors - 16 bits
40 RootEntries dw 0 ; Root Entries - 16 bits
41 Sectors dw 0 ; Number of Sectors - 16 bits
43 SectorsPerFat dw 0 ; Sectors Per FAT - 16 bits
44 SectorsPerTrack dw 0 ; Sectors Per Track - 16 bits - ignored
45 Heads dw 0 ; Heads - 16 bits - ignored
117 dw 0200h
119 dw 2000h
306 dw 0aa55h [all...] |
start16.asm | 36 SectorSize dw 0 ; Sector Size - 16 bits
38 ReservedSectors dw 0 ; Reserved Sectors - 16 bits
40 RootEntries dw 0 ; Root Entries - 16 bits
41 Sectors dw 0 ; Number of Sectors - 16 bits
43 SectorsPerFat dw 0 ; Sectors Per FAT - 16 bits
44 SectorsPerTrack dw 0 ; Sectors Per Track - 16 bits - ignored
45 Heads dw 0 ; Heads - 16 bits - ignored
117 dw 0200h
119 dw 2000h
299 dw 0aa55h [all...] |
/external/mesa3d/src/gallium/drivers/ilo/core/ |
ilo_state_viewport.c | 137 uint32_t dw[16]; local 142 dw[0] = fui(mat->scale[0]); 143 dw[1] = fui(mat->scale[1]); 144 dw[2] = fui(mat->scale[2]); 145 dw[3] = fui(mat->translate[0]); 146 dw[4] = fui(mat->translate[1]); 147 dw[5] = fui(mat->translate[2]); 148 dw[6] = 0; 149 dw[7] = 0; 151 dw[8] = fui(min_gbx) [all...] |
/frameworks/base/tools/aapt/ |
CrunchCache.cpp | 86 DirectoryWalker* dw = new SystemDirectoryWalker(); local 89 mFileFinder->findFiles(mSourcePath, mExtensions, mSourceFiles,dw); 92 mFileFinder->findFiles(mDestPath,mExtensions,mDestFiles,dw); 94 delete dw;
|
/system/netd/server/ |
TrafficController.cpp | 583 void dumpBpfMap(std::string mapName, DumpWriter& dw, const std::string& header) { 584 dw.blankline(); 585 dw.println("%s:", mapName.c_str()); 587 dw.println(header.c_str()); 593 void TrafficController::dump(DumpWriter& dw, bool verbose) { 595 dw.incIndent(); 596 dw.println("TrafficController"); 598 dw.incIndent(); 599 dw.println("BPF module status: %s", ebpfSupported? "ON" : "OFF"); 604 dw.blankline() [all...] |
TcpSocketMonitor.cpp | 73 static void tcpInfoPrint(DumpWriter &dw, Fwmark mark, const struct inet_diag_msg *sockinfo, 80 dw.println( 99 void TcpSocketMonitor::dump(DumpWriter& dw) { 102 dw.println("TcpSocketMonitor"); 103 dw.incIndent(); 107 dw.println("running=%d, suspended=%d, last poll %lld ms ago", 111 dw.blankline(); 112 dw.println("Network stats:"); 117 dw.println("netId=%d sent=%d lost=%d rttMs=%gms sentAckDiff=%gms", 127 dw.blankline() [all...] |
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i915_state.c | 99 GLuint dw = i915->state.Ctx[reg]; \ 100 dw &= ~(mask); \ 101 dw |= (set); \ 102 dirty |= dw != i915->state.Ctx[reg]; \ 103 i915->state.Ctx[reg] = dw; \ 185 GLuint dw; local 189 dw = i915->state.Ctx[I915_CTXREG_LIS6]; 190 dw &= ~(S6_ALPHA_TEST_FUNC_MASK | S6_ALPHA_REF_MASK); 191 dw |= ((test << S6_ALPHA_TEST_FUNC_SHIFT) | 193 if (dw != i915->state.Ctx[I915_CTXREG_LIS6]) 242 GLuint dw; local 358 GLuint dw; local 375 GLuint dw; local 560 GLuint mode, dw; local 773 GLuint dw; local [all...] |
/external/annotation-tools/asmx/src/org/objectweb/asm/tree/analysis/ |
DataflowInterpreter.java | 157 DataflowValue dw = (DataflowValue) 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 DataflowValue(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 DataflowValue(Math.min(dv.size, dw.size), s);
|
/external/libvpx/libvpx/vp8/common/x86/ |
subpixel_mmx.asm | 485 times 4 dw 0x40 490 times 8 dw 0 491 times 8 dw 0 492 times 8 dw 128 493 times 8 dw 0 494 times 8 dw 0 495 times 8 dw 0 497 times 8 dw 0 498 times 8 dw -6 499 times 8 dw 12 [all...] |
/external/elfutils/libdwfl/ |
dwfl_getdwarf.c | 45 Dwarf *dw = INTUSE(dwfl_module_getdwarf) (mod, &bias); local 46 return (*info->callback) (mod, userdata, name, start, dw, bias, info->arg);
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ |
8087.d | 1 #objdump: -dw
|
arch-11.d | 1 #objdump: -dw
|
arch-12.d | 1 #objdump: -dw
|
arch-4.d | 2 #objdump: -dw
|