Lines Matching refs:first
117 static struct entry first; variable
287 first.heap = 0; in me()
288 first.stack = 0; in me()
289 gettime (&first); in me()
291 write (fd, &first, sizeof (first)); in me()
292 write (fd, &first, sizeof (first)); in me()
834 first.stack = peak_total; in dest()
835 write (fd, &first, sizeof (struct entry)); in dest()
838 first.heap = peak_heap; in dest()
839 first.stack = peak_stack; in dest()
840 gettime (&first); in dest()
841 write (fd, &first, sizeof (struct entry)); in dest()