Home
last modified time | relevance | path

Searched refs:item_t (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h1072 struct item_t { struct
1085 item_t *items; argument
1093 kmp_hw_t type1 = ((const item_t *)i1)->type; in hw_subset_compare()
1094 kmp_hw_t type2 = ((const item_t *)i2)->type; in hw_subset_compare()
1116 retval->items = (item_t *)__kmp_allocate(sizeof(item_t) * initial_capacity); in allocate()
1141 item_t *new_items = (item_t *)__kmp_allocate(sizeof(item_t) * capacity); in push_back()
1156 const item_t &at(int index) const { in at()
1160 item_t &at(int index) { in at()
1174 qsort(items, depth, sizeof(item_t), hw_subset_compare); in sort()
H A Dkmp_affinity.cpp1066 const kmp_hw_subset_t::item_t &item = __kmp_hw_subset->at(i); in filter_hw_subset()