Searched refs:tle (Results 1 – 3 of 3) sorted by relevance
179 if (!tle->nl) in next_tle()189 union topology_entry *tle, *end; in tl_to_masks() local192 tle = info->tle; in tl_to_masks()194 while (tle < end) { in tl_to_masks()195 switch (tle->nl) { in tl_to_masks()198 drawer->id = tle->container.id; in tl_to_masks()202 book->id = tle->container.id; in tl_to_masks()206 socket->id = tle->container.id; in tl_to_masks()215 tle = next_tle(tle); in tl_to_masks()561 while (tle->nl) in detect_polarization()[all …]
214 union topology_entry tle[]; member
3776 tlb, tle = data.start, data.end3778 tle = testruns[i+1].data.start3802 if ke - kb < 0.000001 or tlb > kb or tle <= kb:3814 if ke - kb < 0.000001 or tlb > kb or tle <= kb: