HomeSort by relevance Sort by last modified time
    Searched defs:uint64 (Results 1 - 25 of 58) 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/libvpx/source/libvpx/third_party/libwebm/
mkvmuxertypes.hpp 26 typedef unsigned long long uint64; typedef in namespace:mkvmuxer
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
svga_types.h 33 typedef uint64_t uint64; typedef
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxertypes.hpp 26 typedef unsigned long long uint64; typedef in namespace:mkvmuxer
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_types.h 33 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
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxertypes.hpp 26 typedef unsigned long long uint64; typedef in namespace:mkvmuxer
  /external/ceres-solver/internal/ceres/
integral_types.h 86 typedef UnsignedInteger<64>::type uint64; typedef in namespace:ceres::internal
  /external/chromium_org/third_party/libvpx/source/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
  /external/chromium_org/third_party/smhasher/src/
City.h 60 typedef uint64_t uint64; typedef
61 typedef std::pair<uint64, uint64> uint128;
63 inline uint64 Uint128Low64(const uint128& x) { return x.first; }
64 inline uint64 Uint128High64(const uint128& x) { return x.second; }
67 uint64 CityHash64(const char *buf, size_t len);
71 uint64 CityHash64WithSeed(const char *buf, size_t len, uint64 seed);
75 uint64 CityHash64WithSeeds(const char *buf, size_t len,
76 uint64 seed0, uint64 seed1)
    [all...]
  /external/chromium_org/third_party/snappy/linux/
snappy-stubs-public.h 69 typedef uint64_t uint64; typedef in namespace:snappy
78 typedef unsigned long long uint64;
  /external/chromium_org/third_party/snappy/mac/
snappy-stubs-public.h 69 typedef uint64_t uint64; typedef in namespace:snappy
78 typedef unsigned long long uint64;
  /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/intel/common/omx-components/videocodec/libvpx_internal/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/chromium_org/third_party/snappy/win32/
snappy-stubs-public.h 69 typedef uint64_t uint64;
78 typedef unsigned long long uint64; typedef in namespace:snappy
  /external/chromium_org/third_party/webrtc/overrides/webrtc/base/
basictypes.h 28 typedef unsigned __int64 uint64; typedef
  /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_org/base/
basictypes.h 38 typedef unsigned long uint64; typedef
41 typedef unsigned long long uint64; typedef
48 const uint64 kuint64max = ((uint64) 0xFFFFFFFFFFFFFFFFULL);

Completed in 536 milliseconds

1 2 3