Home
last modified time | relevance | path

Searched refs:_int64 (Results 1 – 8 of 8) sorted by relevance

/external/libpcap/pcap/
Dpcap-inttypes.h67 typedef unsigned _int64 uint64_t;
68 typedef _int64 int64_t;
/external/clang/test/Parser/
DMicrosoftExtensions.cpp229 _int64 x8 = _int64(0);
230 static_assert(sizeof(_int64) == 8, "");
/external/rust/crates/libz-sys/src/zlib/contrib/testzlib/
Dtestzlib.c32 unsigned _int64 res=__rdtsc()-((unsigned _int64)(beginTime64.QuadPart)); in GetResRdtsc()
/external/tensorflow/tensorflow/core/kernels/
Dsegment_reduction_ops_test.cc165 static void BM_Reduce_##O##_##R##_##C##_##S##_int64( \
170 BENCHMARK(BM_Reduce_##O##_##R##_##C##_##S##_int64);
/external/tensorflow/tensorflow/python/kernel_tests/array_ops/
Darray_ops_test.py856 def _int64(i): function
867 _ = checker[_int16(1)::1, :, 1:_int64(3):2]
871 _ = checker[::_int64(1), _int64(1):10:_int16(3), ::_int64(2)]
/external/python/cpython2/Doc/c-api/
Darg.rst189 available on platforms that support :c:type:`long long` (or :c:type:`_int64`
195 support :c:type:`unsigned long long` (or :c:type:`unsigned _int64` on
/external/clang/include/clang/Basic/
DTokenKinds.def611 ALIAS("_int64" , __int64 , KEYMS)
/external/eigen/cmake/
DFindBLAS.cmake1088 set( _ACML_PATH_SUFFIX "_int64" )