Searched
refs:dw (Results
251 -
275 of
900) sorted by null
<<11121314151617181920>>
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ |
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
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/ |
pr19609-1f.d | 4 #objdump: -dw
|
pr19609-1g.d | 4 #objdump: -dw
|
pr19609-1h.d | 4 #objdump: -dw
|
pr20244-2a.d | 4 #objdump: --sym -dw
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/ |
mov1a.d | 4 #objdump: -dw
|
mov1c.d | 4 #objdump: -dw
|
mov2a.d | 4 #objdump: -dw
|
mov2b.d | 4 #objdump: -dw
|
mov2c.d | 4 #objdump: -dw
|
mov2d.d | 4 #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...] |
/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...] |
/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...] |
/toolchain/binutils/binutils-2.27/gas/config/ |
tc-ft32.c | 236 if (opcode->dw) 238 int dw; local 244 dw = 0; 247 dw = 1; 250 dw = 2; 260 dw = 2; /* default is ".l" */ 262 b |= dw << FT32_FLD_DW_BIT;
|
/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/skia/example/ |
SkiaSDLExample.cpp | 188 int dw, dh; local 189 SDL_GL_GetDrawableSize(window, &dw, &dh); 191 glViewport(0, 0, dw, dh); 225 GrBackendRenderTarget target(dw, dh, kMsaaSampleCount, kStencilBits, info); 238 canvas->scale((float)dw/dm.w, (float)dh/dm.h);
|
Completed in 889 milliseconds
<<11121314151617181920>>