HomeSort by relevance Sort by last modified time
    Searched defs:uint64_t (Results 26 - 50 of 186) sorted by null

12 3 4 5 6 7 8

  /external/webp/src/webp/
types.h 34 typedef unsigned long long int uint64_t; typedef
  /frameworks/native/vulkan/include/vulkan/
vk_platform.h 82 typedef unsigned __int64 uint64_t; typedef
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/include/
stdint.h 7 typedef unsigned long long uint64_t; typedef
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
stdint_invensense.h 29 typedef unsigned long long uint64_t; typedef
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
stdint_invensense.h 29 typedef unsigned long long uint64_t; typedef
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vk_platform.h 82 typedef unsigned __int64 uint64_t; typedef
  /system/security/keystore/
grant_store.h 36 const uint64_t grant_no);
42 uint64_t grant_no_; ///< numeric grant identifier - randomly assigned
44 operator const uint64_t&() const { return grant_no_; }
  /external/brotli/c/include/brotli/
types.h 24 typedef unsigned __int64 uint64_t; typedef
57 #define BROTLI_MAKE_UINT64_T(high, low) ((((uint64_t)(high)) << 32) | low)
  /external/clang/test/CodeGen/
debug-info.c 58 typedef unsigned long long uint64_t; typedef
59 typedef uint64_t uint64x2_t __attribute__((ext_vector_type(2)));
  /hardware/interfaces/confirmationui/1.0/default/
PlatformSpecifics.h 37 explicit TimeStamp(uint64_t ts) : timestamp_(ts), ok_(true) {}
40 operator const uint64_t() const { return timestamp_; }
43 uint64_t timestamp_;
  /system/bt/embdrv/g722/
g722_typedefs.h 74 typedef unsigned __int64 uint64_t; typedef
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
_stdint.h 69 typedef __uint64_t uint64_t; typedef
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Aarch64/
EfiBind.h 48 typedef unsigned long long uint64_t; typedef
60 typedef uint64_t uintn_t;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Arm/
EfiBind.h 46 typedef unsigned long long uint64_t; typedef
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ebc/
EfiBind.h 61 typedef unsigned __int64 uint64_t; typedef
91 uint64_t
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ia32/
EfiBind.h 182 typedef unsigned __int64 uint64_t; typedef
191 typedef unsigned long long uint64_t; typedef
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ipf/
EfiBind.h 158 typedef unsigned __int64 uint64_t; typedef
172 typedef unsigned long long uint64_t; typedef
184 typedef unsigned long uint64_t; typedef
204 typedef uint64_t uintn_t;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/X64/
EfiBind.h 135 typedef unsigned __int64 uint64_t; typedef
144 typedef unsigned long long uint64_t; typedef
157 typedef uint64_t uintn_t;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/
libfdt_env.h 28 typedef UINT64 uint64_t; typedef
44 static inline uint64_t fdt64_to_cpu(fdt64_t x)
  /external/clang/test/CodeGenCXX/
mangle-neon-vectors.cpp 15 typedef unsigned __INT64_TYPE__ uint64_t; typedef
19 typedef __attribute__((neon_vector_type(1))) uint64_t uint64x1_t;
20 typedef __attribute__((neon_vector_type(2))) uint64_t uint64x2_t;
  /external/clang/test/Sema/
aarch64-neon-vector-types.c 14 typedef unsigned long uint64_t; typedef
17 typedef unsigned long long uint64_t; typedef
19 typedef uint64_t poly64_t;
26 typedef __attribute__((neon_vector_type(1))) uint64_t uint64x1_t;
27 typedef __attribute__((neon_vector_type(2))) uint64_t uint64x2_t;
integer-overflow.c 2 typedef unsigned long long uint64_t; typedef
6 int array64[sizeof(uint64_t) == 8 ? 1 : -1];
8 int arrayint[sizeof(int) < sizeof(uint64_t) ? 1 : -1];
10 uint64_t f0(uint64_t);
11 uint64_t f1(uint64_t, uint32_t);
12 uint64_t f2(uint64_t, ...);
14 static const uint64_t overflow = 1 * 4608 * 1024 * 1024; // expected-warning {{overflow in expression; result is 5368709 (…)
    [all...]
neon-vector-types.c 7 typedef unsigned __INT64_TYPE__ uint64_t; typedef
12 typedef __attribute__((neon_vector_type(1))) uint64_t uint64x1_t;
13 typedef __attribute__((neon_vector_type(2))) uint64_t uint64x2_t;
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface.cc 25 typedef u64 uint64_t; typedef
  /external/nanopb-c/extra/
pb_syshdr.h 26 typedef unsigned long long uint64_t; typedef

Completed in 1859 milliseconds

12 3 4 5 6 7 8