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

/external/elfutils/src/backends/
H A Dtilegx_corenote.c50 #define ULONG uint64_t macro
H A Dalpha_corenote.c56 #define ULONG uint64_t macro
H A Dsh_corenote.c59 #define ULONG uint32_t macro
H A Daarch64_corenote.c42 #define ULONG uint64_t macro
H A Darm_corenote.c63 #define ULONG uint32_t macro
H A Dppc_corenote.c102 # define ULONG uint32_t macro
107 # define ULONG uint64_t macro
H A Dsparc_corenote.c85 # define ULONG uint32_t macro
96 # define ULONG uint64_t macro
H A Dx86_64_corenote.c80 #define ULONG uint64_t macro
H A Di386_corenote.c71 #define ULONG uint32_t macro
H A Ds390_corenote.c104 # define ULONG uint32_t macro
115 # define ULONG uint64_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/valgrind/VEX/pub/
H A Dlibvex_guest_tilegx.h44 typedef ULong ULONG; typedef
49 /* 0 */ ULONG guest_r0;
50 /* 8 */ ULONG guest_r1;
51 /* 16 */ ULONG guest_r2;
52 /* 24 */ ULONG guest_r3;
53 /* 32 */ ULONG guest_r4;
54 /* 40 */ ULONG guest_r5;
55 /* 48 */ ULONG guest_r6;
56 /* 56 */ ULONG guest_r7;
57 /* 64 */ ULONG guest_r
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_mdls.h46 #define ULONG EAS_U32 macro
/external/harfbuzz_ng/src/
H A Dhb-open-type-private.hh635 typedef IntType<uint32_t, 4> ULONG; /* 32-bit unsigned integer. */ typedef in namespace:OT
655 ULONG minor;
662 struct Tag : ULONG
692 struct CheckSum : ULONG
695 static inline uint32_t CalcTableChecksum (const ULONG *Table, uint32_t Length)
698 const ULONG *EndPtr = Table+((Length+3) & ~3) / ULONG::static_size;
707 { 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 347 milliseconds