Home
last modified time | relevance | path

Searched defs:specified (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h1169 bool specified(kmp_hw_t type) const { return ((set & (1ull << type)) > 0); } specified() function
H A Dkmp_affinity.cpp1088 __kmp_hw_get_catalog_string(specified[equivalent_type])); in filter_hw_subset() local
[all...]
/freebsd-src/sys/dev/drm2/
H A DdrmP.h946 bool specified; member