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

1 2 3

  /external/clang/test/Headers/
int64-type.c 4 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)
debug-info.c 59 typedef unsigned long long uint64_t; typedef
60 typedef uint64_t uint64x2_t __attribute__((ext_vector_type(2)));
  /bootable/bootloader/legacy/libc/
inttypes.h 32 typedef unsigned long long uint64_t; typedef
  /external/chromium/sdch/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/icu4c/common/unicode/
ptypes.h 85 typedef unsigned long long uint64_t; typedef
ppalmos.h 137 typedef unsigned long long uint64_t; typedef
139 typedef unsigned __int64 uint64_t; typedef
pwin32.h 110 # define UINT64_C(x) ((uint64_t)x)
160 typedef unsigned long long uint64_t; typedef
162 typedef unsigned __int64 uint64_t; typedef
  /external/skia/include/config/
sk_stdint.h 11 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 44 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/libvpx/vpx/
vpx_integer.h 29 typedef unsigned __int64 uint64_t; typedef
  /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 27 typedef unsigned long long int 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/llvm/include/llvm/Support/
DataTypes.h 69 /* Handle incorrect definition of uint64_t as u_int64_t */
72 typedef u_int64_t uint64_t; typedef
74 # error "Don't have a definition for uint64_t on this platform"
  /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;
  /external/clang/test/SemaCXX/
conversion.cpp 13 typedef unsigned long uint64_t; typedef
25 uint32_t test2_positive(uint64_t x) {
29 uint32_t test2_negative(uint64_t x) {
35 uint64_t test1(int x, unsigned y) {
39 uint64_t test2(int x, unsigned y) {
  /external/llvm/test/CodeGen/CellSPU/useful-harnesses/
i64operations.h 5 typedef unsigned long long int uint64_t; typedef
21 uint64_t *lhs;
22 uint64_t *rhs;
23 uint64_t *select_a;
24 uint64_t *select_b;
26 uint64_t *select_expected;
39 int (*predfunc) (uint64_t, uint64_t);
40 uint64_t (*selfunc) (uint64_t, uint64_t, uint64_t, uint64_t)
    [all...]
  /external/webrtc/src/
typedefs.h 65 typedef unsigned long long uint64_t; typedef
73 typedef uint64_t WebRtc_UWord64;
89 typedef uint64_t WebRtc_UWord64;
  /hardware/ti/omap4xxx/security/tf_sdk/include/
s_type.h 49 typedef unsigned long long uint64_t; typedef
  /ndk/sources/host-tools/sed-4.2.1/lib/
tempname.c 93 value = ((uint64_t) tv.tv_usec << 16) ^ tv.tv_sec; \
99 /* Use the widest available unsigned type if uint64_t is not
101 (approximately 2**35.725) from uint64_t, so ancient hosts where
104 #if !defined UINT64_MAX && !defined uint64_t
105 # define uint64_t uintmax_t macro
204 static uint64_t value;
205 uint64_t random_time_bits;
244 random_time_bits = ((uint64_t) tv.tv_usec << 16) ^ tv.tv_sec;
251 uint64_t v = value;

Completed in 1769 milliseconds

1 2 3