Home
last modified time | relevance | path

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

/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/uctf/
Dtst.userlandkey.ksh47 } info_t;
52 this->t = (userland info_t *)arg0;
62 this->t = (userland info_t *)arg0;
72 this->t = (userland info_t *)arg0;
Derr.user64mode.ksh49 } info_t;
54 this->t = (userland info_t *)arg0;
64 this->t = (userland info_t *)arg0;
74 this->t = (userland info_t *)arg0;
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
Dkmp_affinity.cpp1414 struct info_t { struct in kmp_cache_info_t
1419 info_t &operator[](size_t index) { return table[index]; } in operator []()
1420 const info_t &operator[](size_t index) const { return table[index]; } in operator []()
1439 info_t table[MAX_CACHE_LEVEL];
1998 const kmp_cache_info_t::info_t &info = cache_info[i]; in __kmp_affinity_create_x2apicid_map()