Home
last modified time | relevance | path

Searched defs:uint64 (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/codecs/mp3dec/include/
Dpvmp3_audio_type_defs.h73 typedef uint64_t uint64; typedef
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dwire_format.py139 def UInt64ByteSize(field_number, uint64): argument
232 def _VarUInt64ByteSizeNoTag(uint64): argument
/frameworks/av/media/libeffects/loudness/common/core/
Dbasic_types.h47 typedef unsigned long long uint64; typedef
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/testdata/
Dwrappers.proto75 google.protobuf.UInt64Value uint64 = 1; field
/frameworks/ml/nn/common/random/
Dphilox_random.h47 typedef uint64_t uint64; typedef
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dport.h110 typedef unsigned __int64 uint64; typedef
120 typedef uint64_t uint64; typedef
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_test_bad_identifiers.proto80 optional uint64 uint64 = 17; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/
Dconformance_test.cc134 string uint64(uint64_t u64) { return fixed64(&u64); } in uint64() function