Searched defs:ULONG (Results 1 - 15 of 15) sorted by relevance

/external/elfutils/0.153/backends/
H A Dalpha_corenote.c53 #define ULONG uint64_t macro
H A Darm_corenote.c60 #define ULONG uint32_t macro
H A Dsh_corenote.c56 #define ULONG uint32_t macro
H A Dppc_corenote.c99 # define ULONG uint32_t macro
104 # define ULONG uint64_t macro
H A Dsparc_corenote.c82 # define ULONG uint32_t macro
93 # define ULONG uint64_t macro
H A Dx86_64_corenote.c77 #define ULONG uint64_t macro
H A Di386_corenote.c68 #define ULONG uint32_t macro
/external/aac/libSYS/include/
H A Dmachine_type.h127 /** \var ULONG
161 #define ULONG UINT macro
164 typedef unsigned long ULONG; typedef
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
H A Dlist_ports_windows.py17 from ctypes.wintypes import ULONG namespace
163 port_name_length = ULONG(ctypes.sizeof(port_name_buffer))
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoice_engine_defines.h338 #define ULONG unsigned long macro
/external/stlport/stlport/stl/
H A D_threads.h200 typedef unsigned long ULONG; typedef
203 typedef ULONG HEV;
206 typedef ULONG APIRET;
207 typedef ULONG HMTX;
210 typedef ULONG BOOL32;
211 APIRET _System DosCreateMutexSem(PCSZ pszName, PHEV phev, ULONG flAttr, BOOL32 fState);
212 APIRET _System DosRequestMutexSem(HMTX hmtx, ULONG ulTimeout);
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_mdls.h46 #define ULONG EAS_U32 macro
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-open-type-private.hh587 typedef IntType<uint32_t, 4> ULONG; /* 32-bit unsigned integer. */ typedef in namespace:OT
607 ULONG minor;
614 struct Tag : ULONG
644 struct CheckSum : ULONG
647 static inline uint32_t CalcTableChecksum (const ULONG *Table, uint32_t Length)
650 const ULONG *EndPtr = Table+((Length+3) & ~3) / ULONG::static_size;
659 { set (CalcTableChecksum ((const ULONG *) data, length)); }
/external/harfbuzz_ng/src/
H A Dhb-open-type-private.hh587 typedef IntType<uint32_t, 4> ULONG; /* 32-bit unsigned integer. */ typedef in namespace:OT
607 ULONG minor;
614 struct Tag : ULONG
644 struct CheckSum : ULONG
647 static inline uint32_t CalcTableChecksum (const ULONG *Table, uint32_t Length)
650 const ULONG *EndPtr = Table+((Length+3) & ~3) / ULONG::static_size;
659 { set (CalcTableChecksum ((const ULONG *) data, length)); }
/external/lzma/CPP/Common/
H A DMyWindows.h34 typedef INT32 LONG; // LONG, ULONG and DWORD must be 32-bit
35 typedef UINT32 ULONG; typedef
64 typedef ULONG PROPID;
99 STDMETHOD_(ULONG, AddRef)() PURE;
100 STDMETHOD_(ULONG, Release)() PURE;
163 ULONG ulVal;

Completed in 337 milliseconds