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()
110 uint64_t end = entry.second.table_size; in main()
51 entry.second.offset + entry.second.table_size + load_bias); in DumpArm()
199 ASSERT_EQ(0x10000U, load_data.table_size); in SinglePtLoad()256 ASSERT_EQ(0x10000U, load_data.table_size); in MultipleExecutablePtLoads()261 ASSERT_EQ(0x10001U, load_data.table_size); in MultipleExecutablePtLoads()266 ASSERT_EQ(0x10002U, load_data.table_size); in MultipleExecutablePtLoads()323 ASSERT_EQ(0x10000U, load_data.table_size); in MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr()328 ASSERT_EQ(0x10001U, load_data.table_size); in MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr()333 ASSERT_EQ(0x10002U, load_data.table_size); in MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr()392 ASSERT_EQ(0x10001U, load_data.table_size); in NonExecutablePtLoads()463 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()
41 size_t table_size; member
52 uint64_t end = start + entry.second.table_size; in IsValidPc()