HomeSort by relevance Sort by last modified time
    Searched refs:__int64 (Results 176 - 200 of 383) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
base.h 24 typedef unsigned __int64 marisa_alpha_uint64;
  /external/stlport/stlport/stl/config/
_msvc.h 44 # define _STLP_LONG_LONG __int64
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_msvc.h 44 # define _STLP_LONG_LONG __int64
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_msvc.h 44 # define _STLP_LONG_LONG __int64
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_msvc.h 44 # define _STLP_LONG_LONG __int64
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_msvc.h 44 # define _STLP_LONG_LONG __int64
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_msvc.h 44 # define _STLP_LONG_LONG __int64
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_msvc.h 44 # define _STLP_LONG_LONG __int64
  /external/chromium/base/third_party/nspr/
prtypes.h 374 typedef __int64 PRInt64;
375 typedef unsigned __int64 PRUint64;
  /external/chromium/sdch/open-vcdiff/src/gflags/
gflags.h 105 typedef __int64 int64;
106 typedef unsigned __int64 uint64;
  /external/chromium_org/base/third_party/nspr/
prtypes.h 374 typedef __int64 PRInt64;
375 typedef unsigned __int64 PRUint64;
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-common.h 62 typedef __int64 int64_t;
63 typedef unsigned __int64 uint64_t;
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.h 109 typedef __int64 int64_t;
113 typedef unsigned __int64 uint64_t;
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h 106 typedef __int64 int64_t;
110 typedef unsigned __int64 uint64_t;
  /external/chromium_org/tools/traceline/traceline/
main.cc     [all...]
  /external/clang/test/Parser/
MicrosoftExtensions.cpp 194 __int64 x7 = __int64(0);
  /external/harfbuzz_ng/src/
hb-common.h 62 typedef __int64 int64_t;
63 typedef unsigned __int64 uint64_t;
  /external/neven/Embedded/common/src/b_BasicEm/
Basic.h 83 typedef __int64 int64;
84 typedef unsigned __int64 uint64;
  /external/open-vcdiff/gflags/src/gflags/
gflags.h 109 typedef __int64 int64;
110 typedef unsigned __int64 uint64;
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-port.h 831 typedef __int64 BiggestInt;
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 823 typedef __int64 BiggestInt;
    [all...]
  /external/chromium/net/url_request/
url_request_file_dir_job.cc 129 int64 size = (static_cast<unsigned __int64>(data.info.nFileSizeHigh) << 32) |
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/
sha.h 172 #define SHA_LONG64 unsigned __int64
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
sha.h 172 #define SHA_LONG64 unsigned __int64
  /external/chromium_org/third_party/zlib/contrib/minizip/
ioapi.h 90 typedef unsigned __int64 ZPOS64_T;

Completed in 809 milliseconds

1 2 3 4 5 6 78 91011>>