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

1 2 3 4 5 6 7 8

  /external/clang/test/Headers/
int64-type.c 5 typedef unsigned long long uint64_t; typedef
  /external/clang/test/Profile/
c-counter-overflows.c 7 typedef unsigned long long uint64_t; typedef
16 for (uint64_t I = 0; I < 0xffffffff0; ++I) {
  /external/clang/test/CodeGen/
uint128_t.c 3 typedef unsigned long long uint64_t; typedef
4 extern uint64_t numer;
5 extern uint64_t denom;
7 uint64_t
8 f(uint64_t val)
2008-01-04-WideBitfield.c 3 typedef unsigned long long uint64_t; typedef
6 uint64_t a : 64;
9 uint64_t f(void)
x86_32-inline-asm.c 12 typedef u_int64_t uint64_t; typedef
25 uint64_t val = 0;
  /external/clang/test/Headers/Inputs/include/
stdint.h 9 typedef unsigned __INT64_TYPE__ uint64_t; typedef
  /external/clang/test/CodeGenCXX/
linetable-eh.cpp 19 typedef unsigned long long uint64_t; typedef
29 uint64_t GetIt();
40 uint64_t current_address = GetContext()->GetIt();
  /external/pdfium/third_party/libopenjpeg20/
opj_stdint.h 46 typedef unsigned __int64 uint64_t; typedef
  /hardware/google/av/codec2/include/
C2BufferBase.h 46 enum read_t : uint64_t {
61 enum write_t : uint64_t { enum
73 enum : uint64_t { enum
82 inline C2MemoryUsage(uint64_t consumer, uint64_t producer)
85 inline explicit C2MemoryUsage(uint64_t expected_)
88 uint64_t expected; // expected buffer usage
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
core_types.h 33 }uint64_t; typedef in typeref:struct:uint64_s
35 typedef unsigned long long uint64_t; typedef
40 typedef uint64_t uintn_t;
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
stdint.h 80 #ifndef uint64_t
81 typedef __uint64_t uint64_t; typedef
82 #define uint64_t __uint64_t macro
  /external/clang/test/SemaCXX/
constexpr-nqueens.cpp 3 typedef unsigned long uint64_t; typedef
6 uint64_t State;
11 constexpr Board(uint64_t State, bool Failed = false) :
14 return Board(State | ((uint64_t)Row << (Col * 4)));
integer-overflow.cpp 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...]
  /external/google-breakpad/src/google_breakpad/common/
breakpad_types.h 67 typedef unsigned __int64 uint64_t; typedef
73 uint64_t high;
74 uint64_t low;
77 typedef uint64_t breakpad_time_t;
  /external/icu/icu4c/source/common/unicode/
ptypes.h 120 typedef unsigned __int64 uint64_t; typedef
122 typedef unsigned long long uint64_t; typedef
  /external/mesa3d/include/vulkan/
vk_platform.h 82 typedef unsigned __int64 uint64_t; typedef
  /external/skia/third_party/vulkan/vulkan/
vk_platform.h 87 typedef unsigned __int64 uint64_t; typedef
  /external/skqp/third_party/vulkan/vulkan/
vk_platform.h 87 typedef unsigned __int64 uint64_t; typedef
  /external/syslinux/com32/include/bitsize32/
stdint.h 8 typedef unsigned long long int uint64_t; typedef
  /external/syslinux/com32/include/bitsize64/
stdint.h 8 typedef unsigned long int uint64_t; typedef
  /external/syslinux/gpxe/src/arch/i386/include/bits/
stdint.h 13 typedef unsigned long long uint64_t; typedef
  /external/syslinux/gpxe/src/arch/x86_64/include/bits/
stdint.h 11 typedef unsigned long long uint64_t; typedef
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
eigen_tensor_reduced_instantiations_oss.h 54 typedef unsigned __int64 uint64_t; typedef
  /external/vulkan-validation-layers/include/vulkan/
vk_platform.h 82 typedef unsigned __int64 uint64_t; typedef
  /external/webp/include/webp/
types.h 34 typedef unsigned long long int uint64_t; typedef

Completed in 478 milliseconds

1 2 3 4 5 6 7 8