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

12 3 4

  /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;
  /external/clang/test/CodeGen/
2009-01-21-InvalidIterator.c 6 typedef unsigned long int uint64_t; typedef
9 typedef uint64_t Elf64_Xword;
10 typedef uint64_t Elf64_Addr;
11 typedef uint64_t Elf64_Off;
  /external/clang/test/CodeGenCXX/
2010-07-23-DeclLoc.cpp 11 typedef unsigned long long uint64_t; typedef
28 typedef uint64_t ptr_t;
29 typedef uint64_t size_t;
  /external/icu4c/common/unicode/
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/libvpx/vpx_ports/
vpxtypes.h 109 typedef vpxu64 uint64_t; typedef
  /external/llvm/include/llvm/Support/
DataTypes.h 74 /* Handle incorrect definition of uint64_t as u_int64_t */
77 typedef u_int64_t uint64_t; typedef
79 # error "Don't have a definition for uint64_t on this platform"
107 typedef unsigned __int64 uint64_t; typedef
  /external/mesa3d/src/mesa/main/
compiler.h 71 typedef unsigned __int64 uint64_t; typedef
  /external/netperf/
netcpu_ntperf.c 135 typedef unsigned __int64 uint64_t; typedef
138 get_cpu_idle(uint64_t *res)
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_config_dreamcast.h 37 typedef unsigned long long uint64_t; typedef
SDL_config_macos.h 39 typedef UInt64 uint64_t; typedef
SDL_config_win32.h 40 typedef unsigned __int64 uint64_t; typedef
64 typedef unsigned long long uint64_t; typedef
  /external/skia/include/gpu/
GrConfig.h 117 typedef unsigned __int64 uint64_t; typedef
  /external/valgrind/unittest/
thread_wrappers_win.h 67 typedef unsigned long long uint64_t; typedef
  /external/webkit/Source/JavaScriptCore/icu/unicode/
platform.h 140 typedef unsigned long long uint64_t; typedef
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
platform.h 140 typedef unsigned long long uint64_t; typedef
  /external/webkit/Source/WebCore/icu/unicode/
platform.h 140 typedef unsigned long long uint64_t; typedef
  /external/webkit/Source/WebKit/mac/icu/unicode/
platform.h 140 typedef unsigned long long uint64_t; typedef
  /external/compiler-rt/lib/asan/
asan_internal.h 28 typedef unsigned __int64 uint64_t; typedef
  /external/kernel-headers/original/linux/
types.h 122 typedef __u64 uint64_t; typedef
  /external/stlport/src/
num_get_float.cpp 35 typedef unsigned __int64 uint64_t; typedef
39 uint64_t i64;
110 typedef uint64_t uint64;
532 uint64_t rest = vv.i64 & ((~ULL(0) / ULL(2)) >> (limits::digits - 1));
599 uint64_t rest;
  /ndk/sources/cxx-stl/stlport/src/
num_get_float.cpp 35 typedef unsigned __int64 uint64_t; typedef
39 uint64_t i64;
110 typedef uint64_t uint64;
532 uint64_t rest = vv.i64 & ((~ULL(0) / ULL(2)) >> (limits::digits - 1));
599 uint64_t rest;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
types.h 96 typedef __u64 uint64_t; typedef
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
types.h 96 typedef __u64 uint64_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
types.h 96 typedef __u64 uint64_t; typedef

Completed in 2023 milliseconds

12 3 4