Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dcond_expr3.c2 static int fcmp = 1 / (sizeof(int) - sizeof(1.0 == 2.0 - 1.0)); variable
/illumos-gate/usr/src/cmd/backup/restore/
H A Dinteractive.c41 static int fcmp(struct afile *, struct afile *);
617 (int (*)(const void *, const void *)) fcmp); in expandarg()
685 (int (*)(const void *, const void *)) fcmp); in printlist()
803 fcmp(struct afile *f1, struct afile *f2) in fcmp() function
/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c80 static int fcmp(const void *, const void *);
185 qsort(fp0, fplast - fp0, sizeof (struct afile), fcmp); in main()
231 qsort(dfp0, dfplast - dfp0, sizeof (struct afile), fcmp); in formatd()
555 fcmp(const void *arg1, const void *arg2) in fcmp() function
/illumos-gate/usr/src/lib/libdisasm/common/
H A Ddis_sparc_fmt.c500 formatfcmp_t fcmp; member
2010 prt_field("opf", f->fcmp.opf, 9); in fmt_fpop1()
2054 prt_field("opf", f->fcmp.opf, 9); in fmt_fpop2()
2063 prt_field("cc", f->fcmp.cc, 2); in fmt_fpop2()
2097 ccstr = fcc_names[f->fcmp.cc]; in fmt_fpop2()
2107 (is_cmp != 0 && f->fcmp.cc != 0) || in fmt_fpop2()
2128 prt_field("opf", f->fcmp.opf, 9); in fmt_vis()
2465 if ((f->fcmp.op == 2) && (f->fcmp.op3 == 0x36) && (f->fcmp.cc != 0)) in prt_aluargs()
2466 opf = f->fcmp.opf; in prt_aluargs()
/illumos-gate/usr/src/uts/sparc/sys/fpu/
H A Dfpu_simulator.h184 fcmp = 0x14, enumerator
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c331 static int fcmp();
2232 sizeof (struct filenames), fcmp); in ls()
2254 sizeof (struct filenames), fcmp); in ls()
2374 fcmp(struct filenames *f1, struct filenames *f2) in fcmp() function
/illumos-gate/usr/src/uts/sparc/fpu/
H A Dfpu_simulator.c399 case fcmp: in _fp_fpu_simulator()