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

  /external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
ZipConstants.java 36 static final int DWORD = 8;
Zip64ExtendedInformationExtraField.java 23 import static org.apache.commons.compress.archivers.zip.ZipConstants.DWORD;
113 return new ZipShort(size != null ? 2 * DWORD : 0);
118 return new ZipShort((size != null ? DWORD : 0)
119 + (compressedSize != null ? DWORD : 0)
120 + (relativeHeaderOffset != null ? DWORD : 0)
130 final byte[] data = new byte[2 * DWORD];
142 System.arraycopy(relativeHeaderOffset.getBytes(), 0, data, off, DWORD);
143 off += DWORD;
162 if (length < 2 * DWORD) {
166 offset += DWORD;
    [all...]
  /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/libchrome/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);
  /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);
  /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 113 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
  /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
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 87 typedef int DWORD;
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;
    [all...]
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 24 #define DWORD uint32_t
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/
MyWindows.h 42 typedef INT32 LONG; // LONG, ULONG and DWORD must be 32-bit
45 #undef DWORD
46 typedef UINT32 DWORD;
78 DWORD dwLowDateTime;
79 DWORD dwHighDateTime;
216 MY_EXTERN_C DWORD GetLastError();
  /external/v8/src/mips/
simulator-mips.h 288 enum TraceType { BYTE, HALF, WORD, DWORD, FLOAT, DOUBLE, FLOAT_DOUBLE };
328 void TraceRegWr(int64_t value, TraceType t = DWORD);
335 void TraceMemWr(int32_t addr, int64_t value, TraceType t = DWORD);
336 void TraceMemRd(int32_t addr, int64_t value, TraceType t = DWORD);
  /external/v8/src/mips64/
simulator-mips64.h 294 DWORD,
343 void TraceRegWr(int64_t value, TraceType t = DWORD);
349 void TraceMemRd(int64_t addr, int64_t value, TraceType t = DWORD);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIDefines.h 364 DWORD = 6,
  /external/mesa3d/include/D3D9/
d3d9types.h 61 typedef uint32_t DWORD;
94 DWORD LowPart;
99 DWORD LowPart;
109 DWORD Data1;
116 DWORD LowPart;
140 DWORD dwSize;
141 DWORD iType;
142 DWORD nCount;
143 DWORD nRgnSize;
156 (DWORD)(BYTE)(a) |
    [all...]
  /external/jarjar/lib/
apache-ant-1.9.4.jar 

Completed in 1351 milliseconds