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

/external/clang/test/Sema/
H A DPR16678.c1 // RUN: %clang_cc1 -DX32TYPE=ULONG -triple powerpc-unknown-linux-gnu -std=c89 -x c %s -verify
2 // RUN: %clang_cc1 -DX32TYPE=ULONG -triple powerpc-unknown-linux-gnu -std=iso9899:199409 -x c %s -verify
3 // RUN: %clang_cc1 -DX32TYPE=ULONG -triple powerpc-unknown-linux-gnu -std=c++98 -x c++ %s -verify
9 // RUN: %clang_cc1 -DX64TYPE=ULONG -triple powerpc64-unknown-linux-gnu -std=c89 -x c %s -verify
10 // RUN: %clang_cc1 -DX64TYPE=ULONG -triple powerpc64-unknown-linux-gnu -std=iso9899:199409 -x c %s -verify
11 // RUN: %clang_cc1 -DX64TYPE=ULONG -triple powerpc64-unknown-linux-gnu -std=c++98 -x c++ %s -verify
30 typedef unsigned long ULONG; typedef
/external/elfutils/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.c86 # define ULONG uint32_t macro
97 # 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
H A Dx86_64_corenote.c88 # define ULONG uint32_t macro
98 # 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/chromium-trace/catapult/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/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/webrtc/webrtc/voice_engine/
H A Dvoice_engine_defines.h311 #define ULONG unsigned long macro
/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.hh655 typedef IntType<uint32_t, 4> ULONG; /* 32-bit unsigned integer. */ typedef in namespace:OT
685 ULONG minor;
692 struct Tag : ULONG
725 struct CheckSum : ULONG
728 static inline uint32_t CalcTableChecksum (const ULONG *Table, uint32_t Length)
731 const ULONG *EndPtr = Table+((Length+3) & ~3) / ULONG::static_size;
740 { set (CalcTableChecksum ((const ULONG *) data, length)); }
/external/lzma/CPP/Common/
H A DMyWindows.h41 typedef INT32 LONG; // LONG, ULONG and DWORD must be 32-bit
42 typedef UINT32 ULONG; typedef
71 typedef ULONG PROPID;
106 STDMETHOD_(ULONG, AddRef)() PURE;
107 STDMETHOD_(ULONG, Release)() PURE;
168 ULONG ulVal;

Completed in 466 milliseconds