Searched refs:ncycle (Results 1 – 6 of 6) sorted by relevance
| /freebsd-9-stable/usr.bin/gprof/ |
| D | arcs.c | 174 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 …]
|
| D | printgprof.c | 229 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()
|
| D | gprof.h | 185 int ncycle; /* number of cycles discovered */ variable
|
| /freebsd-9-stable/crypto/openssh/openbsd-compat/ |
| D | getopt_long.c | 142 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/ |
| D | getopt_long.c | 143 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/ |
| D | getopt_long.c | 165 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()
|