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

1 2 3

  /external/chromium_org/base/third_party/symbolize/
utilities.h 9 typedef uint64_t uint64; typedef
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
svga_types.h 33 typedef uint64_t uint64; typedef
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_types.h 33 typedef uint64_t uint64; typedef
  /external/openfst/src/include/fst/
types.h 36 typedef uint64_t uint64; typedef
  /frameworks/av/media/libstagefright/codecs/mp3dec/include/
pvmp3_audio_type_defs.h 73 typedef uint64_t uint64; typedef
  /frameworks/ex/variablespeed/jni/
integral_types.h 31 typedef unsigned long long uint64; // NOLINT typedef
  /external/ceres-solver/internal/ceres/
integral_types.h 87 typedef UnsignedInteger<64>::type uint64; typedef in namespace:ceres::internal
  /external/chromium/third_party/libjingle/overrides/talk/base/
basictypes.h 22 typedef unsigned __int64 uint64; typedef
  /external/chromium_org/third_party/smhasher/src/
City.h 53 typedef uint64_t uint64; typedef
54 typedef std::pair<uint64, uint64> uint128;
56 inline uint64 Uint128Low64(const uint128& x) { return x.first; }
57 inline uint64 Uint128High64(const uint128& x) { return x.second; }
60 uint64 CityHash64(const char *buf, size_t len);
64 uint64 CityHash64WithSeed(const char *buf, size_t len, uint64 seed);
68 uint64 CityHash64WithSeeds(const char *buf, size_t len,
69 uint64 seed0, uint64 seed1)
    [all...]
Spooky.h 32 typedef unsigned __int64 uint64; typedef
39 typedef uint64_t uint64; typedef
55 uint64 *hash1, // in/out: in seed 1, out hash value 1
56 uint64 *hash2); // in/out: in seed 2, out hash value 2
61 static uint64 Hash64(
64 uint64 seed) // seed
66 uint64 hash1 = seed;
79 uint64 hash1 = seed, hash2 = seed;
88 uint64 seed1, // any 64-bit value will do, including 0
89 uint64 seed2); // different seeds produce independent hashe
    [all...]
  /external/chromium_org/third_party/snappy/linux/
snappy-stubs-public.h 65 typedef uint64_t uint64; typedef in namespace:snappy
74 typedef unsigned long long uint64;
  /external/chromium_org/third_party/snappy/mac/
snappy-stubs-public.h 65 typedef uint64_t uint64; typedef in namespace:snappy
74 typedef unsigned long long uint64;
  /external/chromium_org/third_party/snappy/win32/
snappy-stubs-public.h 65 typedef uint64_t uint64;
74 typedef unsigned long long uint64; typedef in namespace:snappy
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
basic_types.h 23 typedef unsigned __int64 uint64; typedef
34 typedef unsigned long uint64; typedef
44 typedef unsigned long long uint64; typedef
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
qtypes.h 83 typedef unsigned long long uint64; typedef
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 83 typedef unsigned long long uint64; typedef
  /external/chromium_org/third_party/libjingle/overrides/talk/base/
basictypes.h 22 typedef unsigned __int64 uint64; typedef
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_util.c 36 uint64_t uint64; member in union:pointer_hack
45 ph.uint64 = 0;
47 ph.uint64 = (ph.uint64 + 15) & ~15;
  /external/libyuv/files/include/libyuv/
basic_types.h 23 typedef unsigned __int64 uint64; typedef
34 typedef unsigned long uint64; // NOLINT typedef
44 typedef unsigned long long uint64; // NOLINT typedef
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_util.c 36 uint64_t uint64; member in union:pointer_hack
45 ph.uint64 = 0;
47 ph.uint64 = (ph.uint64 + 15) & ~15;
  /frameworks/av/media/libeffects/loudness/common/core/
basic_types.h 47 typedef unsigned long long uint64; typedef in namespace:le_fx
  /external/chromium/sdch/open-vcdiff/src/gflags/
gflags.h 96 typedef uint64_t uint64; typedef in namespace:google
101 typedef u_int64_t uint64;
106 typedef unsigned __int64 uint64;
145 bool RegisterFlagValidator(const uint64* flag,
146 bool (*validate_fn)(const char*, uint64));
316 extern uint64 Uint64FromEnv(const char *varname, uint64 defval);
491 #define DECLARE_uint64(name) DECLARE_VARIABLE(::google::uint64,U64, name)
492 #define DEFINE_uint64(name,val,txt) DEFINE_VARIABLE(::google::uint64,U64, name, val, txt)
  /external/chromium_org/gpu/command_buffer/common/
types.h 57 typedef unsigned long uint64; typedef
59 typedef unsigned long long uint64; typedef
  /external/chromium/third_party/libjingle/source/talk/base/
basictypes.h 53 typedef unsigned __int64 uint64; typedef
63 typedef unsigned long long uint64; typedef
  /external/chromium_org/third_party/libjingle/source/talk/base/
basictypes.h 46 typedef unsigned __int64 uint64; typedef
56 // On Mac OS X, cssmconfig.h defines uint64 as uint64_t
59 typedef uint64_t uint64; typedef
69 typedef unsigned long uint64; // NOLINT typedef
79 typedef unsigned long long uint64; // NOLINT typedef

Completed in 792 milliseconds

1 2 3