Searched refs:unit_id (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/common/ |
H A D | TraceHTR.cpp | 333 lldb::addr_t unit_id = in BasicSuperBlockMerge() local 335 auto isHead = heads.count(unit_id) > 0; in BasicSuperBlockMerge() 336 auto isTail = tails.count(unit_id) > 0; in BasicSuperBlockMerge() 347 superblock_head = unit_id; in BasicSuperBlockMerge() 363 superblock_head = unit_id; in BasicSuperBlockMerge() 367 superblock_head = unit_id; in BasicSuperBlockMerge() 377 superblock_head = unit_id; in BasicSuperBlockMerge()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_dispatch_hier.h | 724 T unit_id = (T)pr->get_hier_id(); in next() local 728 gtid, nproc, unit_id)); in next() 741 if (unit_id == 0) { in next() 748 gtid, pr, sh, &contains_last, p_lb, p_ub, p_st, nproc, unit_id); in next() 754 __kmp_type_convert(unit_id, &uid); in next() 765 pr->u.p.parm1, nproc, unit_id); in next() 769 unit_id); in next() 789 if (unit_id != 0) { in next() 801 gtid, pr, sh, &contains_last, p_lb, p_ub, p_st, nproc, unit_id); in next() 811 __kmp_type_convert(unit_id, &uid); in next() [all …]
|
H A D | kmp_dispatch.h | 54 T nproc, T unit_id); 59 T *p_ub, typename traits_t<T>::signed_t *p_st, T nproc, T unit_id);
|
/freebsd/sys/x86/iommu/ |
H A D | amd_iommu.h | 65 u_int unit_id; /* Hypertransport Unit ID, deprecated */ member
|