OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__int64
(Results
101 - 125
of
230
) sorted by null
1
2
3
4
5
6
7
8
9
10
/prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/KHR/
khrplatform.h
161
typedef
__int64
khronos_int64_t;
162
typedef unsigned
__int64
khronos_uint64_t;
/development/host/windows/usb/api/
adb_api_legacy.h
186
__int64
for_x64;
/external/bluetooth/glib/glib/gnulib/
vasnprintf.c
511
(unsigned int) (sizeof (unsigned
__int64
) * CHAR_BIT
668
* that long long ==
__int64
.
830
__int64
arg = a.arg[dp->arg_index].a.a_int64;
836
unsigned
__int64
arg = a.arg[dp->arg_index].a.a_uint64;
/external/chromium/net/url_request/
url_request_file_dir_job.cc
129
int64 size = (static_cast<unsigned
__int64
>(data.info.nFileSizeHigh) << 32) |
/external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-port.h
493
typedef
__int64
BiggestInt;
502
// We cannot rely on numeric_limits in STL, as
__int64
and long long
551
typedef
__int64
Int;
552
typedef unsigned
__int64
UInt;
/external/libvpx/vp8/encoder/
boolhuff.c
18
unsigned
__int64
Sectionbits[500];
/external/libvpx/vpx_ports/
x86.h
129
unsigned
__int64
__rdtsc(void);
/external/skia/include/core/
SkPostConfig.h
198
#define SkLONGLONG
__int64
/external/webrtc/src/common_audio/signal_processing_library/main/source/
cross_correlation.c
37
__int64
macc40;
/external/zlib/contrib/minizip/
ioapi.h
90
typedef unsigned
__int64
ZPOS64_T;
/external/zlib/contrib/testzlib/
testzlib.c
22
unsigned
__int64
__rdtsc(void);
/external/chromium/base/third_party/nspr/
prtypes.h
374
typedef
__int64
PRInt64;
375
typedef unsigned
__int64
PRUint64;
/external/icu4c/common/unicode/
pwin32.h
154
typedef signed
__int64
int64_t;
162
typedef unsigned
__int64
uint64_t;
/external/llvm/include/llvm/Support/
TypeBuilder.h
172
DEFINE_INTEGRAL_TYPEBUILDER(
__int64
);
173
DEFINE_INTEGRAL_TYPEBUILDER(unsigned
__int64
);
/external/valgrind/tsan/
ts_util.h
218
typedef
__int64
int64_t;
222
typedef unsigned
__int64
uint64_t;
/frameworks/base/include/media/stagefright/openmax/
OMX_Types.h
186
typedef unsigned
__int64
OMX_U64;
189
typedef signed
__int64
OMX_S64;
/frameworks/base/libs/rs/driver/
rsdRuntimeMath.cpp
368
// ::= x # long long,
__int64
369
// ::= y # unsigned long long,
__int64
rsdRuntimeStubs.cpp
506
// ::= x # long long,
__int64
507
// ::= y # unsigned long long,
__int64
/ndk/sources/host-tools/sed-4.2.1/lib/
stdint.in.h
146
typedef
__int64
gl_int64_t;
163
typedef unsigned
__int64
gl_uint64_t;
/ndk/sources/host-tools/sed-4.2.1/m4/
stdint.m4
401
i64) gltype1='
__int64
';;
405
ui64)gltype1='unsigned
__int64
';;
/bionic/libc/kernel/common/linux/
coda.h
32
typedef unsigned
__int64
u_quad_t;
/development/ndk/platforms/android-3/include/linux/
coda.h
32
typedef unsigned
__int64
u_quad_t;
/external/dbus/
config.h
259
/* The size of a `
__int64
', as computed by sizeof. */
/external/gtest/include/gtest/internal/
gtest-port.h
722
typedef
__int64
BiggestInt;
731
// We cannot rely on numeric_limits in STL, as
__int64
and long long
780
typedef
__int64
Int;
781
typedef unsigned
__int64
UInt;
/external/openssl/crypto/sha/
sha.h
162
#define SHA_LONG64 unsigned
__int64
Completed in 1497 milliseconds
1
2
3
4
5
6
7
8
9
10