HomeSort by relevance Sort by last modified time
    Searched defs:dword (Results 1 - 10 of 10) sorted by null

  /external/vulkan-validation-layers/libs/glm/gtx/
raw_data.hpp 62 //! Type for dword numbers.
64 typedef detail::uint32 dword; typedef in namespace:glm
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
qtypes.h 80 typedef unsigned long dword; /* Unsigned 32 bit value type. */ typedef
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 80 typedef unsigned long dword; /* Unsigned 32 bit value type. */ typedef
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 80 typedef unsigned long dword; /* Unsigned 32 bit value type. */ typedef
  /toolchain/binutils/binutils-2.25/bfd/
elfxx-ia64.c 518 bfd_vma dword, insn; local
529 dword = bfd_getl64 (contents + off);
530 insn = (dword >> shift) & 0x1ffffffffffLL;
539 dword &= ~(0x1ffffffffffLL << shift);
540 dword |= (insn << shift);
541 bfd_putl64 (dword, contents + off);
550 bfd_vma t0, t1, dword;
736 dword = bfd_getl64 (hit_addr);
737 insn = (dword >> shift) & 0x1ffffffffffLL;
744 dword &= ~(0x1ffffffffffLL << shift)
549 bfd_vma t0, t1, dword; local
    [all...]
  /external/libdrm/intel/
intel_decode.c 313 instr_out(ctx, 2, "dword\n");
315 instr_out(ctx, 3, "upper dword\n");
355 instr_out(ctx, 2, "dword\n");
357 instr_out(ctx, 3, "upper dword\n");
369 instr_out(ctx, i, "dword %d\n", i);
583 instr_out(ctx, i, "dword %d\n", i);
1792 int width, height, pitch, dword; local
2039 uint32_t dword; local
    [all...]
  /external/google-breakpad/src/third_party/libdisasm/
libdis.h 249 uint32_t dword; member in union:__anon12444::__anon12445
    [all...]
  /external/netperf/src/
netlib.c 428 DWORD dwResult;
429 DWORD dwError;
1122 DWORD ErrorCode;
1123 DWORD HandlesClosedFlags = 0;
1185 DWORD thread_id ;
2981 long long dword; member in union:overlay_u
3002 long long dword; member in union:overlay_u
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
windint.h 852 rc_uint_type dword; member in union:rc_rcdata_item::__anon73942
  /toolchain/binutils/binutils-2.25/opcodes/
i386-opc.h 388 /* Convert to DWORD */
701 /* DWORD memory. 4 byte */
702 Dword,
784 unsigned int dword:1; member in struct:i386_operand_type::__anon74818

Completed in 380 milliseconds