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

/external/chromium_org/chrome_frame/
H A Dupdate_launcher.h10 typedef unsigned long DWORD; // NOLINT typedef
21 DWORD LaunchUpdateCommand(const std::wstring& command);
/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/
H A Dpoint.h14 typedef unsigned long DWORD; typedef
30 // |point| is a DWORD value that contains a coordinate. The x-coordinate is
33 explicit Point(DWORD point);
/external/chromium/ui/gfx/
H A Dpoint.h15 typedef unsigned long DWORD; typedef
29 // |point| is a DWORD value that contains a coordinate. The x-coordinate is
32 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/icu4c/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/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h164 typedef unsigned long DWORD; // NOLINT typedef
165 typedef DWORD thread_return_t;
/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/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/icu4c/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/icu4c/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.c95 typedef UInt DWORD; typedef
1138 static DWORD pdb_get_file_size( struct pdb_reader* reader, unsigned idx )
1651 * DWORD 000000f4
1652 * DWORD lineblk_offset (counting bytes after this field)
1659 DWORD offset; /* offset in string table for filename */
1669 DWORD header; /* 0x000000f2 */
1670 DWORD size_of_block; /* next block is at # bytes after this field */
1671 DWORD start; /* start address of function with line numbers */
1672 DWORD seg; /* segment of function with line numbers */
1673 DWORD siz
[all...]

Completed in 648 milliseconds