Searched defs:table_size (Results 1 – 5 of 5) sorted by relevance
31 explicit OperationTable(size_t table_size) : table_size_(table_size) {} in OperationTable()
91 int table_size = ARRAY_SIZE(pcm_format_value_map); in get_pcm_format_for_mask() local
296 const int table_size = ARRAY_SIZE(pcm_format_value_map); in profile_enum_sample_formats() local
160 uint64_t table_size = uint64_t(table.num_entries) * table.entry_size; in ValidateTableBounds() local
42 size_t table_size; member