HomeSort by relevance Sort by last modified time
    Searched refs:dw (Results 351 - 375 of 900) sorted by null

<<11121314151617181920>>

  /system/netd/server/
TcpSocketMonitor.h 81 void dump(DumpWriter& dw);
  /toolchain/binutils/binutils-2.27/include/opcode/
ft32.h 23 int dw; member in struct:ft32_opc_info_t
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
bootsect.asm 53 SectorSize dw 0 ; Sector Size - 16 bits
55 ReservedSectors dw 0 ; Reserved Sectors - 16 bits
57 RootEntries dw 0 ; Root Entries - 16 bits
58 Sectors dw 0 ; Number of Sectors - 16 bits
60 SectorsPerFat dw 0 ; Sectors Per FAT - 16 bits
61 SectorsPerTrack dw 0 ; Sectors Per Track - 16 bits - ignored
62 Heads dw 0 ; Heads - 16 bits - ignored
190 dw 0000h
192 dw 2000h
298 dw 0aa55h ; Boot Sector Signature
    [all...]
bs16.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
177 dw 0000h
179 dw 2000h
285 dw 0aa55h ; Boot Sector Signature
    [all...]
  /prebuilts/misc/windows/sdl2/test/
testgl2.c 220 int dw, dh; local
302 SDL_GetWindowSize(state->windows[0], &dw, &dh);
303 SDL_Log("Window Size : %d,%d\n", dw, dh);
304 SDL_GL_GetDrawableSize(state->windows[0], &dw, &dh);
305 SDL_Log("Draw Size : %d,%d\n", dw, dh);
  /external/syslinux/dosutil/
eltorito.asm 65 Attributes dw 0C800h ; |
66 Pointers dw Strategy ; |
67 dw Commands ; | MSCDEX requires this
69 dw 0 ; |
83 Routines dw Init ;Init ;0
84 dw Unsupported ;MediaCheck ;1
85 dw Unsupported ;BuildBPB ;2
86 dw IoctlInput ;IoctlInput ;3
87 dw Unsupported ;Input ;4
88 dw Unsupported ;NonDesInput ;
    [all...]
  /device/generic/goldfish/camera/
EmulatedFakeRotatingCameraDevice.cpp 151 static void get_color(uint32_t* img, int i, int j, int w, int h, int dw, uint32_t * color) {
152 int mini = dw/2 - w/2;
153 int minj = dw/2 - h/2;
158 *color = img[i-mini + dw*(j-minj)];
162 static void convert_to_square(uint32_t* src, uint32_t* dest, int sw, int sh, int dw) {
163 for (int i=0; i < dw; ++i) {
164 for (int j=0; j < dw; ++j) {
166 get_color(src, i, j, sw, sh, dw, &color);
167 dest[i+j*dw] = color;
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
MpFuncs.asm 63 dw BufferStart ; mov si, BufferStart
67 dw GdtrProfile ; mov si, GdtrProfile
72 dw IdtrProfile ; mov si, IdtrProfile
87 dw 20h ; 16-bit selector
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
arch-13-znver1.d 3 #objdump: -dw
arch-13.d 2 #objdump: -dw
crc32.d 1 #objdump: -dw
padlock.d 1 #objdump: -dw
prefetch-intel.d 1 #objdump: -dw -Mintel
prefetch.d 1 #objdump: -dw
x86-64-arch-3-znver1.d 3 #objdump: -dw
x86-64-arch-3.d 2 #objdump: -dw
x86-64-movbe.d 1 #objdump: -dw
x86-64-prefetch-intel.d 1 #objdump: -dw -Mintel
x86-64-prefetch.d 1 #objdump: -dw
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/
x86-64-movbe.d 2 #objdump: -dw
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
pr19636-2c.d 4 #objdump: -dw
  /external/elfutils/tests/
allfcts.c 23 #include ELFUTILS_HEADER(dw)
get-files.c 24 #include ELFUTILS_HEADER(dw)
show-abbrev.c 22 #include ELFUTILS_HEADER(dw)
  /external/libjpeg-turbo/simd/
jcgray-mmx.asm 39 PW_F0299_F0337 times 2 dw F_0_299, F_0_337
40 PW_F0114_F0250 times 2 dw F_0_114, F_0_250

Completed in 335 milliseconds

<<11121314151617181920>>