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()
272 const int table_size = ARRAY_SIZE(pcm_format_value_map); in profile_enum_sample_formats() local277 for (slot_index = 0; slot_index < num_slots && table_index < table_size; in profile_enum_sample_formats()281 bit_index < bits_per_slot && table_index < table_size; in profile_enum_sample_formats()
33 explicit OperationTable(size_t table_size) : in OperationTable() argument34 table_size_(table_size) {} in OperationTable()
116 uint64_t end = entry.second.table_size; in main()
50 entry.second.offset + entry.second.table_size + load_bias); in DumpArm()
178 ASSERT_EQ(0x10000U, load_data.table_size); in SinglePtLoad()235 ASSERT_EQ(0x10000U, load_data.table_size); in MultipleExecutablePtLoads()240 ASSERT_EQ(0x10001U, load_data.table_size); in MultipleExecutablePtLoads()245 ASSERT_EQ(0x10002U, load_data.table_size); in MultipleExecutablePtLoads()302 ASSERT_EQ(0x10000U, load_data.table_size); in MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr()307 ASSERT_EQ(0x10001U, load_data.table_size); in MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr()312 ASSERT_EQ(0x10002U, load_data.table_size); in MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr()371 ASSERT_EQ(0x10001U, load_data.table_size); in NonExecutablePtLoads()443 ASSERT_EQ(0x10000U, load_data.table_size); in ManyPhdrs()
156 uint64_t table_size = uint64_t(table.num_entries) * table.entry_size; in ValidateTableBounds() local157 if (header.tables_size - table.offset < table_size) { in ValidateTableBounds()
41 size_t table_size; member
52 uint64_t end = start + entry.second.table_size; in IsValidPc()