/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/ |
zconf.h | 52 # define uLong z_uLong 264 typedef unsigned long uLong; /* 32 bits or more */ 275 typedef uLong FAR uLongf;
|
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/ |
zconf.h | 52 # define uLong z_uLong 264 typedef unsigned long uLong; /* 32 bits or more */ 275 typedef uLong FAR uLongf;
|
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/ |
zconf.h | 52 # define uLong z_uLong 264 typedef unsigned long uLong; /* 32 bits or more */ 275 typedef uLong FAR uLongf;
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/ |
zconf.h | 52 # define uLong z_uLong 264 typedef unsigned long uLong; /* 32 bits or more */ 275 typedef uLong FAR uLongf;
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/ |
zconf.h | 52 # define uLong z_uLong 264 typedef unsigned long uLong; /* 32 bits or more */ 275 typedef uLong FAR uLongf;
|
/external/valgrind/coregrind/m_debuginfo/ |
readdwarf3.c | 194 ULong sli_initial_offset, 212 static inline ULong get_position_of_Cursor ( const Cursor* c ) { 216 static inline void set_position_of_Cursor ( Cursor* c, ULong pos ) { 220 static inline void advance_position_of_Cursor ( Cursor* c, ULong delta ) { 240 get_UShort/UInt/ULong. */ 277 static ULong get_ULong ( Cursor* c ) { 278 ULong r; 280 if (c->sli_next + sizeof(ULong) > c->sli.ioff + c->sli.szB) { 286 c->sli_next += sizeof(ULong); 289 static ULong get_ULEB128 ( Cursor* c ) [all...] |
priv_image.h | 36 #include "pub_core_basics.h" // ULong 51 typedef ULong DiOffT; 120 ULong ML_(img_get_ULong) (DiImage* img, DiOffT offset); 324 static inline ULong ML_(cur_read_ULong) ( DiCursor c ) { 325 ULong r = ML_(img_get_ULong)( c.img, c.ioff ); 328 static inline ULong ML_(cur_step_ULong) ( DiCursor* c ) { 329 ULong r = ML_(img_get_ULong)( c->img, c->ioff ); 330 c->ioff += sizeof(ULong); 340 } else if (sizeof(Addr) == sizeof(ULong)) {
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
single_source_alloc.rs | 68 VERIFY_KERNEL(ulong) 196 STORE_TO_ALLOC(RS_TYPE_UNSIGNED_64, ulong); 218 LAUNCH_VERIFY_KERNEL(RS_TYPE_UNSIGNED_64, ulong); 462 TEST_HELPERS(ulong);
|
/external/elfutils/backends/ |
alpha_corenote.c | 56 #define ULONG uint64_t
|
arm_corenote.c | 63 #define ULONG uint32_t
|
sh_corenote.c | 59 #define ULONG uint32_t
|
/external/harfbuzz_ng/src/ |
hb-ot-glyf-table.hh | 56 ULONG longsZ[VAR]; /* Location offset. */
|
/external/iputils/ |
arping.c | 485 unsigned long ulong; member in union:sysfs_devattr_value 668 p = &v->value[idx].ulong; 700 addrlen = v->value[SYSFS_DEVATTR_ADDR_LEN].ulong; 779 if (check_ifflags(sysfs_devattr_values.value[SYSFS_DEVATTR_FLAGS].ulong, 783 if (!sysfs_devattr_values.value[SYSFS_DEVATTR_ADDR_LEN].ulong) 786 if (device.sysfs->value[SYSFS_DEVATTR_IFINDEX].ulong) { 787 if (device.sysfs->value[SYSFS_DEVATTR_FLAGS].ulong & IFF_RUNNING) 810 device.ifindex = device.sysfs->value[SYSFS_DEVATTR_IFINDEX].ulong; 970 if (v->value[SYSFS_DEVATTR_ADDR_LEN].ulong != balen)
|
/external/llvm/docs/HistoricalNotes/ |
2001-02-06-TypeNotationDebate.txt | 9 type ::= void|bool|sbyte|ubyte|short|ushort|int|uint|long|ulong
|
/external/llvm/lib/DebugInfo/PDB/DIA/ |
DIADataStream.cpp | 53 ULONG CountFetched = 0;
|
DIAEnumSymbols.cpp | 38 ULONG NumFetched = 0;
|
/external/llvm/tools/llvm-pdbdump/ |
BuiltinDumper.cpp | 48 case PDB_BuiltinType::ULong:
|
/external/ltrace/testsuite/ltrace.main/ |
parameters.conf | 33 enum[long](A=-1) func_negative_enum(enum[short](A=-1), enum[ushort](A=-1), enum[int](A=-1), enum[uint](A=-1), enum[long](A=-1), enum[ulong](A=-1));
|
/external/sfntly/cpp/src/sfntly/data/ |
font_output_stream.h | 32 // ULONG 32-bit unsigned integer.
|
writable_font_data.h | 136 // Write the ULONG at the given index. 138 // @param ul the ULONG 143 // Write the ULONG at the given index in little endian format. 145 // @param ul the ULONG
|
/external/sfntly/cpp/src/test/ |
endian_test.cc | 33 0x00, 0x00, 0x00, 0x18, // 16: ulong
|
/external/skia/src/ports/ |
SkRemotableFontMgr_win_dw.cpp | 353 ULONG STDMETHODCALLTYPE AddRef() override { 357 ULONG STDMETHODCALLTYPE Release() override { 358 ULONG newCount = InterlockedDecrement(&fRefCount); 383 ULONG fRefCount;
|
/external/valgrind/VEX/pub/ |
libvex_guest_ppc32.h | 241 /* 1360 */ ULong guest_TFHAR; // Transaction Failure Handler Address Register 242 /* 1368 */ ULong guest_TEXASR; // Transaction EXception And Summary Register 243 /* 1376 */ ULong guest_TFIAR; // Transaction Failure Instruction Address Register 244 /* 1384 */ ULong guest_PPR; // Program Priority register
|
/external/valgrind/coregrind/m_aspacemgr/ |
aspacemgr-common.c | 321 /*OUT*/ULong* dev, 322 /*OUT*/ULong* ino, /*OUT*/UInt* mode ) 334 *dev = (ULong)buf64.st_dev; 335 *ino = (ULong)buf64.st_ino; 342 *dev = (ULong)buf.st_dev; 343 *ino = (ULong)buf.st_ino; 359 *dev = (ULong)buf64.st_dev; 360 *ino = (ULong)buf64.st_ino; 483 (ULong)(Addr)stack, szB);
|
/external/valgrind/coregrind/ |
m_compiler.c | 63 __builtin_popcountll(ULong x) 96 __builtin_clzll(ULong x) 99 ULong y; 131 __builtin_ctzll(ULong x)
|