/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/pigweed/pw_transfer/ |
D | transfer.proto | 114 optional uint64 remaining_bytes = 7; field 261 optional uint64 write_checksum = 5; field 263 optional uint64 read_checksum = 6; field
|
/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/coreboot/util/board_status/go/src/cbtables/ |
D | cbtables.go | 110 func formatSep(val uint64) string { 120 func formatElapsedTime(ticks uint64, frequency uint32) string { 268 func readFromBase(mem *os.File, base uint64) ([]byte, error) { 306 func scanFromBase(mem *os.File, base uint64) ([]byte, error) {
|
/external/tink/go/aead/subtle/ |
D | polyval.go | 93 func mul64(a uint64, b uint64) fieldElement {
|
/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/grpc-grpc/test/core/util/ |
D | fuzz_config_vars.proto | 28 optional uint64 experiments = 510817011; field
|
/external/libvpx/third_party/libwebm/mkvmuxer/ |
D | mkvmuxertypes.h | 18 typedef unsigned long long 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/sdv/vsomeip/third_party/boost/endian/test/ |
D | intrinsic_test.cpp | 12 typedef unsigned long long uint64; typedef
|
/external/cronet/tot/third_party/ced/src/util/ |
D | basictypes.h | 66 typedef unsigned long uint64; typedef 68 typedef unsigned long long uint64; typedef
|
/external/cronet/stable/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/stable/base/third_party/cityhash/ |
D | city.h | 78 typedef uint64_t uint64; typedef
|
/external/cronet/tot/base/third_party/cityhash_v103/src/ |
D | city_v103.h | 56 typedef uint64_t uint64; typedef
|