| /external/golang-protobuf/reflect/protoreflect/ |
| D | source_gen.go | 9 func (p *SourcePath) appendFileDescriptorProto(b []byte) []byte { 42 func (p *SourcePath) appendDescriptorProto(b []byte) []byte { 71 func (p *SourcePath) appendEnumDescriptorProto(b []byte) []byte { 90 func (p *SourcePath) appendServiceDescriptorProto(b []byte) []byte { 105 func (p *SourcePath) appendFieldDescriptorProto(b []byte) []byte { 136 func (p *SourcePath) appendFileOptions(b []byte) []byte { 187 func (p *SourcePath) appendSourceCodeInfo(b []byte) []byte { 198 func (p *SourcePath) appendDescriptorProto_ExtensionRange(b []byte) []byte { 213 func (p *SourcePath) appendOneofDescriptorProto(b []byte) []byte { 226 func (p *SourcePath) appendMessageOptions(b []byte) []byte { [all …]
|
| /external/flatbuffers/go/ |
| D | encode.go | 22 func GetByte(buf []byte) byte { 27 func GetBool(buf []byte) bool { 32 func GetUint8(buf []byte) (n uint8) { 38 func GetUint16(buf []byte) (n uint16) { 46 func GetUint32(buf []byte) (n uint32) { 56 func GetUint64(buf []byte) (n uint64) { 70 func GetInt8(buf []byte) (n int8) { 76 func GetInt16(buf []byte) (n int16) { 84 func GetInt32(buf []byte) (n int32) { 94 func GetInt64(buf []byte) (n int64) { [all …]
|
| /external/boringssl/src/util/fipstools/acvp/acvptool/testmodulewrapper/ |
| D | testmodulewrapper.go | 50 func getConfig(args [][]byte) error { 168 func kdfCounter(args [][]byte) error { 214 func reply(responses ...[]byte) error { 239 func xtsEncrypt(args [][]byte) error { 243 func xtsDecrypt(args [][]byte) error { 247 func doXTS(args [][]byte, decrypt bool) error { 283 func hkdfMAC(args [][]byte) error { 306 func hmacDRBGReseed(args [][]byte) error { 327 func hmacDRBGPredictionResistance(args [][]byte) error { 349 func swapFinalTwoAESBlocks(d []byte) { [all …]
|
| /external/golang-protobuf/internal/filedesc/ |
| D | desc_lazy.go | 131 func (fd *File) unmarshalFull(b []byte) { 185 func (ed *Enum) unmarshalFull(b []byte, sb *strs.Builder) { 222 func unmarshalEnumReservedRange(b []byte) (r [2]pref.EnumNumber) { 244 func (vd *EnumValue) unmarshalFull(b []byte, sb *strs.Builder, pf *File, pd pref.Descriptor, i int)… 279 func (md *Message) unmarshalFull(b []byte, sb *strs.Builder) { 341 func (md *Message) unmarshalOptions(b []byte) { 362 func unmarshalMessageReservedRange(b []byte) (r [2]pref.FieldNumber) { 384 func unmarshalMessageExtensionRange(b []byte) (r [2]pref.FieldNumber, rawOptions []byte) { 413 func (fd *Field) unmarshalFull(b []byte, sb *strs.Builder, pf *File, pd pref.Descriptor, i int) { 480 func (fd *Field) unmarshalOptions(b []byte) { [all …]
|
| D | desc_init.go | 94 func (fd *File) unmarshalSeed(b []byte) { 222 func (ed *Enum) unmarshalSeed(b []byte, sb *strs.Builder, pf *File, pd pref.Descriptor, i int) { 274 func (md *Message) unmarshalSeed(b []byte, sb *strs.Builder, pf *File, pd pref.Descriptor, i int) { 369 func (md *Message) unmarshalSeedOptions(b []byte) { 390 func (xd *Extension) unmarshalSeed(b []byte, sb *strs.Builder, pf *File, pd pref.Descriptor, i int)… 426 func (sd *Service) unmarshalSeed(b []byte, sb *strs.Builder, pf *File, pd pref.Descriptor, i int) { 462 func makeFullName(sb *strs.Builder, b []byte) pref.FullName { 469 func appendFullName(sb *strs.Builder, prefix pref.FullName, suffix []byte) pref.FullName {
|
| /external/golang-protobuf/encoding/protowire/ |
| D | wire.go | 98 func ConsumeField(b []byte) (Number, Type, int) { 116 func ConsumeFieldValue(num Number, typ Type, b []byte) (n int) { 120 func consumeFieldValueD(num Number, typ Type, b []byte, depth int) (n int) { 166 func AppendTag(b []byte, num Number, typ Type) []byte { 172 func ConsumeTag(b []byte) (Number, Type, int) { 189 func AppendVarint(b []byte, v uint64) []byte { 271 func ConsumeVarint(b []byte) (v uint64, n int) { 382 func AppendFixed32(b []byte, v uint32) []byte { 392 func ConsumeFixed32(b []byte) (v uint32, n int) { 406 func AppendFixed64(b []byte, v uint64) []byte { [all …]
|
| /external/golang-protobuf/internal/impl/ |
| D | codec_gen.go | 24 func appendBool(b []byte, p pointer, f *coderFieldInfo, opts marshalOptions) ([]byte, error) { 32 func consumeBool(b []byte, p pointer, wtyp protowire.Type, f *coderFieldInfo, opts unmarshalOptions… 74 func appendBoolNoZero(b []byte, p pointer, f *coderFieldInfo, opts marshalOptions) ([]byte, error) { 100 func appendBoolPtr(b []byte, p pointer, f *coderFieldInfo, opts marshalOptions) ([]byte, error) { 108 func consumeBoolPtr(b []byte, p pointer, wtyp protowire.Type, f *coderFieldInfo, opts unmarshalOpti… 152 func appendBoolSlice(b []byte, p pointer, f *coderFieldInfo, opts marshalOptions) ([]byte, error) { 162 func consumeBoolSlice(b []byte, p pointer, wtyp protowire.Type, f *coderFieldInfo, opts unmarshalOp… 235 func appendBoolPackedSlice(b []byte, p pointer, f *coderFieldInfo, opts marshalOptions) ([]byte, er… 265 func appendBoolValue(b []byte, v protoreflect.Value, wiretag uint64, opts marshalOptions) ([]byte, … 272 func consumeBoolValue(b []byte, _ protoreflect.Value, _ protowire.Number, wtyp protowire.Type, opts… [all …]
|
| D | codec_field.go | 235 func appendMessageInfo(b []byte, p pointer, f *coderFieldInfo, opts marshalOptions) ([]byte, error)… 241 func consumeMessageInfo(b []byte, p pointer, wtyp protowire.Type, f *coderFieldInfo, opts unmarshal… 269 func appendMessage(b []byte, m proto.Message, wiretag uint64, opts marshalOptions) ([]byte, error) { 275 func consumeMessage(b []byte, m proto.Message, wtyp protowire.Type, opts unmarshalOptions) (out unm… 300 func appendMessageValue(b []byte, v pref.Value, wiretag uint64, opts marshalOptions) ([]byte, error… 305 func consumeMessageValue(b []byte, v pref.Value, _ protowire.Number, wtyp protowire.Type, opts unma… 329 func appendGroupValue(b []byte, v pref.Value, wiretag uint64, opts marshalOptions) ([]byte, error) { 334 func consumeGroupValue(b []byte, v pref.Value, num protowire.Number, wtyp protowire.Type, opts unma… 391 func appendGroupType(b []byte, p pointer, f *coderFieldInfo, opts marshalOptions) ([]byte, error) { 398 func consumeGroupType(b []byte, p pointer, wtyp protowire.Type, f *coderFieldInfo, opts unmarshalOp… [all …]
|
| D | codec_reflect.go | 21 func appendEnum(b []byte, p pointer, f *coderFieldInfo, opts marshalOptions) ([]byte, error) { 28 func consumeEnum(b []byte, p pointer, wtyp protowire.Type, f *coderFieldInfo, _ unmarshalOptions) (… 59 func appendEnumNoZero(b []byte, p pointer, f *coderFieldInfo, opts marshalOptions) ([]byte, error) { 83 func appendEnumPtr(b []byte, p pointer, f *coderFieldInfo, opts marshalOptions) ([]byte, error) { 87 func consumeEnumPtr(b []byte, p pointer, wtyp protowire.Type, f *coderFieldInfo, opts unmarshalOpti… 120 func appendEnumSlice(b []byte, p pointer, f *coderFieldInfo, opts marshalOptions) ([]byte, error) { 129 func consumeEnumSlice(b []byte, p pointer, wtyp protowire.Type, f *coderFieldInfo, opts unmarshalOp… 187 func appendEnumPackedSlice(b []byte, p pointer, f *coderFieldInfo, opts marshalOptions) ([]byte, er…
|
| /external/golang-protobuf/internal/msgfmt/ |
| D | format.go | 38 func appendValue(b []byte, v protoreflect.Value, fd protoreflect.FieldDescriptor) []byte { 61 func appendEnum(b []byte, v protoreflect.EnumNumber, fd protoreflect.FieldDescriptor) []byte { 70 func appendMessage(b []byte, m protoreflect.Message) []byte { 91 func appendKnownMessage(b []byte, m protoreflect.Message) []byte { 172 func appendUnknown(b []byte, raw protoreflect.RawFields) []byte { 229 func appendList(b []byte, v protoreflect.List, fd protoreflect.FieldDescriptor) []byte { 240 func appendMap(b []byte, v protoreflect.Map, fd protoreflect.FieldDescriptor) []byte {
|
| /external/openscreen/platform/impl/ |
| D | tls_write_buffer_unittest.cc | 65 [](uint8_t byte) { return byte == 1; })); in TEST() 73 [](uint8_t byte) { return byte == 1; })); in TEST() 83 [](uint8_t byte) { return byte == 1; })); in TEST() 85 [](uint8_t byte) { return byte == 2; })); in TEST() 93 [](uint8_t byte) { return byte == 2; })); in TEST() 107 [](uint8_t byte) { return byte == 2; })); in TEST() 109 [](uint8_t byte) { return byte == 3; })); in TEST()
|
| /external/openscreen/osp/go/ |
| D | binary.go | 71 func first2Bits(b byte) byte { 75 func last6Bits(b byte) byte { 79 func setFirst2Bits(first byte, b []byte) { 91 func readBytes(r io.Reader, b []byte) error { 106 func writeBytes(b []byte, w io.Writer) error {
|
| /external/boringssl/src/ssl/test/runner/ |
| D | shim_ticket.go | 30 func DecryptShimTicket(in []byte) ([]byte, error) { 87 func EncryptShimTicket(in []byte) []byte { 121 func parseDERElement(in []byte) (tag byte, body, rest []byte, ok bool) { 180 func SetShimTicketVersion(in []byte, vers uint16) ([]byte, error) { 216 func SetShimTicketCipherSuite(in []byte, id uint16) ([]byte, error) {
|
| D | prf.go | 44 func splitPreMasterSecret(secret []byte) (s1, s2 []byte) { 51 func pHash(result, secret, seed []byte, hash func() hash.Hash) { 76 func prf10(result, secret, label, seed []byte) { 132 …et(version uint16, suite *cipherSuite, preMasterSecret, clientRandom, serverRandom []byte) []byte { 144 func extendedMasterFromPreMasterSecret(version uint16, suite *cipherSuite, preMasterSecret []byte, … 153 …et(version uint16, suite *cipherSuite, masterSecret, clientRandom, serverRandom []byte, macLen, ke… 352 func hkdfExpandLabel(hash crypto.Hash, secret, label, hashValue []byte, length int) []byte { 454 func deriveTrafficAEAD(version uint16, suite *cipherSuite, secret []byte, side trafficDirection) in… 461 func updateTrafficSecret(hash crypto.Hash, version uint16, secret []byte) []byte { 465 …omputePSKBinder(psk []byte, version uint16, label []byte, cipherSuite *cipherSuite, clientHello, h… [all …]
|
| /external/golang-protobuf/internal/encoding/messageset/ |
| D | messageset.go | 76 func Unmarshal(b []byte, wantLen bool, fn func(typeID protowire.Number, value []byte) error) error { 112 func ConsumeFieldValue(b []byte, wantLen bool) (typeid protowire.Number, message []byte, n int, err… 183 func AppendFieldStart(b []byte, num protowire.Number) []byte { 191 func AppendFieldEnd(b []byte) []byte { 198 func SizeUnknown(unknown []byte) (size int) { 223 func AppendUnknown(b, unknown []byte) ([]byte, error) {
|
| /external/oss-fuzz/projects/pulumi/ |
| D | config_fuzzer.go | 22 func FuzzConfig(data []byte) int { 32 func fuuzRoundtripKey(m Key, marshal func(v interface{}) ([]byte, error), 33 unmarshal func([]byte, interface{}) error) (Key, error) { 44 func FuzzParseKey(data []byte) int {
|
| /external/boringssl/src/ssl/test/runner/hpke/ |
| D | kem.go | 41 func labeledExtract(kdfHash crypto.Hash, salt, suiteID, label, ikm []byte) []byte { 50 func labeledExpand(kdfHash crypto.Hash, prk, suiteID, label, info []byte, length int) []byte { 93 func x25519Encap(publicKeyR []byte, keygen GenerateKeyPairFunc) ([]byte, []byte, error) { 111 func x25519Decap(enc, secretKeyR []byte) ([]byte, error) { 126 func extractAndExpand(dh, enc, publicKeyR []byte) []byte {
|
| /external/golang-protobuf/proto/ |
| D | messageset.go | 28 func (o MarshalOptions) marshalMessageSet(b []byte, m protoreflect.Message) ([]byte, error) { 47 func (o MarshalOptions) marshalMessageSetField(b []byte, fd protoreflect.FieldDescriptor, value pro… 59 func (o UnmarshalOptions) unmarshalMessageSet(b []byte, m protoreflect.Message) error { 76 …alOptions) unmarshalMessageSetField(m protoreflect.Message, num protowire.Number, v []byte) error {
|
| /external/marisa-trie/tests/ |
| D | io-test.cc | 50 char byte; in TestFilename() local 69 char byte; in TestFilename() local 82 char byte; in TestFilename() local 139 char byte; in TestFd() local 195 char byte; in TestFile() local 233 char byte; in TestStream() local
|
| /external/boringssl/src/util/ |
| D | read_symbols.go | 160 func listSymbols(contents []byte) ([]string, error) { 173 func listSymbolsELF(contents []byte) ([]string, error) { 193 func listSymbolsMachO(contents []byte) ([]string, error) { 227 func listSymbolsPE(contents []byte) ([]string, error) {
|
| /external/oss-fuzz/projects/golang/ |
| D | math_big_fuzzer.go | 21 func FuzzBigIntCmp1(data []byte) int { 40 func FuzzBigIntCmp2(data []byte) int { 56 func FuzzRatSetString(data []byte) int {
|
| /external/go-cmp/cmp/ |
| D | report_text.go | 24 func (n indentMode) appendIndent(b []byte, d diffMode) []byte { 56 func (n repeatCount) appendChar(b []byte, c byte) []byte { 87 formatCompactTo([]byte, diffMode) ([]byte, textNode) 91 formatExpandedTo([]byte, diffMode, indentMode) []byte 202 func (s textList) formatCompactTo(b []byte, d diffMode) ([]byte, textNode) { 238 func (s textList) formatExpandedTo(b []byte, d diffMode, n indentMode) []byte { 358 func (s textLine) formatCompactTo(b []byte, d diffMode) ([]byte, textNode) { 361 func (s textLine) formatExpandedTo(b []byte, _ diffMode, _ indentMode) []byte {
|
| /external/golang-protobuf/internal/encoding/text/ |
| D | decode.go | 44 func NewDecoder(b []byte) *Decoder { 499 func isTypeNameChar(b byte) bool { 506 func isWhiteSpace(b byte) bool { 519 func parseIdent(input []byte, allowNeg bool) int { 637 func consume(b []byte, n int) []byte { 660 func isDelim(c byte) bool {
|
| /external/libese/libese/tests/ |
| D | bitspec_unittests.cpp | 75 uint8_t byte = 0; in TEST_F() local 90 uint8_t byte = bs_set(0, kTestSpec.single.bit[bit], 1); in TEST_F() local 100 uint8_t byte = bs_set(0xff, kTestSpec.single.bit[bit], 0); in TEST_F() local 109 uint8_t byte = 0xff; in TEST_F() local 118 uint8_t byte = 0; in TEST_F() local 143 uint8_t byte = 0; in TEST_F() local
|
| /external/clang/test/Sema/ |
| D | inline-asm-validate-aarch64.c | 6 uint8_t byte; in constraint_r() local 17 uint8_t byte; in constraint_r_symbolic() local 30 uint8_t byte; in constraint_r_symbolic_macro() local
|