Searched refs:str_count (Results 1 – 8 of 8) sorted by relevance
183 __le32 str_count; member
182 __le32 str_count; member
198 .str_count = htole32(1),
196 .str_count = htole32(1),
2619 u32 str_count, needed_count, lang_count; in __ffs_data_got_strings() local2630 str_count = get_unaligned_le32(data + 8); in __ffs_data_got_strings()2634 if (unlikely(!str_count != !lang_count)) in __ffs_data_got_strings()2639 if (unlikely(str_count < needed_count)) in __ffs_data_got_strings()2689 u32 str_per_lang = str_count; in __ffs_data_got_strings()
320 .str_count = cpu_to_le32(1),
1#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...