Home
last modified time | relevance | path

Searched defs:tag_bytes (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavformat/
Dapetag.c122 uint32_t val, fields, tag_bytes; in ff_ape_parse_tag() local
/third_party/e2fsprogs/e2fsck/
Drecovery.c201 int tag_bytes = journal_tag_bytes(journal); in count_tags() local
466 int tag_bytes = journal_tag_bytes(journal); in do_one_pass() local
/third_party/e2fsprogs/debugfs/
Ddo_journal.c273 int tag_bytes; in journal_add_blocks_to_trans() local
629 int tag_bytes = journal_tag_bytes(journal); in count_tags() local
/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_field_base.cc66 string tag_bytes = StrCat(tag_array[0]); in SetCommonFieldVariables() local
/third_party/grpc/third_party/upb/upbc/
Dprotoc-gen-upb.cc637 uint8_t tag_bytes[10] = {0}; in GetEncodedTag() local
/third_party/protobuf/python/google/protobuf/internal/
Ddecoder.py1041 def SkipField(buffer, pos, end, tag_bytes): argument