Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/backup/restore/
H A Dinteractive.c44 static int fcmp(struct afile *, struct afile *);
54 static int fcmp();
643 (int (*)(const void *, const void *)) fcmp);
715 (int (*)(const void *, const void *)) fcmp);
834 fcmp(f1, f2) in fcmp() function
/titanic_41/usr/src/ucbcmd/ls/
H A Dls.c82 static int fcmp(const void *, const void *);
187 qsort(fp0, fplast - fp0, sizeof (struct afile), fcmp); in main()
233 qsort(dfp0, dfplast - dfp0, sizeof (struct afile), fcmp); in formatd()
557 fcmp(const void *arg1, const void *arg2) in fcmp() function
/titanic_41/usr/src/lib/libdisasm/common/
H A Ddis_sparc_fmt.c499 formatfcmp_t fcmp; member
2009 prt_field("opf", f->fcmp.opf, 9); in fmt_fpop1()
2053 prt_field("opf", f->fcmp.opf, 9); in fmt_fpop2()
2062 prt_field("cc", f->fcmp.cc, 2); in fmt_fpop2()
2096 ccstr = fcc_names[f->fcmp.cc]; in fmt_fpop2()
2106 (is_cmp != 0 && f->fcmp.cc != 0) || in fmt_fpop2()
2127 prt_field("opf", f->fcmp.opf, 9); in fmt_vis()
2463 if ((f->fcmp.op == 2) && (f->fcmp.op3 == 0x36) && (f->fcmp.cc != 0)) in prt_aluargs()
2464 opf = f->fcmp.opf; in prt_aluargs()
/titanic_41/usr/src/uts/sparc/sys/fpu/
H A Dfpu_simulator.h184 fcmp = 0x14, enumerator
/titanic_41/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c341 static int fcmp();
2242 sizeof (struct filenames), fcmp); in ls()
2264 sizeof (struct filenames), fcmp); in ls()
2384 fcmp(struct filenames *f1, struct filenames *f2) in fcmp() function
/titanic_41/usr/src/uts/sparc/fpu/
H A Dfpu_simulator.c398 case fcmp: in _fp_fpu_simulator()