| /external/pigweed/pw_thread/pw_thread_protos/ |
| D | thread.proto | 84 optional uint64 stack_start_pointer = 7; field 90 optional uint64 stack_end_pointer = 8; field 93 optional uint64 stack_pointer = 9; field 103 optional uint64 stack_pointer_est_peak = 11; field
|
| /external/golang-protobuf/internal/set/ |
| D | ints.go | 16 func (bs *int64s) Has(n uint64) bool { 19 func (bs *int64s) Set(n uint64) { 22 func (bs *int64s) Clear(n uint64) {
|
| /external/golang-protobuf/encoding/protowire/ |
| D | wire.go | 185 func AppendVarint(b []byte, v uint64) []byte { 371 func SizeVarint(v uint64) int { 402 func AppendFixed64(b []byte, v uint64) []byte { 501 func DecodeTag(x uint64) (Number, Type) { 518 func DecodeZigZag(x uint64) int64 { 534 func DecodeBool(x uint64) bool {
|
| /external/golang-protobuf/internal/impl/ |
| D | codec_field.go | 269 func appendMessage(b []byte, m proto.Message, wiretag uint64, opts marshalOptions) ([]byte, error) { 300 func appendMessageValue(b []byte, v protoreflect.Value, wiretag uint64, opts marshalOptions) ([]byt… 329 func appendGroupValue(b []byte, v protoreflect.Value, wiretag uint64, opts marshalOptions) ([]byte,… 412 func appendGroup(b []byte, m proto.Message, wiretag uint64, opts marshalOptions) ([]byte, error) { 533 func appendMessageSlice(b []byte, p pointer, wiretag uint64, goType reflect.Type, opts marshalOptio… 594 func appendMessageSliceValue(b []byte, listv protoreflect.Value, wiretag uint64, opts marshalOption… 663 func appendGroupSliceValue(b []byte, listv protoreflect.Value, wiretag uint64, opts marshalOptions)… 751 func appendGroupSlice(b []byte, p pointer, wiretag uint64, messageType reflect.Type, opts marshalOp…
|
| D | codec_gen.go | 265 func appendBoolValue(b []byte, v protoreflect.Value, wiretag uint64, opts marshalOptions) ([]byte, … 312 func appendBoolSliceValue(b []byte, listv protoreflect.Value, wiretag uint64, opts marshalOptions) … 396 func appendBoolPackedSliceValue(b []byte, listv protoreflect.Value, wiretag uint64, opts marshalOpt… 429 func appendEnumValue(b []byte, v protoreflect.Value, wiretag uint64, opts marshalOptions) ([]byte, … 476 func appendEnumSliceValue(b []byte, listv protoreflect.Value, wiretag uint64, opts marshalOptions) … 560 func appendEnumPackedSliceValue(b []byte, listv protoreflect.Value, wiretag uint64, opts marshalOpt… 835 func appendInt32Value(b []byte, v protoreflect.Value, wiretag uint64, opts marshalOptions) ([]byte,… 882 func appendInt32SliceValue(b []byte, listv protoreflect.Value, wiretag uint64, opts marshalOptions)… 966 func appendInt32PackedSliceValue(b []byte, listv protoreflect.Value, wiretag uint64, opts marshalOp… 1241 func appendSint32Value(b []byte, v protoreflect.Value, wiretag uint64, opts marshalOptions) ([]byte… [all …]
|
| /external/dng_sdk/source/ |
| D | dng_types.h | 49 typedef uint64_t uint64; typedef 73 typedef unsigned long long uint64; typedef
|
| D | dng_exif.cpp | 866 uint64 /* tagOffset */) in Parse_ifd0() argument 1260 uint64 /* tagOffset */) in Parse_ifd0_main() argument 1389 uint64 /* tagOffset */) in Parse_ifd0_exif() argument 3567 uint64 /* tagOffset */) in Parse_gps() argument 4029 uint64 /* tagOffset */) in Parse_interoperability() argument
|
| /external/dynamic_depth/internal/base/ |
| D | integral_types.h | 47 typedef unsigned __int64 uint64; typedef 49 typedef unsigned long long uint64; typedef
|
| /external/zopfli/go/zopfli/ |
| D | zopfli_test.go | 25 func getRandomBytes(length uint64) []byte {
|
| /external/swiftshader/third_party/subzero/crosstest/ |
| D | xdefs.h | 21 typedef unsigned long long uint64; typedef
|
| /external/libtextclassifier/native/lang_id/common/lite_base/ |
| D | integral-types.h | 28 typedef uint64_t uint64; typedef
|
| /external/tensorflow/tensorflow/tsl/platform/default/ |
| D | integral_types.h | 34 typedef std::uint64_t uint64; typedef
|
| /external/libwebm/mkvmuxer/ |
| D | mkvmuxertypes.h | 18 typedef unsigned long long uint64; typedef
|
| /external/libaom/third_party/libwebm/mkvmuxer/ |
| D | mkvmuxertypes.h | 18 typedef unsigned long long uint64; typedef
|
| /external/libvpx/third_party/libwebm/mkvmuxer/ |
| D | mkvmuxertypes.h | 18 typedef unsigned long long uint64; typedef
|
| /external/python/cryptography/docs/development/custom-vectors/hkdf/ |
| D | verify_hkdf.go | 24 func verifier(l uint64, ikm, okm []byte) bool {
|
| /external/cronet/third_party/ced/src/util/ |
| D | basictypes.h | 66 typedef unsigned long uint64; typedef 68 typedef unsigned long long uint64; typedef
|
| /external/starlark-go/internal/compile/ |
| D | serial.go | 155 func (e *encoder) uint64(x uint64) { func 310 func (d *decoder) uint64() uint64 { func
|
| /external/cronet/base/third_party/cityhash/ |
| D | city.h | 78 typedef uint64_t uint64; typedef
|
| /external/cronet/base/third_party/cityhash_v103/src/ |
| D | city_v103.h | 56 typedef uint64_t uint64; typedef
|
| /external/flatbuffers/python/flatbuffers/ |
| D | packer.py | 30 uint64 = struct.Struct("<Q") variable
|
| /external/mesa3d/src/gallium/drivers/svga/include/ |
| D | svga_types.h | 33 typedef uint64_t uint64; typedef
|
| /external/libtextclassifier/native/utils/base/ |
| D | integral_types.h | 28 typedef unsigned long long uint64; typedef
|
| /external/icing/icing/text_classifier/lib3/utils/base/ |
| D | integral_types.h | 26 typedef unsigned long long uint64; typedef
|
| /external/golang-protobuf/proto/ |
| D | wrappers.go | 26 func Uint64(v uint64) *uint64 { return &v }
|