Home
last modified time | relevance | path

Searched refs:ncmp (Results 1 – 7 of 7) sorted by relevance

/openbsd/regress/lib/libc/qsort/
H A Dantiqsort.c17 static int ncmp; /* number of comparisons */ variable
30 ncmp++; in cmp()
51 nsolid = ncmp = candidate = 0; in antiqsort()
57 return ncmp; in antiqsort()
/openbsd/bin/ksh/
H A Dtable.c214 int ncmp; in tprintinfo() local
226 ncmp = 0; in tprintinfo()
230 ncmp++; in tprintinfo()
237 shellf(" %4d %s\n", ncmp, n); in tprintinfo()
238 totncmp += ncmp; in tprintinfo()
240 if (ncmp > maxncmp) in tprintinfo()
241 maxncmp = ncmp; in tprintinfo()
/openbsd/gnu/usr.bin/perl/regen/
H A Doverload.pl191 ncmp (<=>
H A Dopcodes153 ncmp numeric comparison (<=>) ck_null Iifst2 S S<
/openbsd/gnu/usr.bin/perl/
H A Doverload.inc161 "(<=>", /* ncmp */
/openbsd/gnu/usr.bin/perl/dist/Safe/t/
H A Dsafeops.t182 ncmp $i <=> $y
/openbsd/gnu/usr.bin/perl/lib/B/
H A DOp_private.pm457 @{$bits{ncmp}}{1,0} = ($bf[1], $bf[1]);