HomeSort by relevance Sort by last modified time
    Searched defs:DWORD (Results 1 - 25 of 46) sorted by null

1 2

  /external/clang/test/Sema/
__try.c 8 typedef int DWORD;
26 DWORD FilterExpression(int); // expected-note{{declared here}}
27 DWORD FilterExceptionInformation(struct EXCEPTION_INFO*);
  /external/libmojo/ui/gfx/geometry/
point.h 18 typedef unsigned long DWORD;
32 // |point| is a DWORD value that contains a coordinate. The x-coordinate is
35 explicit Point(DWORD point);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntstrsafe.h 32 typedef ULONG DWORD;
105 IN DWORD Flags)
120 IN DWORD Flags)
257 IN DWORD Flags,
339 IN DWORD Flags)
428 IN DWORD Flags)
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/registry/
value.go 23 DWORD = 4
232 // If value is not DWORD or QWORD, it will return the correct value
240 case DWORD:
242 return 0, typ, errors.New("DWORD value is not 4 bytes long")
244 return uint64(*(*uint32)(unsafe.Pointer(&data[0]))), DWORD, nil
283 // under key k to value and DWORD.
285 return k.setValue(name, DWORD, (*[4]byte)(unsafe.Pointer(&value))[:])
  /prebuilts/go/linux-x86/src/internal/syscall/windows/registry/
value.go 23 DWORD = 4
232 // If value is not DWORD or QWORD, it will return the correct value
240 case DWORD:
242 return 0, typ, errors.New("DWORD value is not 4 bytes long")
244 return uint64(*(*uint32)(unsafe.Pointer(&data[0]))), DWORD, nil
283 // under key k to value and DWORD.
285 return k.setValue(name, DWORD, (*[4]byte)(unsafe.Pointer(&value))[:])
  /external/icu/icu4c/source/test/perf/normperf/
normperf.h 27 typedef int DWORD;
28 inline int FoldStringW(DWORD dwMapFlags, const UChar* lpSrcStr,int cchSrc, UChar* lpDestStr,int cchDest);
  /external/syslinux/com32/gplinclude/dmi/
dmi.h 27 #define DWORD(x) (uint32_t)(*(const uint32_t *)(x))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mapinls.h 31 typedef unsigned __LONG32 DWORD;
55 typedef DWORD LCID;
79 int WINAPI MNLS_CompareStringA(LCID Locale,DWORD dwCmpFlags,LPCSTR lpString1,int cchCount1,LPCSTR lpString2,int cchCount2);
80 int WINAPI MNLS_CompareStringW(LCID Locale,DWORD dwCmpFlags,LPCWSTR lpString1,int cchCount1,LPCWSTR lpString2,int cchCount2);
81 int WINAPI MNLS_MultiByteToWideChar(UINT uCodePage,DWORD dwFlags,LPCSTR lpMultiByteStr,int cchMultiByte,LPWSTR lpWideCharStr,int cchWideChar);
82 int WINAPI MNLS_WideCharToMultiByte(UINT uCodePage,DWORD dwFlags,LPCWSTR lpWideCharStr,int cchWideChar,LPSTR lpMultiByteStr,int cchMultiByte,LPCSTR lpDefaultChar,WINBOOL *lpfUsedDefaultChar);
mapidbg.h 36 typedef unsigned __LONG32 DWORD;
146 void EXPORTDBG __cdecl GetCallStack(DWORD *,int,int);
minwindef.h 141 typedef unsigned __LONG32 DWORD;
151 typedef DWORD *PDWORD;
152 typedef DWORD *LPDWORD;
183 #define MAKELONG(a, b) ((LONG) (((WORD) (((DWORD_PTR) (a)) & 0xffff)) | ((DWORD) ((WORD) (((DWORD_PTR) (b)) & 0xffff))) << 16))
223 DWORD dwLowDateTime;
224 DWORD dwHighDateTime;
  /bionic/libc/kernel/uapi/linux/
cciss_defs.h 50 #define DWORD __u32
74 DWORD TargetId : 24;
75 DWORD Bus : 6;
76 DWORD Mode : 2;
80 DWORD VolId : 30;
81 DWORD Mode : 2;
104 DWORD ErrorInfo;
110 DWORD offense_value;
117 DWORD ResidualCnt;
  /external/kernel-headers/original/uapi/linux/
cciss_defs.h 47 #define DWORD __u32
77 DWORD TargetId:24;
78 DWORD Bus:6;
79 DWORD Mode:2;
84 DWORD VolId:30;
85 DWORD Mode:2;
111 DWORD ErrorInfo;
117 DWORD offense_value;
124 DWORD ResidualCnt;
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
os.h 100 typedef unsigned int DWORD;
  /external/python/cpython2/Lib/ctypes/
wintypes.py 6 DWORD = c_ulong
51 COLORREF = DWORD
52 LGRPID = DWORD
53 LCTYPE = DWORD
55 LCID = DWORD
128 _fields_ = [("dwLowDateTime", DWORD),
129 ("dwHighDateTime", DWORD)]
137 ("time", DWORD),
143 _fields_ = [("dwFileAttributes", DWORD),
147 ("nFileSizeHigh", DWORD),
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTGlobal.h 104 #ifndef DWORD
105 #define DWORD unsigned int
  /external/webrtc/webrtc/voice_engine/
voice_engine_defines.h 231 #define DWORD unsigned long int
290 #define DWORD unsigned long int
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
cciss_defs.h 46 #define DWORD __u32
76 DWORD TargetId:24;
77 DWORD Bus:6;
78 DWORD Mode:2;
83 DWORD VolId:30;
84 DWORD Mode:2;
110 DWORD ErrorInfo;
116 DWORD offense_value;
123 DWORD ResidualCnt;
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
wintypes.py 10 DWORD = c_ulong
55 COLORREF = DWORD
56 LGRPID = DWORD
57 LCTYPE = DWORD
59 LCID = DWORD
132 _fields_ = [("dwLowDateTime", DWORD),
133 ("dwHighDateTime", DWORD)]
141 ("time", DWORD),
147 _fields_ = [("dwFileAttributes", DWORD),
151 ("nFileSizeHigh", DWORD),
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
wintypes.py 10 DWORD = c_ulong
55 COLORREF = DWORD
56 LGRPID = DWORD
57 LCTYPE = DWORD
59 LCID = DWORD
132 _fields_ = [("dwLowDateTime", DWORD),
133 ("dwHighDateTime", DWORD)]
141 ("time", DWORD),
147 _fields_ = [("dwFileAttributes", DWORD),
151 ("nFileSizeHigh", DWORD),
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 10 DWORD = c_ulong
55 COLORREF = DWORD
56 LGRPID = DWORD
57 LCTYPE = DWORD
59 LCID = DWORD
132 _fields_ = [("dwLowDateTime", DWORD),
133 ("dwHighDateTime", DWORD)]
141 ("time", DWORD),
147 _fields_ = [("dwFileAttributes", DWORD),
151 ("nFileSizeHigh", DWORD),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 10 DWORD = c_ulong
55 COLORREF = DWORD
56 LGRPID = DWORD
57 LCTYPE = DWORD
59 LCID = DWORD
132 _fields_ = [("dwLowDateTime", DWORD),
133 ("dwHighDateTime", DWORD)]
141 ("time", DWORD),
147 _fields_ = [("dwFileAttributes", DWORD),
151 ("nFileSizeHigh", DWORD),
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 186 typedef unsigned long DWORD; // NOLINT
188 typedef DWORD thread_return_t;
  /external/libpcap/
pcap-dos.h 18 typedef unsigned long DWORD;
128 DWORD size; /* size copied to this element */
130 }; /* dword aligned */
143 DWORD base_addr; /* device I/O address */
146 DWORD mem_start; /* shared mem start */
147 DWORD mem_end; /* shared mem end */
148 DWORD rmem_start; /* shmem "recv" start */
149 DWORD rmem_end; /* shared "recv" end */
175 DWORD rx_packets; /* total packets received */
176 DWORD tx_packets; /* total packets transmitted *
    [all...]
  /external/python/cpython3/Lib/ctypes/
wintypes.py 6 DWORD = ctypes.c_ulong
52 COLORREF = DWORD
53 LGRPID = DWORD
54 LCTYPE = DWORD
56 LCID = DWORD
129 _fields_ = [("dwLowDateTime", DWORD),
130 ("dwHighDateTime", DWORD)]
138 ("time", DWORD),
144 _fields_ = [("dwFileAttributes", DWORD),
148 ("nFileSizeHigh", DWORD),
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.h 40 #ifndef DWORD
41 #define DWORD EAS_I32

Completed in 1539 milliseconds

1 2