Searched refs:table_size (Results 1 – 9 of 9) sorted by relevance
91 int table_size = ARRAY_SIZE(pcm_format_value_map); in get_pcm_format_for_mask() local95 for (slot_index = 0; slot_index < num_slots && table_index < table_size; slot_index++) { in get_pcm_format_for_mask()97 for (bit_index = 0; bit_index < bits_per_slot && table_index < table_size; bit_index++) { in get_pcm_format_for_mask()
296 const int table_size = ARRAY_SIZE(pcm_format_value_map); in profile_enum_sample_formats() local301 for (slot_index = 0; slot_index < num_slots && table_index < table_size; in profile_enum_sample_formats()305 bit_index < bits_per_slot && table_index < table_size; in profile_enum_sample_formats()
31 explicit OperationTable(size_t table_size) : table_size_(table_size) {} in OperationTable() argument
110 uint64_t end = entry.second.table_size; in main()
51 entry.second.offset + entry.second.table_size + load_bias); in DumpArm()
207 ASSERT_EQ(0x10000U, load_data.table_size); in SinglePtLoad()264 ASSERT_EQ(0x10000U, load_data.table_size); in MultipleExecutablePtLoads()269 ASSERT_EQ(0x10001U, load_data.table_size); in MultipleExecutablePtLoads()274 ASSERT_EQ(0x10002U, load_data.table_size); in MultipleExecutablePtLoads()331 ASSERT_EQ(0x10000U, load_data.table_size); in MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr()336 ASSERT_EQ(0x10001U, load_data.table_size); in MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr()341 ASSERT_EQ(0x10002U, load_data.table_size); in MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr()400 ASSERT_EQ(0x10001U, load_data.table_size); in NonExecutablePtLoads()471 ASSERT_EQ(0x10000U, load_data.table_size); in ManyPhdrs()
160 uint64_t table_size = uint64_t(table.num_entries) * table.entry_size; in ValidateTableBounds() local161 if (header.tables_size - table.offset < table_size) { in ValidateTableBounds()
42 size_t table_size; member
53 uint64_t end = start + entry.second.table_size; in IsValidPc()