Home
last modified time | relevance | path

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

123456

/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/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/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/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/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxertypes.h18 typedef unsigned long long uint64; typedef
/external/python/cryptography/docs/development/custom-vectors/hkdf/
Dverify_hkdf.go24 func verifier(l uint64, ikm, okm []byte) bool {
/external/cronet/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/base/third_party/cityhash/
Dcity.h78 typedef uint64_t uint64; typedef
/external/cronet/base/third_party/cityhash_v103/src/
Dcity_v103.h56 typedef uint64_t uint64; typedef
/external/flatbuffers/python/flatbuffers/
Dpacker.py30 uint64 = struct.Struct("<Q") variable
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga_types.h33 typedef uint64_t uint64; typedef
/external/libtextclassifier/native/utils/base/
Dintegral_types.h28 typedef unsigned long long uint64; typedef
/external/icing/icing/text_classifier/lib3/utils/base/
Dintegral_types.h26 typedef unsigned long long uint64; typedef
/external/golang-protobuf/proto/
Dwrappers.go26 func Uint64(v uint64) *uint64 { return &v }

123456