Searched refs:other_encoding (Results 1 – 4 of 4) sorted by relevance
463 for i,other_encoding in enumerate(todo):464 combined_chars = other_encoding.chars | encoding.chars469 + other_encoding.overhead472 - (combined_width - other_encoding.width) * len(other_encoding)478 other_gain = 0 if other_encoding.best_new_encoding is None else (479 + other_encoding.overhead480 - (other_encoding.best_new_encoding.width - other_encoding.width) * len(other_encoding)492 other_encoding = todo[best_idx]493 combined_chars = other_encoding.chars | encoding.chars496 combined_encoding.extend(other_encoding.items)
149 DEFINE_CONV(btrfs_file_extent_item, generation, ram_bytes, other_encoding,152 other_encoding)
677 __u16 other_encoding; /* spare for later use */ member
764 __le16 other_encoding; /* spare for later use */ member