Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp668 uint32_t test_idx = 0; in GetChildAtIndex() local
684 test_idx++; in GetChildAtIndex()
794 uint32_t test_idx = 0; in GetChildAtIndex() local
801 key_at_idx = m_keys_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
811 test_idx++; in GetChildAtIndex()
1156 uint32_t test_idx = 0; in GetChildAtIndex() local
1159 key_at_idx = m_keys_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
1173 test_idx++; in GetChildAtIndex()
1309 uint32_t test_idx = 0; in GetChildAtIndex() local
1312 key_at_idx = m_keys_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
[all …]
H A DNSSet.cpp483 uint32_t test_idx = 0; in GetChildAtIndex() local
486 obj_at_idx = m_data_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
494 test_idx++; in GetChildAtIndex()
603 uint32_t test_idx = 0; in GetChildAtIndex() local
610 val_at_idx = m_values_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
616 test_idx++; in GetChildAtIndex()
765 uint32_t test_idx = 0; in GetChildAtIndex() local
768 obj_at_idx = m_objs_addr + (test_idx * m_ptr_size); in GetChildAtIndex()
776 test_idx++; in GetChildAtIndex()
/freebsd-14.2/contrib/bc/tests/
H A Dhistory.py1091 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)