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

1 2 3 4 5 6

  /external/clang/test/CodeGen/
2010-06-17-asmcrash.c 5 typedef long long int64_t; typedef
7 typedef int64_t x86_reg;
aarch64-fix-cortex-a53-835769.c 17 typedef long int64_t; typedef
19 int64_t f_load_madd_64(int64_t a, int64_t b, int64_t *c) {
20 int64_t result = a+b*(*c);
arm-asm-variable.c 4 typedef long long int64_t; typedef
7 int64_t foo(int64_t v, volatile int64_t *p)
12 int64_t r;
  /external/libpcap/
pcap-stdinc.h 115 typedef _int64 int64_t; typedef
118 typedef long long int64_t; typedef
  /external/pdfium/third_party/libopenjpeg20/
opj_stdint.h 45 typedef signed __int64 int64_t; typedef
  /hardware/qcom/msm8998/json-c/
json_inttypes.h 13 typedef __int64 int64_t; typedef
14 #define INT64_MIN ((int64_t)_I64_MIN)
15 #define INT64_MAX ((int64_t)_I64_MAX)
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
stdint.h 75 #ifndef int64_t
76 typedef __int64_t int64_t; typedef
77 #define int64_t __int64_t macro
  /external/icu/icu4c/source/common/unicode/
ptypes.h 71 /* The features header is needed to get (u)int64_t sometimes. */
112 typedef signed __int64 int64_t; typedef
114 typedef signed long long int64_t; typedef
  /external/mesa3d/include/vulkan/
vk_platform.h 81 typedef signed __int64 int64_t; typedef
  /external/skia/third_party/vulkan/vulkan/
vk_platform.h 86 typedef signed __int64 int64_t; typedef
  /external/skqp/third_party/vulkan/vulkan/
vk_platform.h 86 typedef signed __int64 int64_t; typedef
  /external/syslinux/com32/include/bitsize32/
stdint.h 6 typedef long long int int64_t; typedef
  /external/syslinux/com32/include/bitsize64/
stdint.h 6 typedef long int int64_t; typedef
  /external/syslinux/gpxe/src/arch/i386/include/bits/
stdint.h 18 typedef signed long long int64_t; typedef
  /external/syslinux/gpxe/src/arch/x86_64/include/bits/
stdint.h 16 typedef signed long long int64_t; typedef
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
eigen_tensor_reduced_instantiations_oss.h 53 typedef __int64 int64_t; typedef
  /external/vulkan-validation-layers/include/vulkan/
vk_platform.h 81 typedef signed __int64 int64_t; typedef
  /external/webp/include/webp/
types.h 35 typedef long long int int64_t; typedef
  /external/webp/src/webp/
types.h 35 typedef long long int int64_t; typedef
  /frameworks/native/vulkan/include/vulkan/
vk_platform.h 81 typedef signed __int64 int64_t; typedef
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/include/
stdint.h 13 typedef signed long long int64_t; typedef
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
stdint_invensense.h 24 typedef long long int64_t; typedef
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
stdint_invensense.h 24 typedef long long int64_t; typedef
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vk_platform.h 81 typedef signed __int64 int64_t; typedef
  /external/brotli/c/include/brotli/
types.h 25 typedef __int64 int64_t; typedef

Completed in 614 milliseconds

1 2 3 4 5 6