HomeSort by relevance Sort by last modified time
    Searched refs:dw (Results 176 - 200 of 710) sorted by null

1 2 3 4 5 6 78 91011>>

  /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/libpcap/msdos/
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 0
    [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
  /frameworks/base/services/core/java/com/android/server/wm/
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;
  /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);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
avx512f-nondef.d 2 #objdump: -dw
crx.d 1 #objdump: -dw
intel16.d 1 #objdump: -dw -mi8086
movbe.d 1 #objdump: -dw
suffix-intel.d 2 #objdump: -dw -Msuffix,intel
suffix.d 1 #objdump: -dw -Msuffix
svme.d 1 #objdump: -dw
x86-64-avx512f-nondef.d 2 #objdump: -dw
x86-64-crx.d 1 #objdump: -dw
x86-64-drx.d 1 #objdump: -dw
x86-64-opcode-inval.d 2 #objdump: -dw -Mx86-64
x86-64-rdrnd.d 1 #objdump: -dw
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64-crx.d 2 #objdump: -dw
x86-64-drx.d 2 #objdump: -dw
x86-64-io.d 2 #objdump: -dw
x86-64-opcode-inval.d 3 #objdump: -dw -Mx86-64
x86-64-vmx.d 2 #objdump: -dw

Completed in 576 milliseconds

1 2 3 4 5 6 78 91011>>