/external/elfutils/backends/ |
sparc_corenote.c | 86 # define ULONG uint32_t 97 # define ULONG uint64_t
|
/external/emma/core/java12/com/vladium/jcd/lib/ |
UDataOutputStream.java | 42 public final void writeU4 (final long ulong) throws IOException 44 writeInt ((int) ulong); // this narrowing cast is Ok
|
/external/opencv3/3rdparty/zlib/ |
zlib.h | 88 uLong total_in; /* total number of input bytes read so far */ 92 uLong total_out; /* total number of bytes output so far */ 102 uLong adler; /* adler32 value of the uncompressed data */ 103 uLong reserved; /* reserved for future use */ 114 uLong time; /* modification time */ [all...] |
/external/pdfium/third_party/zlib_v128/ |
zlib.h | 157 uLong total_in; /* total number of input bytes read so far */ 161 uLong total_out; /* total number of bytes output so far */ 171 uLong adler; /* adler32 value of the uncompressed data */ 172 uLong reserved; /* reserved for future use */ 183 uLong time; /* modification time */ [all...] |
/external/valgrind/drd/ |
drd_clientobj.h | 74 ULong acquiry_time_ms; 141 ULong acquiry_time_ms;
|
/external/valgrind/exp-sgcheck/ |
sg_main.h | 46 Bool rr, Bool ww, Bool xx, ULong di_handle ); 48 Bool rr, Bool ww, Bool xx, ULong di_handle );
|
/external/zlib/src/ |
zlib.h | 88 uLong total_in; /* total number of input bytes read so far */ 92 uLong total_out; /* total number of bytes output so far */ 102 uLong adler; /* adler32 value of the uncompressed data */ 103 uLong reserved; /* reserved for future use */ 114 uLong time; /* modification time */ [all...] |
/frameworks/rs/scriptc/ |
rs_value_types.rsh | 28 * Unsigned integer: uchar, uint8_t ushort, uint16_t uint, uint32_t ulong, uint64_t 223 * ulong: 64 bit unsigned integer 227 typedef uint64_t ulong; 384 typedef ulong __attribute__((ext_vector_type(2))) ulong2; 389 * A vector of three ulongs. These three ulong fields packed into a single 256 bit field 392 typedef ulong __attribute__((ext_vector_type(3))) ulong3; 397 * A vector of four ulongs. These four ulong fields packed into a single 256 bit field 400 typedef ulong __attribute__((ext_vector_type(4))) ulong4;
|
/hardware/ti/omap3/dspbridge/inc/ |
dbdcddef.h | 78 ULONG ulDataMemSegMask; /* Data memory requirements */ 79 ULONG ulCodeMemSegMask; /* Code memory requirements */
|
drv.h | 192 ULONG ulMpuAddr; 193 ULONG ulDSPAddr; 194 ULONG ulDSPResAddr; 195 ULONG dmmSize; 203 ULONG ulMpuAddr; 204 ULONG ulDSPAddr; 205 ULONG ulDSPResAddr; 206 ULONG heapSize;
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
dbdcddef.h | 78 ULONG ulDataMemSegMask; /* Data memory requirements */ 79 ULONG ulCodeMemSegMask; /* Code memory requirements */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
af_irda.h | 124 ULONG numDevice; 129 ULONG numDevice;
|
cdonts.h | 213 ULONG (WINAPI *AddRef)(INewMail *This); 214 ULONG (WINAPI *Release)(INewMail *This); 331 ULONG (WINAPI *AddRef)(ISession *This); 332 ULONG (WINAPI *Release)(ISession *This); 435 ULONG (WINAPI *AddRef)(Folder *This); 436 ULONG (WINAPI *Release)(Folder *This); 506 ULONG (WINAPI *AddRef)(Messages *This); 507 ULONG (WINAPI *Release)(Messages *This); [all...] |
dmplugin.h | 131 STDMETHOD_(ULONG,AddRef)(THIS) PURE; 132 STDMETHOD_(ULONG,Release)(THIS) PURE; 166 STDMETHOD_(ULONG,AddRef)(THIS) PURE; 167 STDMETHOD_(ULONG,Release)(THIS) PURE; 205 STDMETHOD_(ULONG,AddRef)(THIS) PURE; 206 STDMETHOD_(ULONG,Release)(THIS) PURE; 248 STDMETHOD_(ULONG,AddRef)(THIS) PURE; 249 STDMETHOD_(ULONG,Release)(THIS) PURE;
|
rrascfg.h | 77 ULONG (WINAPI *AddRef)(IRouterProtocolConfig *This); 78 ULONG (WINAPI *Release)(IRouterProtocolConfig *This); 121 ULONG (WINAPI *AddRef)(IAuthenticationProviderConfig *This); 122 ULONG (WINAPI *Release)(IAuthenticationProviderConfig *This); 176 ULONG (WINAPI *AddRef)(IAccountingProviderConfig *This); 177 ULONG (WINAPI *Release)(IAccountingProviderConfig *This); 231 ULONG (WINAPI *AddRef)(IEAPProviderConfig *This); 232 ULONG (WINAPI *Release)(IEAPProviderConfig *This);
|
rtm.h | 112 ULONG WINAPI RtmGetNetworkCount(DWORD ProtocolFamily); 113 ULONG WINAPI RtmGetRouteAge(PVOID Route);
|
scardssp.h | 289 ULONG (WINAPI *AddRef)(IByteBuffer *This); 290 ULONG (WINAPI *Release)(IByteBuffer *This); 397 ULONG (WINAPI *AddRef)(ISCardTypeConv *This); 398 ULONG (WINAPI *Release)(ISCardTypeConv *This); 511 ULONG (WINAPI *AddRef)(ISCardCmd *This); 512 ULONG (WINAPI *Release)(ISCardCmd *This); [all...] |
sqltypes.h | 82 typedef unsigned __LONG32 ULONG; 83 typedef ULONG *PULONG;
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/ |
wintypes.py | 28 ULONG = c_ulong 181 'SMALL_RECT', 'UINT', 'ULARGE_INTEGER', 'ULONG', 'USHORT',
|
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/ |
wintypes.py | 28 ULONG = c_ulong 181 'SMALL_RECT', 'UINT', 'ULARGE_INTEGER', 'ULONG', 'USHORT',
|
/prebuilts/misc/common/swig/include/2.0.11/modula3/ |
typemaps.i | 40 %typemap(imtype) unsigned long long *, unsigned long long & "ref ulong" 55 %typemap(cstype) unsigned long long *, unsigned long long & "ref ulong"
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/ |
wintypes.py | 28 ULONG = c_ulong 181 'SMALL_RECT', 'UINT', 'ULARGE_INTEGER', 'ULONG', 'USHORT',
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/ |
wintypes.py | 28 ULONG = c_ulong 181 'SMALL_RECT', 'UINT', 'ULARGE_INTEGER', 'ULONG', 'USHORT',
|
/prebuilts/sdk/renderscript/include/ |
rs_value_types.rsh | 28 * Unsigned integer: uchar, uint8_t ushort, uint16_t uint, uint32_t ulong, uint64_t 223 * ulong: 64 bit unsigned integer 227 typedef uint64_t ulong; 384 typedef ulong __attribute__((ext_vector_type(2))) ulong2; 389 * A vector of three ulongs. These three ulong fields packed into a single 256 bit field 392 typedef ulong __attribute__((ext_vector_type(3))) ulong3; 397 * A vector of four ulongs. These four ulong fields packed into a single 256 bit field 400 typedef ulong __attribute__((ext_vector_type(4))) ulong4;
|
/external/valgrind/VEX/priv/ |
host_s390_defs.c | [all...] |