Home
last modified time | relevance | path

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

1234567

/external/pigweed/pw_thread/pw_thread_protos/
Dthread.proto84 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/
Dints.go16 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/
Dwire.go185 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/
Dtransfer.proto114 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/
Dcodec_field.go269 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…
Dcodec_gen.go265 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/
Ddng_types.h49 typedef uint64_t uint64; typedef
73 typedef unsigned long long uint64; typedef
Ddng_exif.cpp866 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/
Dcbtables.go110 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/
Dpolyval.go93 func mul64(a uint64, b uint64) fieldElement {
/external/dynamic_depth/internal/base/
Dintegral_types.h47 typedef unsigned __int64 uint64; typedef
49 typedef unsigned long long uint64; typedef
/external/zopfli/go/zopfli/
Dzopfli_test.go25 func getRandomBytes(length uint64) []byte {
/external/swiftshader/third_party/subzero/crosstest/
Dxdefs.h21 typedef unsigned long long uint64; typedef
/external/libtextclassifier/native/lang_id/common/lite_base/
Dintegral-types.h28 typedef uint64_t uint64; typedef
/external/grpc-grpc/test/core/util/
Dfuzz_config_vars.proto28 optional uint64 experiments = 510817011; field
/external/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxertypes.h18 typedef unsigned long long uint64; typedef
/external/tensorflow/tensorflow/tsl/platform/default/
Dintegral_types.h34 typedef std::uint64_t uint64; typedef
/external/libwebm/mkvmuxer/
Dmkvmuxertypes.h18 typedef unsigned long long uint64; typedef
/external/libaom/third_party/libwebm/mkvmuxer/
Dmkvmuxertypes.h18 typedef unsigned long long uint64; typedef
/external/sdv/vsomeip/third_party/boost/endian/test/
Dintrinsic_test.cpp12 typedef unsigned long long uint64; typedef
/external/cronet/tot/third_party/ced/src/util/
Dbasictypes.h66 typedef unsigned long uint64; typedef
68 typedef unsigned long long uint64; typedef
/external/cronet/stable/third_party/ced/src/util/
Dbasictypes.h66 typedef unsigned long uint64; typedef
68 typedef unsigned long long uint64; typedef
/external/starlark-go/internal/compile/
Dserial.go155 func (e *encoder) uint64(x uint64) { func
310 func (d *decoder) uint64() uint64 { func
/external/cronet/stable/base/third_party/cityhash/
Dcity.h78 typedef uint64_t uint64; typedef
/external/cronet/tot/base/third_party/cityhash_v103/src/
Dcity_v103.h56 typedef uint64_t uint64; typedef

1234567