/freebsd/usr.bin/gprof/ |
H A D | arcs.c | 168 printf("[doarcs] pass %ld, cycle(s) %d\n" , pass , ncycle ); in doarcs() 180 ncycle = 0; in doarcs() 232 timesortnlp = (nltype **) calloc( nname + ncycle , sizeof(nltype *) ); in doarcs() 238 for ( index = 1 ; index <= ncycle ; index++ ) { in doarcs() 241 qsort( timesortnlp , nname + ncycle , sizeof(nltype *) , totalcmp ); in doarcs() 242 for ( index = 0 ; index < nname + ncycle ; index++ ) { in doarcs() 359 ncycle = 0; in cyclelink() 365 ncycle += 1; in cyclelink() 372 cyclenl = (nltype *) calloc( ncycle + 1 , sizeof( nltype ) ); in cyclelink() 375 ( ncycle + 1 ) * sizeof( nltype ) ); in cyclelink() [all …]
|
H A D | printgprof.c | 224 for ( idx = 0 ; idx < nname + ncycle ; idx ++ ) { in printgprof() 707 namesortnlp = (nltype **) calloc( nname + ncycle , sizeof(nltype *) ); in printindex() 716 for ( idx = 1 , todo = nnames ; idx <= ncycle ; idx++ ) { in printindex()
|
H A D | gprof.h | 175 EXTERN int ncycle; /* number of cycles discovered */ variable
|
/freebsd/contrib/libfido2/openbsd-compat/ |
H A D | getopt_long.c | 133 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local 141 ncycle = gcd(nnonopts, nopts); in permute_args() 142 cyclelen = (opt_end - panonopt_start) / ncycle; in permute_args() 144 for (i = 0; i < ncycle; i++) { in permute_args()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | GetOptInc.cpp | 79 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local 87 ncycle = gcd(nnonopts, nopts); in permute_args() 88 cyclelen = (opt_end - panonopt_start) / ncycle; in permute_args() 90 for (i = 0; i < ncycle; i++) { in permute_args()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | getopt_long.c | 156 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local 164 ncycle = gcd(nnonopts, nopts); in permute_args() 165 cyclelen = (opt_end - panonopt_start) / ncycle; in permute_args() 167 for (i = 0; i < ncycle; i++) { in permute_args()
|
/freebsd/contrib/file/src/ |
H A 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/lib/libc/stdlib/ |
H A D | getopt_long.c | 150 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local 158 ncycle = gcd(nnonopts, nopts); in permute_args() 159 cyclelen = (opt_end - panonopt_start) / ncycle; in permute_args() 161 for (i = 0; i < ncycle; i++) { in permute_args()
|
/freebsd/contrib/tcpdump/missing/ |
H A D | getopt_long.c | 144 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; in permute_args() local 152 ncycle = gcd(nnonopts, nopts); in permute_args() 153 cyclelen = (opt_end - panonopt_start) / ncycle; in permute_args() 155 for (i = 0; i < ncycle; i++) { in permute_args()
|