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

/external/chromium_org/skia/ext/
H A Dskia_utils_win.h13 typedef unsigned long DWORD; typedef
14 typedef DWORD COLORREF;
/external/clang/test/Sema/
H A D__try.c7 typedef int DWORD; typedef
23 DWORD FilterExpression(int); // expected-note{{declared here}}
24 DWORD FilterExceptionInformation(struct EXCEPTION_INFO*);
/external/chromium_org/third_party/npapi/npspy/include/
H A Dxp.h112 #ifndef DWORD
113 #define DWORD unsigned long macro
164 DWORD XP_WriteFile(XP_HFILE hFile, const void * pBuf, int iSize);
/external/chromium_org/ui/gfx/geometry/
H A Dpoint.h17 typedef unsigned long DWORD; typedef
33 // |point| is a DWORD value that contains a coordinate. The x-coordinate is
36 explicit Point(DWORD point);
/external/chromium_org/third_party/icu/source/test/perf/normperf/
H A Dnormperf.h23 typedef int DWORD; typedef
24 inline int FoldStringW(DWORD dwMapFlags, const UChar* lpSrcStr,int cchSrc, UChar* lpDestStr,int cchDest);
/external/chromium_org/tools/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.h23 typedef int DWORD; typedef
24 inline int FoldStringW(DWORD dwMapFlags, const UChar* lpSrcStr,int cchSrc, UChar* lpDestStr,int cchDest);
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoice_engine_defines.h258 #define DWORD unsigned long int macro
317 #define DWORD unsigned long int 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/srec/srec/include/
H A Dsample.h55 /* VxWorks simulator defines DWORD and WORD already */
57 typedef asr_uint32_t DWORD; typedef
70 //typedef DWORD FOURCC; /* a four character code */
71 #define MAKEFOURCC(ch0, ch1, ch2, ch3) ((DWORD)(BYTE)(ch0) | ((DWORD)(BYTE)(ch1) << 8) | ((DWORD)(BYTE)(ch2) << 16) | ((DWORD)(BYTE)(ch3) << 24 ))
81 DWORD nSamplesPerSec;
82 DWORD nAvgBytesPerSec;
/external/chromium_org/tools/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.h187 typedef unsigned long DWORD; // NOLINT typedef
188 typedef DWORD thread_return_t;
/external/libpcap/
H A Dpcap-dos.h20 typedef unsigned long DWORD; typedef
130 DWORD size; /* size copied to this element */
145 DWORD base_addr; /* device I/O address */
148 DWORD mem_start; /* shared mem start */
149 DWORD mem_end; /* shared mem end */
150 DWORD rmem_start; /* shmem "recv" start */
151 DWORD rmem_end; /* shared "recv" end */
177 DWORD rx_packets; /* total packets received */
178 DWORD tx_packets; /* total packets transmitted */
179 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/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread.h310 #if !defined(DWORD)
312 # define DWORD unsigned long macro
1220 PTW32_DLLPORT DWORD PTW32_CDECL pthread_getw32threadid_np (pthread_t thread);
1240 DWORD timeout);
1285 PTW32_DLLPORT DWORD PTW32_CDECL ptw32_get_exception_services_code(void);
1360 # undef DWORD macro
/external/chromium_org/third_party/icu/source/test/perf/collperf/
H A Dcollperf.cpp18 #define DWORD uint32_t macro
64 static DWORD win_langid; // for qsort callback function
76 DWORD DataIndex::win_langid;
85 DWORD win_langid;
96 CmdKeyGen(UErrorCode, UCollator * col,DWORD win_langid, int32_t count, DataIndex * data,Func fn,int32_t)
397 DWORD win_langid;
404 CmdBinSearch(UErrorCode, UCollator * col,DWORD win_langid,int32_t count,DataIndex * rnd,DataIndex * ord,Func fn)
490 DWORD win_langid;
/external/chromium_org/v8/src/mips64/
H A Dsimulator-mips64.h299 DWORD enumerator in enum:v8::internal::Simulator::TraceType
/external/icu/icu4c/source/test/perf/collperf/
H A Dcollperf.cpp18 #define DWORD uint32_t macro
64 static DWORD win_langid; // for qsort callback function
76 DWORD DataIndex::win_langid;
85 DWORD win_langid;
96 CmdKeyGen(UErrorCode, UCollator * col,DWORD win_langid, int32_t count, DataIndex * data,Func fn,int32_t)
397 DWORD win_langid;
404 CmdBinSearch(UErrorCode, UCollator * col,DWORD win_langid,int32_t count,DataIndex * rnd,DataIndex * ord,Func fn)
490 DWORD win_langid;
/external/lzma/CPP/Common/
H A DMyWindows.h34 typedef INT32 LONG; // LONG, ULONG and DWORD must be 32-bit
37 #undef DWORD macro
38 typedef UINT32 DWORD; typedef
58 DWORD dwLowDateTime;
59 DWORD dwHighDateTime;
190 MY_EXTERN_C DWORD GetLastError();
/external/chromium_org/third_party/icu/source/test/perf/collationperf/
H A Dcollperf.cpp83 typedef int DWORD; typedef
84 inline int CompareStringW(DWORD, DWORD, UChar *, int, UChar *, int) {return 0;}
93 inline int LCMapStringW(DWORD, DWORD, UChar *, int, UChar *, int) {return 0;}
206 DWORD gWinLCID;
/external/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp83 typedef int DWORD; typedef
84 inline int CompareStringW(DWORD, DWORD, UChar *, int, UChar *, int) {return 0;}
93 inline int LCMapStringW(DWORD, DWORD, UChar *, int, UChar *, int) {return 0;}
206 DWORD gWinLCID;
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A D_os2.h527 typedef ULONG DWORD, *PDWORD; typedef
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c96 typedef UInt DWORD; typedef
1140 static DWORD pdb_get_file_size( struct pdb_reader* reader, unsigned idx )
1653 * DWORD 000000f4
1654 * DWORD lineblk_offset (counting bytes after this field)
1661 DWORD offset; /* offset in string table for filename */
1671 DWORD header; /* 0x000000f2 */
1672 DWORD size_of_block; /* next block is at # bytes after this field */
1673 DWORD start; /* start address of function with line numbers */
1674 DWORD seg; /* segment of function with line numbers */
1675 DWORD siz
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c1390 DWORD enumerator in enum:__anon31603
1442 for (i = 0; i < DWORD; i++) {
4221 IRTemp result = gen_POPCOUNT(ty, rS, DWORD);
13411 cnt_bits0_63 = gen_POPCOUNT(ty, bits0_63, DWORD);
13412 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 9370 milliseconds