Searched defs:higher (Results 1 – 3 of 3) sorted by relevance
271 inline static uint64_t higher(uint64_t x) { return (x >> 32) & 0xffff; } in higher() function
424 static uint16_t higher(uint64_t v) { return v >> 32; } in higher() function
1751 __kmp_hwloc_get_sub_id(hwloc_topology_t t,hwloc_obj_t higher,hwloc_obj_t lower) __kmp_hwloc_get_sub_id() argument