Searched refs:tag_byte (Results 1 – 1 of 1) sorted by relevance
304 for (auto tag_byte : tag_data) { in UnpackTagsFromCoreFileSegment() local305 tags.push_back(tag_byte & 0xf); in UnpackTagsFromCoreFileSegment()306 tags.push_back(tag_byte >> 4); in UnpackTagsFromCoreFileSegment()