Home
last modified time | relevance | path

Searched refs:ncycle (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/usr.bin/gprof/
Darcs.c174 printf("[doarcs] pass %ld, cycle(s) %d\n" , pass , ncycle ); in doarcs()
186 ncycle = 0; in doarcs()
238 timesortnlp = (nltype **) calloc( nname + ncycle , sizeof(nltype *) ); in doarcs()
244 for ( index = 1 ; index <= ncycle ; index++ ) { in doarcs()
247 qsort( timesortnlp , nname + ncycle , sizeof(nltype *) , totalcmp ); in doarcs()
248 for ( index = 0 ; index < nname + ncycle ; index++ ) { in doarcs()
366 ncycle = 0; in cyclelink()
372 ncycle += 1; in cyclelink()
379 cyclenl = (nltype *) calloc( ncycle + 1 , sizeof( nltype ) ); in cyclelink()
382 ( ncycle + 1 ) * sizeof( nltype ) ); in cyclelink()
[all …]
Dprintgprof.c229 for ( index = 0 ; index < nname + ncycle ; index ++ ) {
723 namesortnlp = (nltype **) calloc( nname + ncycle , sizeof(nltype *) ); in printindex()
732 for ( index = 1 , todo = nnames ; index <= ncycle ; index++ ) { in printindex()
Dgprof.h185 int ncycle; /* number of cycles discovered */ variable
/freebsd-9-stable/crypto/openssh/openbsd-compat/
Dgetopt_long.c142 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local
150 ncycle = gcd(nnonopts, nopts); in permute_args()
151 cyclelen = (opt_end - panonopt_start) / ncycle; in permute_args()
153 for (i = 0; i < ncycle; i++) { in permute_args()
/freebsd-9-stable/contrib/file/src/
Dgetopt_long.c143 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
153 ncycle = gcd(nnonopts, nopts);
154 cyclelen = (opt_end - panonopt_start) / ncycle;
156 for (i = 0; i < ncycle; i++) {
/freebsd-9-stable/lib/libc/stdlib/
Dgetopt_long.c165 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local
173 ncycle = gcd(nnonopts, nopts); in permute_args()
174 cyclelen = (opt_end - panonopt_start) / ncycle; in permute_args()
176 for (i = 0; i < ncycle; i++) { in permute_args()