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

1 2 3 4 5 6 7

  /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/chromium_org/third_party/angle/src/third_party/murmurhash/
MurmurHash3.h 17 typedef unsigned __int64 uint64_t; typedef
  /external/chromium_org/third_party/smhasher/src/
MurmurHash1.h 17 typedef unsigned __int64 uint64_t; typedef
MurmurHash2.h 17 typedef unsigned __int64 uint64_t; typedef
30 uint64_t MurmurHash64A ( const void * key, int len, uint64_t seed );
31 uint64_t MurmurHash64B ( const void * key, int len, uint64_t seed );
MurmurHash3.h 17 typedef unsigned __int64 uint64_t; typedef
  /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;
  /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/chromium_org/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/chromium_org/ppapi/c/
pp_stdint.h 51 typedef unsigned __int64 uint64_t; typedef
  /external/chromium_org/third_party/icu/source/common/unicode/
ptypes.h 97 typedef unsigned long long uint64_t; typedef
  /external/chromium_org/third_party/leveldatabase/src/port/win/
stdint.h 22 typedef unsigned long long uint64_t; typedef
  /external/chromium_org/third_party/npapi/bindings/
nptypes.h 57 typedef unsigned long long uint64_t; typedef
82 typedef u_int64_t uint64_t; typedef
  /external/chromium_org/v8/include/
v8stdint.h 47 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/chromium_org/third_party/libwebp/webp/
types.h 33 typedef unsigned long long int uint64_t; typedef
  /external/chromium_org/third_party/qcms/src/
qcmstypes.h 44 typedef PRUint64 uint64_t; typedef
86 typedef unsigned __int64 uint64_t; typedef
  /external/chromium_org/third_party/yasm/source/config/win/
stdint.h 22 typedef unsigned long long 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)));

Completed in 2234 milliseconds

1 2 3 4 5 6 7