HomeSort by relevance Sort by last modified time
    Searched defs:int64 (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/swiftshader/third_party/subzero/crosstest/
xdefs.h 10 // Defines the int64 and uint64 types to avoid link-time errors when compiling
20 typedef long long int64; typedef
  /external/libtextclassifier/util/base/
integral_types.h 42 typedef __int64 int64; typedef in namespace:libtextclassifier2
44 typedef long long int64; // NOLINT typedef in namespace:libtextclassifier2
56 static_assert(sizeof(int64) == 8, "wrong size");
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxertypes.h 17 typedef long long int64; typedef in namespace:mkvmuxer
  /external/tensorflow/tensorflow/core/platform/default/
integral_types.h 27 typedef long long int64; typedef in namespace:tensorflow
  /frameworks/av/media/libstagefright/codecs/mp3dec/include/
pvmp3_audio_type_defs.h 72 typedef int64_t int64; typedef
  /external/dng_sdk/source/
dng_types.h 44 typedef int64_t int64; typedef
60 typedef signed long long int64; typedef
  /external/eigen/test/
rand.cpp 12 typedef long long int64; typedef
46 int64 range = int64(y)-int64(x);
52 hist( int((int64(r)-int64(x))/divisor) )++;
117 CALL_SUBTEST(check_histogram<int>(-RAND_MAX+10,-int64(RAND_MAX)+10+bins*(2*int64(RAND_MAX)/bins)-1,bins));
  /external/flatbuffers/python/flatbuffers/
packer.py 35 int64 = struct.Struct("<q") variable
  /external/google-breakpad/src/common/dwarf/
types.h 41 typedef long long int64; typedef
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_types.h 32 typedef int64_t int64; typedef
  /external/perf_data_converter/src/
builder.h 20 typedef int64_t int64; typedef in namespace:perftools::profiles
44 int64 StringId(const char *str);
50 const char *file, int64 start_line);
97 typedef std::tuple<int64, int64, int64, int64> Function;
101 int64 hash = std::get<0>(f);
110 std::unordered_map<string, int64> strings_;
111 std::unordered_map<Function, int64, FunctionHasher> functions_
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
qtypes.h 82 typedef long long int64; typedef
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 82 typedef long long int64; typedef
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 82 typedef long long int64; typedef
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 82 typedef long long int64; typedef
  /external/gflags/android/gflags/
gflags_declare.h 91 typedef int64_t int64; typedef in namespace:GFLAGS_NAMESPACE
96 typedef int64_t int64;
101 typedef __int64 int64;
136 DECLARE_VARIABLE(::GFLAGS_NAMESPACE::int64, I64, name)
  /external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
gflags_declare.h 82 typedef int64_t int64; typedef in namespace:GFLAGS_NAMESPACE
87 typedef int64_t int64;
92 typedef __int64 int64;
124 DECLARE_VARIABLE(::GFLAGS_NAMESPACE::int64, I64, name)
  /external/libyuv/files/third_party/gflags/gen/win/include/gflags/
gflags_declare.h 82 typedef int64_t int64;
87 typedef int64_t int64; typedef in namespace:GFLAGS_NAMESPACE
92 typedef __int64 int64; typedef in namespace:GFLAGS_NAMESPACE
124 DECLARE_VARIABLE(::GFLAGS_NAMESPACE::int64, I64, name)
  /external/syslinux/gpxe/src/include/
stdint.h 33 typedef int64_t int64; typedef
  /frameworks/av/media/libeffects/loudness/common/core/
basic_types.h 42 typedef long long int64; typedef in namespace:le_fx
  /prebuilts/go/darwin-x86/src/runtime/pprof/
protobuf.go 60 func (b *protobuf) int64(tag int, x int64) { func
65 func (b *protobuf) int64Opt(tag int, x int64) {
69 b.int64(tag, x)
72 func (b *protobuf) int64s(tag int, x []int64) {
88 b.int64(tag, u)
  /prebuilts/go/linux-x86/src/runtime/pprof/
protobuf.go 60 func (b *protobuf) int64(tag int, x int64) { func
65 func (b *protobuf) int64Opt(tag int, x int64) {
69 b.int64(tag, x)
72 func (b *protobuf) int64s(tag int, x []int64) {
88 b.int64(tag, u)
  /device/google/marlin/dataservices/datatop/src/
datatop_helpers.c 185 int64_t int64; local
191 int64 = (int64_t)dp.data.d_ulong
193 if (int64 != 0) {
195 printf("%"PRId64"\n", int64);
201 int64 = (int64_t)dp.data.d_long
203 if (int64 != 0) {
205 printf("%"PRId64"\n", int64);
210 int64 = (int64_t)dp.data.d_uint
212 if (int64 != 0) {
214 printf("%"PRId64"\n", int64);
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/
arm-gcc.h 55 typedef signed long long int int64; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/
arm-gcc.h 51 typedef signed long long int int64; typedef

Completed in 1338 milliseconds

1 2 3 4