hack.end.c | 82 static int outentry(int, struct toptenentry *, int); 471 (void) outentry(rank, t1, 0); 473 (void) outentry(rank, t1, 1); 475 int t0lth = outentry(0, t0, -1); 476 int t1lth = outentry(rank, t1, t0lth); 479 (void) outentry(0, t0, t0lth); 484 (void) outentry(0, t0, 1); 506 outentry(int rank, struct toptenentry *t1, int so) function in typeref:typename:int 798 (void) outentry(rank, t1, 0);
|