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

  /external/webkit/WebCore/platform/network/
ResourceHandle.h 44 typedef unsigned long DWORD;
169 friend void __stdcall transferJobStatusCallback(HINTERNET, DWORD_PTR, DWORD, LPVOID, DWORD);
  /external/icu4c/test/perf/normperf/
normperf.h 23 typedef int DWORD;
24 inline int FoldStringW(DWORD dwMapFlags, const UChar* lpSrcStr,int cchSrc, UChar* lpDestStr,int cchDest);
  /external/quake/quake/src/QW/client/
snd_mix.c 27 #define DWORD unsigned long
69 DWORD *pbuf;
72 DWORD dwSize,dwSize2;
73 DWORD *pbuf2;
110 pbuf = (DWORD *)shm->buffer;
148 DWORD *pbuf;
151 DWORD dwSize,dwSize2;
152 DWORD *pbuf2;
197 pbuf = (DWORD *)shm->buffer;
233 DWORD dwNewpos, dwWrite;
    [all...]
  /external/quake/quake/src/WinQuake/
snd_mix.cpp 27 #define DWORD unsigned long
77 DWORD *pbuf;
80 DWORD dwSize,dwSize2;
81 DWORD *pbuf2;
118 pbuf = (DWORD *)shm->buffer;
156 DWORD *pbuf;
159 DWORD dwSize,dwSize2;
160 DWORD *pbuf2;
205 pbuf = (DWORD *)shm->buffer;
241 DWORD dwNewpos, dwWrite
    [all...]
mplib.cpp 25 typedef unsigned long DWORD;
91 WORD padding; // DWORD alignment
mplpc.cpp 26 typedef unsigned long DWORD;
183 WORD padding; // DWORD alignment
snd_gus.cpp 449 #define DWORD unsigned long
637 DWORD ConvertTo16(DWORD Address)
1016 DWORD StartAddressL,EndAddressL,StartAddressR,EndAddressR;
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
dbtype.h 109 typedef unsigned long DWORD; /* dw */
188 typedef DWORD *PDWORD; /* dw */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbtype.h 109 typedef unsigned long DWORD; /* dw */
188 typedef DWORD *PDWORD; /* dw */
  /external/srec/srec/include/
sample.h 55 /* VxWorks simulator defines DWORD and WORD already */
57 typedef asr_uint32_t DWORD;
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/
pcap-dos.h 20 typedef unsigned long DWORD;
130 DWORD size; /* size copied to this element */
132 }; /* dword aligned */
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 *
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.h 40 #ifndef DWORD
41 #define DWORD EAS_I32
  /external/icu4c/test/perf/collationperf/
collperf.cpp 83 typedef int DWORD;
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;
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 3162 milliseconds