Searched refs:lindex (Results 1 – 2 of 2) sorted by relevance
170 switch -- [lindex $line 0] {172 set Drv(description) [lindex $line 1];175 set Drv(driver) [lindex $line 1];178 set path [lindex $line 1];183 set name [lindex $line 2];188 set path [lindex $line 1];193 set name [lindex $line 2];198 set opt [lindex $line 1];199 set hdr [lindex $line 2];204 set opt [lindex $line 1];[all …]
1755 int lindex = lower->logical_index - 1; in __kmp_hwloc_get_sub_id() local1758 obj = hwloc_get_obj_by_type(t, ltype, lindex); in __kmp_hwloc_get_sub_id()1759 while (obj && lindex >= 0 && in __kmp_hwloc_get_sub_id()1766 lindex--; in __kmp_hwloc_get_sub_id()1767 obj = hwloc_get_obj_by_type(t, ltype, lindex); in __kmp_hwloc_get_sub_id()