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

1 2

  /external/netperf/
netcpu.h 11 typedef unsigned __int64 uint64_t; typedef
14 extern void get_cpu_idle(uint64_t *res);
netcpu_ntperf.c 135 typedef unsigned __int64 uint64_t; typedef
138 get_cpu_idle(uint64_t *res)
  /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
platform.h 173 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/libvpx/vpx/
vpx_integer.h 29 typedef unsigned __int64 uint64_t; typedef
  /external/webkit/JavaScriptCore/os-win32/
stdint.h 42 typedef unsigned __int64 uint64_t; typedef
65 CASSERT(sizeof(uint64_t) == 8, uint64_t_is_four_bytes)
  /external/chromium/third_party/icu/public/common/unicode/
plinux.h 169 typedef unsigned long long uint64_t; typedef
pmac.h 175 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/libvpx/vpx_ports/
vpxtypes.h 109 typedef vpxu64 uint64_t; typedef
  /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/webkit/JavaScriptCore/icu/unicode/
platform.h 140 typedef unsigned long long uint64_t; typedef
  /external/webkit/JavaScriptGlue/icu/unicode/
platform.h 140 typedef unsigned long long uint64_t; typedef
  /external/webkit/WebCore/icu/unicode/
platform.h 140 typedef unsigned long long uint64_t; typedef
  /external/webkit/WebKit/mac/icu/unicode/
platform.h 140 typedef unsigned long long 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;

Completed in 1182 milliseconds

1 2