Searched refs:f1 (Results 26 - 50 of 117) sorted by relevance

12345

/illumos-gate/usr/src/cmd/sh/
H A Dio.c138 * Make f2 be a synonym (including the close-on-exec flag) for f1, which is
143 renamef(int f1, int f2) argument
146 if (f1 != f2) {
147 dup(f1 | DUPFLG, f2);
148 close(f1);
155 if (f1 != f2) {
158 fcntl(f1, 0, f2);
159 close(f1);
/illumos-gate/usr/src/tools/lintdump/
H A Dlnstuff.h71 long f1, f2, f3, f4; member in struct:flens
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dpowl.c68 long double f, f1, v, s, z, qn, h, t; local
86 f1 = (long double) ((double) f);
87 t = ((two * (f - h) - h * f1) - h * (f - f1)) * qn +
109 f1 = (long double) ((double) f);
111 t = qn * ((two * (f - z * h) - h * f1) - h * (f - f1));
/illumos-gate/usr/src/cmd/fm/schemes/hc/
H A Dscheme.c210 nvlist_t *f1 = NULL, *f2 = NULL; local
218 (void) topo_fmri_fru(thp, r1, &f1, &err);
220 if (f1 != NULL && f2 != NULL) {
221 (void) nvlist_lookup_nvlist_array(f1, FM_FMRI_HC_LIST, &h1,
230 nvlist_free(f1);
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dexample.c214 mlfi_negotiate(ctx, f0, f1, f2, f3, pf0, pf1, pf2, pf3)
217 unsigned long f1;
230 mta_caps = f1;
/illumos-gate/usr/src/lib/libm/common/C/
H A Dpow.c102 double f1, v; local
112 f1 = (double) ((float) f);
113 t = qn * (((f - two * h) - h * f1) - h * (f - f1));
115 f1 = h * B0_lo + s * (v * (B1 + v * (B2 + v * (B3 + v * B4))));
116 t = f1 + t * B0;
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vsincosf.c169 float f0, f1, f2, f3, t; local
231 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2)));
249 f1 = -f1;
273 *c = -f1;
275 *s = f1;
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ustack/
H A Dtst.depth.ksh99 count=`wc -l $file | cut -f1 -do`
/illumos-gate/usr/src/cmd/allocate/
H A Dst_clean.sh98 DEVICE=`echo $MAP | cut -f1 -d:`
101 DEVFILE=`echo $FILES | cut -f1 -d" "`
H A Dfd_clean.sh103 DEVICE=`echo $MAP | cut -f1 -d:`
106 DEVFILE=`echo $FILES | cut -f1 -d" "`
H A Dsr_clean.sh100 DEVICE=`echo $MAP | cut -f1 -d:`
103 DEVFILE=`echo $FILES | cut -f1 -d" "`
H A Daudio_clean.sh140 DEVICE=`echo $MAP | cut -f1 -d:`
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/cpc/
H A Dtst.allcpus.ksh42 numproc=`psrinfo | tail -1 | cut -f1`
/illumos-gate/usr/src/lib/libbc/libc/crt/sparc/
H A Dmisalign.s145 ldd [%fp-8],%f0 ! load f0-f1, done
156 ldd [%fp-8],%f0 ! load f0-f1, done
160 ld [%i0+4],%f1 ! rest of long aligned case
268 ldd [%fp-8],%f0 ! load f0,f1 from double-aligned temp, done
278 ldd [%fp-8],%f0 ! load f0,f1 from double-aligned temp, done
283 ld [%i2],%f0 ! load f0,f1 from long-aligned memory, done
284 ld [%i2+4],%f1
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd-upgrade.sh79 s=`echo $i | cut -f1 -d:`
/illumos-gate/usr/src/cmd/mdb/tools/scripts/
H A Dmkmodules.sh98 [ `id | cut -d'(' -f1` != 'uid=0' ] && CH='#' || CH=; export CH
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dpkginstall.h57 extern int cppath __P((int ctrl, char *f1, char *f2, mode_t mode));
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dsmbios.c157 uint32_t f1; local
193 f1 = ntohl(SMBIOS_GET32(addr, 0));
197 f1 = le32toh(SMBIOS_GET32(addr, 0));
203 f1, f2, f3, SMBIOS_GET8(addr, 8), SMBIOS_GET8(addr, 9),
/illumos-gate/usr/src/tools/scripts/
H A Dwsdiff.py723 # for the specified ELF section between f1 and f2
729 def diff_elf_section(f1, f2, section, sh_type) :
732 tmpFile1 = tmpDir1 + os.path.basename(f1) + t.getName()
736 cmd1 = elfdump_cmd + " -r " + f1 + " > " + tmpFile1
739 cmd1 = elfdump_cmd + " -g " + f1 + " > " + tmpFile1
742 cmd1 = elfdump_cmd + " -h " + f1 + " > " + tmpFile1
745 cmd1 = elfdump_cmd + " -d " + f1 + " > " + tmpFile1
748 cmd1 = elfdump_cmd + " -G " + f1 + " > " + tmpFile1
751 cmd1 = elfdump_cmd + " -H " + f1 + " > " + tmpFile1
754 cmd1 = elfdump_cmd + " -i " + f1
[all...]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationAttributeV1.java329 byte f1 = 0, f2 = 0;
332 f1 = b[ dataoffset + 1 ];
336 f1 = b[ dataoffset + 1 ];
342 ((int) (0xF0 & (char)f1) >> 4);
343 a[2] = ((int) (0x0F & (char)f1) << 2) +
/illumos-gate/usr/src/common/crypto/sha1/sparc/sun4u/
H A Dsha1_asm.s250 ld [%i1 + 56], %f1
346 fors %f12, %f11, %f1
347 st %f1, [%i0 + (16*4) + (8)]
426 fors %f4, %f7, %f1
427 st %f1, [%i0 + (19*4) + (4)]
526 fors %f12, %f11, %f1
527 st %f1, [%i0 + (22*4) + (8)]
606 fors %f4, %f7, %f1
607 st %f1, [%i0 + (25*4) + (4)]
706 fors %f12, %f11, %f1
[all...]
/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c559 const struct afile *f1 = arg1; local
563 if ((f1->fflags&ISARG) && f1->ftype == 'd') {
572 if (f2->fmtime == f1->fmtime)
574 if (f2->fmtime > f1->fmtime)
578 return (rflg * strcmp(f1->fname, f2->fname));
/illumos-gate/usr/src/lib/libast/common/uwin/
H A Dexpm1.c98 vc(invln2, 1.4426950408889634148E0 ,aa3b,40b8,17f1,295c, 1, .B8AA3B295C17F1)
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vatan.S170 fzero %f36 !f1 = 0
233 fmuld %f14,%f12,%f12 !poly1 = (f1*tmp1)*((p3*tmp1 + p2)*tmp1 + p1)
234 faddd %f16,%f36,%f16 !(conup1 - ansu1) + f1
242 faddd %f16,%f12,%f12 !((conup1 - ansu1) + f1) + poly1
260 faddd %f12,%f14,%f12 !ansl1 = (((conup1 - ansu)1 + f1) + poly1) + conlo1
429 fmuld %f36,%f36,%f14 !tmp1= f1*f1
435 faddd %f16,%f36,%f18 !ansu1 = conup1 + f1
448 fmuld %f36,%f14,%f14 !f1*tmp1
473 %f34,36,38 f0,f1,f
[all...]
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dprint-svc33 SERVICE=`echo $SMF_FMRI | /usr/bin/cut -f1,2 -d":"`

Completed in 160 milliseconds

12345