Searched refs:str_count (Results 1 – 4 of 4) sorted by relevance
148 .str_count = cpu_to_le32(1),
132 .str_count = htole32(1),
320 .str_count = cpu_to_le32(1),
3056 u32 str_count, needed_count, lang_count; in __ffs_data_got_strings() local3065 str_count = get_unaligned_le32(data + 8); in __ffs_data_got_strings()3069 if (!str_count != !lang_count) in __ffs_data_got_strings()3074 if (str_count < needed_count) in __ffs_data_got_strings()3124 u32 str_per_lang = str_count; in __ffs_data_got_strings()