Searched refs:test_idx (Results 1 – 3 of 3) sorted by relevance
669 uint32_t test_idx = 0; in GetChildAtIndex() local672 key_at_idx = m_data_ptr + (2 * test_idx * m_ptr_size); in GetChildAtIndex()685 test_idx++; in GetChildAtIndex()798 uint32_t test_idx = 0; in GetChildAtIndex() local805 key_at_idx = m_keys_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()806 val_at_idx = m_values_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()815 test_idx++; in GetChildAtIndex()1167 uint32_t test_idx = 0; in GetChildAtIndex() local1170 key_at_idx = m_keys_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()1171 val_at_idx = m_values_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()[all …]
485 uint32_t test_idx = 0; in GetChildAtIndex() local488 obj_at_idx = m_data_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()496 test_idx++; in GetChildAtIndex()608 uint32_t test_idx = 0; in GetChildAtIndex() local615 val_at_idx = m_values_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()621 test_idx++; in GetChildAtIndex()770 uint32_t test_idx = 0; in GetChildAtIndex() local773 obj_at_idx = m_objs_addr + (test_idx * m_ptr_size); in GetChildAtIndex()781 test_idx++; in GetChildAtIndex()
1062 print("usage: {} [-t] dir [-a] test_idx [exe options...]".format(script))1064 print(" The max test_idx for bc is {}.".format(len(bc_tests) - 1))1065 print(" The max test_idx for dc is {}.".format(len(dc_tests) - 1))1091 test_idx = sys.argv[idx] variable 1095 if test_idx == "-a":1103 test_idx = int(test_idx) variable 1148 child = test_array[test_idx](exe[0], exe[1:], env)