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

1 2 3

  /external/tensorflow/tensorflow/core/platform/default/
strong_hash.h 24 inline uint64 StrongKeyedHash(const uint64 (&key)[2], const string& s) { member in namespace:tensorflow
integral_types.h 32 typedef unsigned long long uint64; typedef in namespace:tensorflow
  /external/tensorflow/tensorflow/core/platform/
strong_hash.h 26 // process. The key of the hash is an array of 2 uint64 elements.
31 // uint64 key[2] = {123, 456};
33 // uint64 hash_value = StrongKeyedHash(key, input);
35 uint64 StrongKeyedHash(const uint64 (&)[2], const string&); member in namespace:tensorflow
  /external/u-boot/test/stdint/
int-types.c 7 uint64_t uint64 = 0; local
11 printf("uint64 = %" PRIu64 "\n", uint64);
  /external/swiftshader/third_party/subzero/crosstest/
xdefs.h 10 // Defines the int64 and uint64 types to avoid link-time errors when compiling
21 typedef unsigned long long uint64; typedef
  /external/libaom/libaom/third_party/libwebm/mkvmuxer/
mkvmuxertypes.h 18 typedef unsigned long long uint64; typedef in namespace:mkvmuxer
  /external/libtextclassifier/lang_id/common/lite_base/
integral-types.h 26 typedef unsigned long long uint64; typedef in namespace:libtextclassifier3::mobile
  /external/libtextclassifier/utils/base/
integral_types.h 27 typedef unsigned long long uint64; typedef in namespace:libtextclassifier3
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxertypes.h 18 typedef unsigned long long uint64; typedef in namespace:mkvmuxer
  /external/openssh/
hash.c 28 typedef unsigned long long uint64; typedef
  /frameworks/av/media/libstagefright/codecs/mp3dec/include/
pvmp3_audio_type_defs.h 73 typedef uint64_t uint64; typedef
  /external/dng_sdk/source/
dng_types.h 49 typedef uint64_t uint64; typedef
73 typedef unsigned long long uint64; typedef
  /external/flatbuffers/python/flatbuffers/
packer.py 30 uint64 = struct.Struct("<Q") variable
  /external/google-breakpad/src/common/dwarf/
types.h 46 typedef unsigned long long uint64; typedef
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_types.h 33 typedef uint64_t uint64; typedef
49 typedef uint64 PA;
51 typedef uint64 PPN64;
  /external/perf_data_converter/src/
builder.h 21 typedef uint64_t uint64; typedef in namespace:perftools::profiles
49 uint64 FunctionId(const char *name, const char *system_name,
  /external/gflags/android/gflags/
gflags_declare.h 92 typedef uint64_t uint64; typedef in namespace:GFLAGS_NAMESPACE
97 typedef u_int64_t uint64;
102 typedef unsigned __int64 uint64;
139 DECLARE_VARIABLE(::GFLAGS_NAMESPACE::uint64, U64, name)
  /external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
gflags_declare.h 83 typedef uint64_t uint64; typedef in namespace:GFLAGS_NAMESPACE
88 typedef u_int64_t uint64;
93 typedef unsigned __int64 uint64;
127 DECLARE_VARIABLE(::GFLAGS_NAMESPACE::uint64, U64, name)
  /external/libyuv/files/third_party/gflags/gen/win/include/gflags/
gflags_declare.h 83 typedef uint64_t uint64;
88 typedef u_int64_t uint64; typedef in namespace:GFLAGS_NAMESPACE
93 typedef unsigned __int64 uint64; typedef in namespace:GFLAGS_NAMESPACE
127 DECLARE_VARIABLE(::GFLAGS_NAMESPACE::uint64, U64, name)
  /external/virglrenderer/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
  /build/soong/third_party/zip/
writer.go 29 offset uint64
89 var buf [28]byte // 2x uint16 + 3x uint64
92 eb.uint16(24) // size = 3x uint64
93 eb.uint64(h.UncompressedSize64)
94 eb.uint64(h.CompressedSize64)
95 eb.uint64(h.offset)
126 records := uint64(len(w.dir))
127 size := uint64(end - start)
128 offset := uint64(start)
136 b.uint64(directory64EndLen - 12) // length minus signature (uint32) and length fields (uint64
430 func (b *writeBuf) uint64(v uint64) { func
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/
arm-gcc.h 54 typedef unsigned long long int uint64; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/
arm-gcc.h 50 typedef unsigned long long int uint64; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/
arm-gcc.h 54 typedef unsigned long long int uint64; typedef

Completed in 976 milliseconds

1 2 3