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

1 2 3 4 5

  /external/clang/test/Headers/
int64-type.c 5 typedef unsigned long long uint64_t; typedef
  /external/netperf/
netcpu.h 11 typedef unsigned __int64 uint64_t; typedef
14 extern void get_cpu_idle(uint64_t *res);
  /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 8 typedef u_int64_t uint64_t; typedef
13 uint64_t val = 0;
debug-info.c 58 typedef unsigned long long uint64_t; typedef
59 typedef uint64_t uint64x2_t __attribute__((ext_vector_type(2)));
  /external/clang/test/Headers/Inputs/include/
stdint.h 9 typedef unsigned __INT64_TYPE__ uint64_t; typedef
  /external/chromium/sdch/open-vcdiff/vsprojects/
stdint.h 28 typedef unsigned __int64 uint64_t; typedef
  /external/open-vcdiff/vsprojects/
stdint.h 28 typedef unsigned __int64 uint64_t; typedef
  /external/e2fsprogs/lib/uuid/
uuid_types.h 14 typedef unsigned int uint64_t; typedef
17 typedef unsigned long uint64_t; typedef
24 typedef unsigned long long uint64_t; typedef
  /external/srtp/crypto/include/
integers.h 81 typedef unsigned long uint64_t; typedef
83 typedef unsigned long long uint64_t; typedef
102 typedef double uint64_t; typedef
104 extern uint64_t make64(uint32_t high, uint32_t low);
105 extern uint32_t high32(uint64_t value);
106 extern uint32_t low32(uint64_t value);
  /external/v8/include/
v8stdint.h 45 typedef unsigned __int64 uint64_t; typedef
  /external/webkit/Source/WebCore/bridge/
nptypes.h 57 typedef unsigned long long uint64_t; typedef
82 typedef u_int64_t uint64_t; typedef
  /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)));
  /external/icu4c/common/unicode/
ptypes.h 118 typedef unsigned __int64 uint64_t; typedef
120 typedef unsigned long long uint64_t; typedef
  /external/libvpx/libvpx/vpx/
vpx_integer.h 29 typedef unsigned __int64 uint64_t; typedef
  /external/skia/include/config/
sk_stdint.h 18 typedef unsigned long long uint64_t; typedef
21 typedef uint64_t uintmax_t;
  /external/skia/legacy/include/config/
sk_stdint.h 18 typedef unsigned long long uint64_t; typedef
21 typedef uint64_t uintmax_t;
  /external/webkit/Source/JavaScriptCore/os-win32/
stdint.h 42 typedef unsigned __int64 uint64_t; typedef
65 CASSERT(sizeof(uint64_t) == 8, uint64_t_is_eight_bytes)
  /external/webp/include/webp/
types.h 31 typedef unsigned long long int uint64_t; typedef
  /hardware/invensense/libsensors_iio/software/core/driver/include/
stdint_invensense.h 29 typedef unsigned long long uint64_t; typedef
  /external/clang/test/CodeGenCXX/
mangle-neon-vectors.cpp 6 typedef unsigned long long uint64_t; typedef
10 typedef __attribute__((neon_vector_type(1))) uint64_t uint64x1_t;
11 typedef __attribute__((neon_vector_type(2))) uint64_t uint64x2_t;
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_test_utils.h 22 typedef unsigned __int64 uint64_t; typedef
  /external/clang/test/Sema/
neon-vector-types.c 6 typedef unsigned long long uint64_t; typedef
11 typedef __attribute__((neon_vector_type(1))) uint64_t uint64x1_t;
12 typedef __attribute__((neon_vector_type(2))) uint64_t uint64x2_t;
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
s_type.h 49 typedef unsigned long long uint64_t; typedef

Completed in 775 milliseconds

1 2 3 4 5