Home
last modified time | relevance | path

Searched defs:dword (Results 1 – 25 of 46) sorted by relevance

12

/netbsd/sys/external/bsd/acpica/dist/include/
H A Dacbuffer.h165 #define ACPI_PLD_GET_REVISION(dword) ACPI_GET_BITS (dword, 0, ACPI_7BIT_MASK) argument
168 #define ACPI_PLD_GET_IGNORE_COLOR(dword) ACPI_GET_BITS (dword, 7, ACPI_1BIT_MASK) argument
171 #define ACPI_PLD_GET_RED(dword) ACPI_GET_BITS (dword, 8, ACPI_8BIT_MASK) argument
174 #define ACPI_PLD_GET_GREEN(dword) ACPI_GET_BITS (dword, 16, ACPI_8BIT_MASK) argument
190 #define ACPI_PLD_GET_USER_VISIBLE(dword) ACPI_GET_BITS (dword, 0, ACPI_1BIT_MASK) argument
193 #define ACPI_PLD_GET_DOCK(dword) ACPI_GET_BITS (dword, 1, ACPI_1BIT_MASK) argument
196 #define ACPI_PLD_GET_LID(dword) ACPI_GET_BITS (dword, 2, ACPI_1BIT_MASK) argument
199 #define ACPI_PLD_GET_PANEL(dword) ACPI_GET_BITS (dword, 3, ACPI_3BIT_MASK) argument
202 #define ACPI_PLD_GET_VERTICAL(dword) ACPI_GET_BITS (dword, 6, ACPI_2BIT_MASK) argument
205 #define ACPI_PLD_GET_HORIZONTAL(dword) ACPI_GET_BITS (dword, 8, ACPI_2BIT_MASK) argument
[all …]
/netbsd/sys/external/bsd/drm2/dist/drm/i915/selftests/
H A Dintel_memory_region.c269 u32 dword, in igt_gpu_write_dw()
276 static int igt_cpu_check(struct drm_i915_gem_object *obj, u32 dword, u32 val) in igt_cpu_check()
355 u32 dword = offset_in_page(rng) / 4; in igt_gpu_write() local
536 u32 dword; in igt_lmem_write_cpu() local
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Daarch64-atomic-inst.c21 unsigned long dword = 0; in main() local
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Daarch64-atomic-inst.c21 unsigned long dword = 0; in main() local
/netbsd/external/gpl3/gdb/dist/bfd/
H A Delfxx-ia64.c522 bfd_vma dword, insn; in ia64_elf_relax_ldxmov() local
553 bfd_vma t0, t1, dword; in ia64_elf_install_value() local
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Delfxx-ia64.c522 bfd_vma dword, insn; in ia64_elf_relax_ldxmov() local
553 bfd_vma t0, t1, dword; in ia64_elf_install_value() local
/netbsd/external/gpl3/binutils/dist/bfd/
H A Delfxx-ia64.c522 bfd_vma dword, insn; in ia64_elf_relax_ldxmov() local
553 bfd_vma t0, t1, dword; in ia64_elf_install_value() local
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Delfxx-ia64.c522 bfd_vma dword, insn; in ia64_elf_relax_ldxmov() local
553 bfd_vma t0, t1, dword; in ia64_elf_install_value() local
/netbsd/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/
H A Dhuge_pages.c993 __cpu_check_shmem(struct drm_i915_gem_object *obj, u32 dword, u32 val) in __cpu_check_shmem()
1025 static int __cpu_check_vmap(struct drm_i915_gem_object *obj, u32 dword, u32 val) in __cpu_check_vmap()
1055 static int cpu_check(struct drm_i915_gem_object *obj, u32 dword, u32 val) in cpu_check()
1066 u32 dword, u32 val) in __igt_write_huge()
1175 u32 dword = offset_in_page(num) / 4; in igt_write_huge() local
/netbsd/sys/dev/pci/
H A Doboereg.h114 typedef unsigned int dword; typedef
/netbsd/external/gpl3/gdb/dist/binutils/
H A Drcparse.y96 int dword; member
/netbsd/external/gpl3/binutils/dist/binutils/
H A Drcparse.y96 int dword; member
H A Drcparse.h293 int dword; member
/netbsd/external/gpl3/binutils.old/dist/binutils/
H A Drcparse.y96 int dword; member
H A Drcparse.h278 int dword; member
/netbsd/external/gpl3/gdb.old/dist/binutils/
H A Drcparse.y96 int dword; member
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/arm/
H A Dmaverick.c160 #define LDST(insname, insnvar, op, ld, dword, regname, pre, wb, sep1, sep2, sep3) \ argument
170 #define LDSTall(insname, op, ld, dword, regname) \ argument
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dmaverick.c160 #define LDST(insname, insnvar, op, ld, dword, regname, pre, wb, sep1, sep2, sep3) \ argument
170 #define LDSTall(insname, op, ld, dword, regname) \ argument
/netbsd/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dsoftfloat.c59 typedef unsigned long long dword; typedef
/netbsd/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dsoftfloat.c59 typedef unsigned long long dword; typedef
/netbsd/external/bsd/mdocml/dist/
H A Dmdoc_macro.c440 dword(struct roff_man *mdoc, int line, int col, const char *p, in dword() function
/netbsd/external/gpl3/gdb/dist/sim/mn10300/
H A Dmn10300_sim.h23 } dword; typedef
/netbsd/external/gpl3/gdb.old/dist/sim/mn10300/
H A Dmn10300_sim.h23 } dword; typedef
/netbsd/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_cmd_parser.c1276 u32 dword; in check_cmd() local
/netbsd/external/gpl3/gdb/dist/sim/arm/
H A Darmdefs.h60 ARMdword dword; member

12