Searched defs:DWORD (Results 1 - 18 of 18) sorted by relevance

/external/clang/test/Sema/
H A D__try.c8 typedef int DWORD; typedef
26 DWORD FilterExpression(int); // expected-note{{declared here}}
27 DWORD FilterExceptionInformation(struct EXCEPTION_INFO*);
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/
H A Dlist_ports_windows.py14 from ctypes.wintypes import DWORD namespace
27 LPDWORD = PDWORD = ctypes.POINTER(DWORD)
31 ACCESS_MASK = DWORD
49 ('Data1', DWORD),
65 ('cbSize', DWORD),
67 ('DevInst', DWORD),
82 SetupDiClassGuidsFromName.argtypes = [PCTSTR, ctypes.POINTER(GUID), DWORD, PDWORD]
86 SetupDiEnumDeviceInfo.argtypes = [HDEVINFO, DWORD, PSP_DEVINFO_DATA]
90 SetupDiGetClassDevs.argtypes = [ctypes.POINTER(GUID), PCTSTR, HWND, DWORD]
95 SetupDiGetDeviceRegistryProperty.argtypes = [HDEVINFO, PSP_DEVINFO_DATA, DWORD, PDWOR
[all...]
/external/icu/icu4c/source/test/perf/normperf/
H A Dnormperf.h27 typedef int DWORD; typedef
28 inline int FoldStringW(DWORD dwMapFlags, const UChar* lpSrcStr,int cchSrc, UChar* lpDestStr,int cchDest);
/external/syslinux/com32/gplinclude/dmi/
H A Ddmi.h27 #define DWORD(x) (uint32_t)(*(const uint32_t *)(x)) macro
/external/kernel-headers/original/uapi/linux/
H A Dcciss_defs.h46 #define DWORD __u32 macro
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;
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTGlobal.h104 #ifndef DWORD
105 #define DWORD unsigned int macro
/external/webrtc/webrtc/voice_engine/
H A Dvoice_engine_defines.h231 #define DWORD unsigned long int macro
290 #define DWORD unsigned long int macro
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
H A Dwin32.py7 from ctypes.wintypes import DWORD namespace
46 CreateFileA.argtypes = [LPCSTR, DWORD, DWORD, LPSECURITY_ATTRIBUTES, DWORD, DWORD, HANDLE]
55 CreateFileW.argtypes = [LPCWSTR, DWORD, DWORD, LPSECURITY_ATTRIBUTES, DWORD, DWORD, HANDLE]
75 GetLastError.restype = DWORD
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h186 typedef unsigned long DWORD; // NOLINT typedef
188 typedef DWORD thread_return_t;
/external/libpcap/
H A Dpcap-dos.h18 typedef unsigned long DWORD; typedef
128 DWORD size; /* size copied to this element */
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 */
177 DWORD rx_byte
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_mdls.h40 #ifndef DWORD
41 #define DWORD EAS_I32 macro
/external/icu/icu4c/source/test/perf/collperf/
H A Dcollperf.cpp24 #define DWORD uint32_t macro
70 static DWORD win_langid; // for qsort callback function
82 DWORD DataIndex::win_langid;
91 DWORD win_langid;
102 CmdKeyGen(UErrorCode, UCollator * col,DWORD win_langid, int32_t count, DataIndex * data,Func fn,int32_t)
403 DWORD win_langid;
410 CmdBinSearch(UErrorCode, UCollator * col,DWORD win_langid,int32_t count,DataIndex * rnd,DataIndex * ord,Func fn)
496 DWORD win_langid;
/external/lzma/CPP/Common/
H A DMyWindows.h41 typedef INT32 LONG; // LONG, ULONG and DWORD must be 32-bit
44 #undef DWORD macro
45 typedef UINT32 DWORD; typedef
65 DWORD dwLowDateTime;
66 DWORD dwHighDateTime;
201 MY_EXTERN_C DWORD GetLastError();
/external/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp87 typedef int DWORD; typedef
88 inline int CompareStringW(DWORD, DWORD, UChar *, int, UChar *, int) {return 0;}
97 inline int LCMapStringW(DWORD, DWORD, UChar *, int, UChar *, int) {return 0;}
210 DWORD gWinLCID;
/external/v8/src/mips64/
H A Dsimulator-mips64.h335 DWORD enumerator in enum:v8::internal::Simulator::TraceType
/external/valgrind/coregrind/m_debuginfo/
H A Dreadpdb.c96 typedef UInt DWORD; typedef
1140 static DWORD pdb_get_file_size( const struct pdb_reader* reader, unsigned idx )
1647 * DWORD 000000f4
1648 * DWORD lineblk_offset (counting bytes after this field)
1655 DWORD offset; /* offset in string table for filename */
1665 DWORD header; /* 0x000000f2 */
1666 DWORD size_of_block; /* next block is at # bytes after this field */
1667 DWORD start; /* start address of function with line numbers */
1668 DWORD seg; /* segment of function with line numbers */
1669 DWORD siz
[all...]
/external/valgrind/VEX/priv/
H A Dguest_ppc_toIR.c1508 DWORD enumerator in enum:__anon21980
1560 for (i = 0; i < DWORD; i++) {
4485 IRTemp result = gen_POPCOUNT(ty, rS, DWORD);
13841 cnt_bits0_63 = gen_POPCOUNT(ty, bits0_63, DWORD);
13842 cnt_bits64_127 = gen_POPCOUNT(ty, bits64_127, DWORD);
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 975 milliseconds