HomeSort by relevance Sort by last modified time
    Searched refs:TagSize (Results 1 - 24 of 24) sorted by null

  /external/boringssl/src/ssl/test/runner/poly1305/
sum_noasm.go 12 func Sum(out *[TagSize]byte, msg []byte, key *[32]byte) {
poly1305.go 24 // TagSize is the size, in bytes, of a poly1305 authenticator.
25 const TagSize = 16
sum_ref.go 12 func sumGeneric(out *[TagSize]byte, msg []byte, key *[32]byte) {
26 for len(msg) >= TagSize {
52 msg = msg[TagSize:]
56 var block [TagSize]byte
poly1305_test.go 50 func testSum(t *testing.T, unaligned bool, sumImpl func(tag *[TagSize]byte, msg []byte, key *[32]byte)) {
  /external/protobuf/src/google/protobuf/
wire_format.h 88 static inline int TagSize(int field_number, FieldDescriptor::Type type);
304 inline int WireFormat::TagSize(int field_number, FieldDescriptor::Type type) {
307 return WireFormatLite::TagSize(field_number,
wire_format_unittest.cc 752 ASSERT_EQ(1, WireFormat::TagSize(field->number(), field->type()));
755 ASSERT_EQ(1, WireFormat::TagSize(field->number(), field->type()));
758 ASSERT_EQ(2, WireFormat::TagSize(field->number(), field->type()));
761 ASSERT_EQ(2, WireFormat::TagSize(field->number(), field->type()));
764 ASSERT_EQ(3, WireFormat::TagSize(field->number(), field->type()));
767 ASSERT_EQ(3, WireFormat::TagSize(field->number(), field->type()));
    [all...]
wire_format_lite.h 158 static inline int TagSize(int field_number, WireFormatLite::FieldType type);
482 // the tag, so you must also call TagSize(). (This is because, for repeated
483 // fields, you should only call TagSize() once and multiply it by the element
601 inline int WireFormatLite::TagSize(int field_number,
wire_format.cc     [all...]
extension_set.cc     [all...]
  /external/pdfium/third_party/lcms/src/
cmsio0.c     [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_field.cc 77 WireFormat::TagSize(descriptor->number(), descriptor->type()));
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_enum_field.cc 65 internal::WireFormat::TagSize(descriptor->number(), descriptor->type()));
javamicro_primitive_field.cc 197 WireFormat::TagSize(descriptor->number(), descriptor->type()));
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_field_base.cc 61 int tag_size = internal::WireFormat::TagSize(descriptor_->number(), descriptor_->type());
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_enum_field.cc 74 internal::WireFormat::TagSize(descriptor->number(), descriptor->type()));
javanano_primitive_field.cc 222 WireFormat::TagSize(descriptor->number(), descriptor->type()));
    [all...]
  /external/skia/tests/
FontHostTest.cpp 26 static const struct TagSize {
  /external/skqp/tests/
FontHostTest.cpp 26 static const struct TagSize {
  /external/protobuf/src/google/protobuf/compiler/java/
java_primitive_field.cc 80 WireFormat::TagSize(descriptor->number(), GetType(descriptor)));
java_string_field.cc 76 WireFormat::TagSize(descriptor->number(), GetType(descriptor)));
    [all...]
java_string_field_lite.cc 77 WireFormat::TagSize(descriptor->number(), GetType(descriptor)));
java_enum_field.cc 73 internal::WireFormat::TagSize(descriptor->number(), GetType(descriptor)));
    [all...]
java_enum_field_lite.cc 73 internal::WireFormat::TagSize(descriptor->number(), GetType(descriptor)));
    [all...]
java_primitive_field_lite.cc 77 WireFormat::TagSize(descriptor->number(), GetType(descriptor)));

Completed in 404 milliseconds