Home
last modified time | relevance | path

Searched refs:test_idx (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp669 uint32_t test_idx = 0; in GetChildAtIndex() local
672 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() local
805 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() local
1170 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 …]
H A DNSSet.cpp485 uint32_t test_idx = 0; in GetChildAtIndex() local
488 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() local
615 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() local
773 obj_at_idx = m_objs_addr + (test_idx * m_ptr_size); in GetChildAtIndex()
781 test_idx++; in GetChildAtIndex()
/freebsd/contrib/bc/tests/
H A Dhistory.py1062 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)