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

1 2 3 4

  /external/nanopb-c/tests/without_64bit/
no_64bit_syshdr.h 1 /* This wrapper undefines (u)int64_t */
13 #define int64_t disabled_int64_t macro
  /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;
  /device/google/bonito/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/google/crosshatch/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)
  /external/pdfium/third_party/libopenjpeg20/
opj_stdint.h 45 typedef signed __int64 int64_t; typedef
  /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. */
113 typedef signed __int64 int64_t; typedef
115 typedef signed long long int64_t; typedef
  /external/icu/libandroidicu/include/unicode/
ptypes.h 71 /* The features header is needed to get (u)int64_t sometimes. */
113 typedef signed __int64 int64_t; typedef
115 typedef signed long long int64_t; typedef
  /external/libpcap/pcap/
pcap-inttypes.h 59 typedef _int64 int64_t; typedef
62 typedef long long int64_t; typedef
  /external/mesa3d/include/vulkan/
vk_platform.h 81 typedef signed __int64 int64_t; typedef
  /external/skia/include/third_party/vulkan/vulkan/
vk_platform.h 81 typedef signed __int64 int64_t; typedef
  /external/skqp/include/third_party/vulkan/vulkan/
vk_platform.h 81 typedef signed __int64 int64_t; typedef
  /external/swiftshader/include/vulkan/
vk_platform.h 81 typedef signed __int64 int64_t; typedef
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
eigen_tensor_reduced_instantiations_oss.h 53 typedef __int64 int64_t; typedef
  /external/tensorflow/tensorflow/lite/kernels/internal/optimized/
eigen_tensor_reduced_instantiations_google.h 53 typedef __int64 int64_t; typedef
eigen_tensor_reduced_instantiations_oss.h 53 typedef __int64 int64_t; typedef
  /external/vulkan-headers/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
  /external/brotli/c/include/brotli/
types.h 25 typedef __int64 int64_t; typedef
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
_stdint.h 49 typedef __int64_t int64_t; typedef
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Aarch64/
EfiBind.h 49 typedef long long int64_t; typedef
61 typedef int64_t intn_t;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Arm/
EfiBind.h 47 typedef long long int64_t; typedef

Completed in 1330 milliseconds

1 2 3 4