/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
vmx.d | 1 #objdump: -dw
|
x86-64-arch-1.d | 1 #objdump: -dw
|
x86-64-io.d | 1 #objdump: -dw
|
x86-64-long-1.d | 1 #objdump: -dw
|
x86-64-rtm.d | 1 #objdump: -dw
|
x86-64-sse-check-none.d | 3 #objdump: -dw
|
x86-64-sse-check-warn.d | 4 #objdump: -dw
|
x86-64-sse-check.d | 3 #objdump: -dw
|
x86-64-vmx.d | 1 #objdump: -dw
|
xsave-intel.d | 3 #objdump: -dw -Mintel
|
avx512f-nondef.d | 2 #objdump: -dw
|
/external/libpcap/msdos/ |
pkt_rx1.s | 30 _rxOutOfs dw offset _pktRxBuf ; ring buffer offsets 31 _rxInOfs dw offset _pktRxBuf ; into _pktRxBuf 32 _pktDrop dw 0,0 ; packet drop counter 38 screenSeg dw 0B800h 39 newInOffset dw 0 42 fanIndex dw 0
|
pkt_rx0.asm | 46 firstCount dw 0 ; # of bytes on 1st call 47 secondCount dw 0 ; # of bytes on 2nd call 48 handle dw 0 ; handle for upcall 51 protocol dw 0 ; packet protocol number 55 _rxOutOfs dw offset _pktRxBuf ; ring buffer offsets 56 _rxInOfs dw offset _pktRxBuf ; into _pktRxBuf 57 _pktDrop dw 0,0 ; packet drop counter 63 screenSeg dw 0B800h 64 newInOffset dw 0 67 fanIndex dw [all...] |
/frameworks/base/services/core/java/com/android/server/wm/ |
WallpaperWindowToken.java | 75 void updateWallpaperOffset(int dw, int dh, boolean sync) { 79 if (wallpaperController.updateWallpaperOffset(wallpaper, dw, dh, sync)) { 92 final int dw = displayInfo.logicalWidth; local 105 wallpaperController.updateWallpaperOffset(wallpaper, dw, dh, false); 133 final int dw = displayInfo.logicalWidth; local 140 wallpaperController.updateWallpaperOffset(wallpaper, dw, dh, false);
|
CircularDisplayMask.java | 149 void positionSurface(int dw, int dh, int rotation) { 150 if (mLastDW == dw && mLastDH == dh && mRotation == rotation) { 153 mLastDW = dw;
|
EmulatorDisplayOverlay.java | 121 void positionSurface(int dw, int dh, int rotation) { 122 if (mLastDW == dw && mLastDH == dh && mRotation == rotation) { 125 mLastDW = dw;
|
/hardware/intel/common/wrs_omxil_core/core/src/ |
intel_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/mesa3d/src/gallium/drivers/ilo/core/ |
ilo_builder.h | 292 uint32_t **dw) 304 *dw = (uint32_t *) ((char *) writer->ptr + offset); 320 const uint32_t *dw) 325 memcpy(dst, dw, len << 2); 367 uint32_t **dw) 372 return ilo_builder_dynamic_pointer(builder, item, alignment, len, dw); 452 unsigned len, uint32_t **dw) 466 *dw = (uint32_t *) ((char *) writer->ptr + offset); 478 unsigned len, const uint32_t *dw) 484 memcpy(dst, dw, len << 2) [all...] |
/system/netd/server/ |
ResolverController.cpp | 379 void ResolverController::dump(DumpWriter& dw, unsigned netId) { 388 dw.incIndent(); 390 dw.println("getDnsInfo() failed for netid %u", netId); 393 dw.println("No DNS servers defined"); 395 dw.println("DNS servers: # IP (total, successes, errors, timeouts, internal errors, " 397 dw.incIndent(); 404 dw.println("%s (%d, %d, %d, %d, %d, %dms, %ds)%s", servers[i].c_str(), 408 dw.println("%s <no data>", servers[i].c_str()); 411 dw.println("%s <no stats>", servers[i].c_str()); 414 dw.decIndent() [all...] |
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
bs32.asm | 40 SectorSize dw 0 ; Sector Size - 16 bits
42 ReservedSectors dw 0 ; Reserved Sectors - 16 bits
44 RootEntries dw 0 ; Root Entries - 16 bits
45 Sectors dw 0 ; Number of Sectors - 16 bits
47 SectorsPerFat dw 0 ; Sectors Per FAT - 16 bits
48 SectorsPerTrack dw 0 ; Sectors Per Track - 16 bits - ignored
49 Heads dw 0 ; Heads - 16 bits - ignored
61 ExtFlags dw 0 ; Mirror Flag - 2 bytes
62 FSVersion dw 0 ; File System Version - 2 bytes
64 FSInfo dw 0 ; Sector Number of FSINFO - 2 bytes [all...] |
/external/elfutils/src/ |
findtextrel.c | 94 GElf_Addr addr, Elf *elf, Elf_Scn *symscn, Dwarf *dw, 374 Dwarf *dw = dwarf_begin_elf (elf, DWARF_C_READ, NULL); local 378 if (dw == NULL && fname[0] == '/') 394 dw = dwarf_begin_elf (elf2, DWARF_C_READ, NULL); 449 symscn, dw, fname, more_than_one, &knownsrcs); 472 symscn, dw, fname, more_than_one, &knownsrcs); 477 dwarf_end (dw); 507 GElf_Addr addr, Elf *elf, Elf_Scn *symscn, Dwarf *dw, 521 if ((die = dwarf_addrdie (dw, addr, &die_mem)) != NULL
|
/external/elfutils/tests/ |
dwflmodtest.c | 180 Dwarf *dw, Dwarf_Addr bias, 184 name, base, dw == NULL ? "no" : "DWARF", bias, dwfl_errmsg (-1)); 186 if (dw != NULL && *(const bool *) arg) 192 while (dwarf_nextcu (dw, off, &noff, &cuhl, NULL, NULL, NULL) == 0) 195 struct info info = { dwarf_offdie (dw, off + cuhl, &die_mem), bias };
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
sb_bc_decoder.cpp | 33 uint32_t dw0 = dw[i]; 34 uint32_t dw1 = dw[i+1]; 111 uint32_t dw0 = dw[i++]; 112 uint32_t dw1 = dw[i++]; 177 uint32_t dw0 = dw[i++]; 178 uint32_t dw1 = dw[i++]; 231 uint32_t dw0 = dw[i++]; 232 uint32_t dw1 = dw[i++]; 292 uint32_t dw0 = dw[i++]; 293 uint32_t dw1 = dw[i++] [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/X64/ |
MpFuncs.asm | 45 dw BufferStartLocation ; mov si, BufferStartLocation
49 dw Cr3OffsetLocation ; mov si, Cr3Location
53 dw GdtrLocation ; mov si, GdtrProfile
58 dw IdtrLocation ; mov si, IdtrProfile
73 dw 20h ; 16-bit selector
106 dw 38h ; 16-bit selector
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
ImageRedEye.java | 124 float dw = drawRect.width(); local 126 float dx = fullRect.centerX() - dw / 2; 128 drawRect.set(dx, dy, dx + dw, dy + dh);
|