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

  /external/clang/test/Sema/
PR16678.c 1 // 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;
  /external/elfutils/backends/
tilegx_corenote.c 50 #define ULONG uint64_t
alpha_corenote.c 56 #define ULONG uint64_t
m68k_corenote.c 51 #define ULONG uint32_t
riscv_corenote.c 49 # define ULONG uint32_t
59 # define ULONG uint64_t
sh_corenote.c 59 #define ULONG uint32_t
aarch64_corenote.c 42 #define ULONG uint64_t
arm_corenote.c 63 #define ULONG uint32_t
i386_corenote.c 71 #define ULONG uint32_t
ppc_corenote.c 113 # define ULONG uint32_t
118 # define ULONG uint64_t
sparc_corenote.c 86 # define ULONG uint32_t
97 # define ULONG uint64_t
s390_corenote.c 104 # define ULONG uint32_t
115 # define ULONG uint64_t
x86_64_corenote.c 88 # define ULONG uint32_t
98 # define ULONG uint64_t
  /external/aac/libSYS/include/
machine_type.h 144 /** \var ULONG
182 #define ULONG UINT
185 typedef unsigned long ULONG;
231 #define SAMPLE_MAX ((INT_PCM)(((ULONG)1 << (SAMPLE_BITS - 1)) - 1))
  /external/python/cpython2/Lib/ctypes/
wintypes.py 24 ULONG = c_ulong
177 'SMALL_RECT', 'UINT', 'ULARGE_INTEGER', 'ULONG', 'USHORT',
  /external/webrtc/webrtc/voice_engine/
voice_engine_defines.h 311 #define ULONG unsigned long
  /external/python/cpython3/Lib/ctypes/
wintypes.py 25 ULONG = ctypes.c_ulong
197 PULONG = ctypes.POINTER(ULONG)
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.h 46 #define ULONG EAS_U32
  /external/lzma/CPP/Common/
MyWindows.h 42 typedef INT32 LONG; // LONG, ULONG and DWORD must be 32-bit
43 typedef UINT32 ULONG;
84 typedef ULONG PROPID;
121 STDMETHOD_(ULONG, AddRef)() PURE;
122 STDMETHOD_(ULONG, Release)() PURE;
183 ULONG ulVal;
  /external/mesa3d/include/D3D9/
d3d9types.h 75 typedef unsigned int ULONG;
    [all...]
  /external/kotlinc/lib/
kotlin-reflect.jar 

Completed in 1194 milliseconds