Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Djob.c552 static GNode *lastNode = NULL; in SwitchOutputTo() local
554 if (gn == lastNode) in SwitchOutputTo()
556 lastNode = gn; in SwitchOutputTo()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp394 int lastNode; in __kmp_print_storage_map_gtid() local
411 lastNode = node; in __kmp_print_storage_map_gtid()
415 } while (p1 <= p2 && (node = __kmp_get_host_node(p1)) == lastNode); in __kmp_print_storage_map_gtid()
417 lastNode); in __kmp_print_storage_map_gtid()