Home
last modified time | relevance | path

Searched refs:lastNode (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/bmake/
H A Djob.c482 static GNode *lastNode = NULL; in SwitchOutputTo() local
484 if (gn == lastNode) in SwitchOutputTo()
486 lastNode = gn; in SwitchOutputTo()
/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp379 int lastNode; in __kmp_print_storage_map_gtid() local
396 lastNode = node; in __kmp_print_storage_map_gtid()
400 } while (p1 <= p2 && (node = __kmp_get_host_node(p1)) == lastNode); in __kmp_print_storage_map_gtid()
402 lastNode); in __kmp_print_storage_map_gtid()