Searched refs:f1 (Results 1 - 25 of 117) sorted by relevance

12345

/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfstack.c30 #define STKMTXLOCK(f1,f2) \
31 { if(f1) SFMTXLOCK(f1); \
34 #define STKMTXRETURN(f1,f2,rv) \
35 { if(f1) SFMTXUNLOCK(f1); \
41 Sfio_t* sfstack(Sfio_t* f1, Sfio_t* f2) argument
43 Sfio_t* sfstack(f1,f2)
44 Sfio_t* f1; /* base of stack */
53 STKMTXLOCK(f1,f
[all...]
H A Dsfswap.c33 Sfio_t* sfswap(reg Sfio_t* f1, reg Sfio_t* f2) argument
35 Sfio_t* sfswap(f1,f2)
36 reg Sfio_t* f1;
43 if(!f1 || (f1->mode&SF_AVAIL) || (SFFROZEN(f1) && (f1->mode&SF_PUSH)) )
47 if(f1 == f2)
50 f1mode = f1->mode;
51 SFLOCK(f1,
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/
H A Dtst.FunctionLookup.c34 f1(int i) function
48 f2(f1, 3);
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfenv_inlines.h216 sse_cmpeqss(float *f1, float *f2, int *i1) argument
221 : "=m" (*i1), "+x" (*f1)
227 sse_cmpltss(float *f1, float *f2, int *i1) argument
232 : "=m" (*i1), "+x" (*f1)
238 sse_cmpless(float *f1, float *f2, int *i1) argument
243 : "=m" (*i1), "+x" (*f1)
249 sse_cmpunordss(float *f1, float *f2, int *i1) argument
254 : "=m" (*i1), "+x" (*f1)
260 sse_minss(float *f1, float *f2, float *f3) argument
265 : "=m" (*f3), "+x" (*f1)
270 sse_maxss(float *f1, float *f2, float *f3) argument
280 sse_addss(float *f1, float *f2, float *f3) argument
290 sse_subss(float *f1, float *f2, float *f3) argument
300 sse_mulss(float *f1, float *f2, float *f3) argument
310 sse_divss(float *f1, float *f2, float *f3) argument
320 sse_sqrtss(float *f1, float *f2) argument
332 sse_ucomiss(float *f1, float *f2) argument
339 sse_comiss(float *f1, float *f2) argument
345 sse_cvtss2sd(float *f1, double *d1) argument
357 sse_cvtsi2ss(int *i1, float *f1) argument
369 sse_cvttss2si(float *f1, int *i1) argument
381 sse_cvtss2si(float *f1, int *i1) argument
394 sse_cvtsi2ssq(long long *ll1, float *f1) argument
406 sse_cvttss2siq(float *f1, long long *ll1) argument
418 sse_cvtss2siq(float *f1, long long *ll1) argument
557 sse_cvtsd2ss(double *d1, float *f1) argument
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/translators/
H A Dtst.CircularTransDecl.d61 struct input_struct f1;
66 f1.i = 10;
67 f1.c = 'c';
73 forwardi = xlate < struct output_struct > (f1).myi;
74 forwardc = xlate < struct output_struct > (f1).myc;
/illumos-gate/usr/src/cmd/bnu/
H A Dcpmv.c35 * copy f1 to f2 locally
36 * f1 -> source file name
44 xcp(f1, f2)
45 char *f1, *f2;
52 if ((fd1 = open(f1, O_RDONLY)) == -1)
57 (void) strcat(f2, BASENAME(f1, '/'));
108 * move f1 to f2 locally
115 xmv(f1, f2)
116 register char *f1, *f2;
129 if ((ret = link(f1, f
[all...]
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vatanf.c42 float f0, f1, f2; local
134 f1 = *x;
138 f1 = -f1;
146 ansf = f1 - f1; /* return NaN if x=NaN*/
150 dummy = 1.0e37 + f1;
152 ansf = f1;
172 f1 = -pone/f1;
[all...]
H A D__vatan.c51 double f1, ans1, ansu1, ansl1, tmp1, poly1, conup1, conlo1; local
132 f1 = 0.0; /* put dummy values in args 1,2 */
145 f1 = fabs(*x); /* fetch argument */
155 ans = f1 - f1; /* return NaN if x=NaN*/
159 dummy = 1.0e37 + f1;
161 ans = f1;
174 f1 = 0.0; /* put dummy values in args 1,2 */
185 { f1 = -1.0/f1;
[all...]
H A D__vcosf.c150 float f0, f1, f2, f3, t; local
212 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2)));
220 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2)));
227 f1 = (float)(one + z1 * (mhalf + z1 * (C0 +
236 f1 = (float)(one + z1 * (mhalf + z1 * (C0 +
244 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2)));
253 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2)));
261 f1 = (float)(one + z1 * (mhalf + z1 * (C0 +
271 f1 = (float)(one + z1 * (mhalf + z1 * (C0 +
280 f1
[all...]
H A D__vsinf.c154 float f0, f1, f2, f3, t; local
216 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2)));
224 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2)));
231 f1 = (float)(one + z1 * (mhalf + z1 * (C0 +
240 f1 = (float)(one + z1 * (mhalf + z1 * (C0 +
248 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2)));
257 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2)));
265 f1 = (float)(one + z1 * (mhalf + z1 * (C0 +
275 f1 = (float)(one + z1 * (mhalf + z1 * (C0 +
284 f1
[all...]
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dsun_solaris_cr_6769332_substitutions_terminate_shell_after_257_iterations.sh54 # f1()
59 # x=$(f1 "$h" "$l" "$g" d e "$l") || print -u2 "$g/$h: fail"
69 # f1 "$g" "$l" "$g" d e "$l" || print -u2 "$g: fail0"
99 f1() function
104 x=\$(f1 "\$h" "\$l" "\$g" d e "\$l") || print -u2 "\$g/\$h: fail"
114 f1 "\$g" "\$l" "\$g" d e "\$l" || print -u2 "\$g: fail0"
H A Dtreemove.sh53 function f1 function
77 f1 tree1
H A Dsun_solaris_cr_6805792_varmovetest1.sh36 # function f1
52 # f1 tree
100 function f1 function
114 # (note that "f1" must be first function and the first being
142 f1 tree1
H A Dvariables.sh327 f1=$1
328 case $f1 in
329 '-') f1='' ;;
337 case $f1$d1 in
338 '') split "$d0$f1$d1" "[0]" "()()" ;;
340 *) split "$d0$f1$d1" "[1]($f1)" "($f1)()" ;;
358 $f1$d1|$d1$f2) continue ;;
363 '') split "$d0$f1
[all...]
/illumos-gate/usr/src/cmd/diff3/
H A Ddiff3.sh62 f1=$1 f2=$2 f3=$3
63 if [ -c $f1 ]
65 /usr/bin/cat $f1 > $tmpdir/d3c$$
66 f1=$tmpdir/d3c$$
79 /usr/bin/diff $f1 $f3 > $tmpdir/d3a$$ 2> $tmpdir/d3a$$.err
129 /usr/lib/diff3prog $e $tmpdir/d3[ab]$$ $f1 $f2 $f3
/illumos-gate/usr/src/cmd/mail/
H A Dcopymt.c31 copymt - copy mail (f1) to temp (f2)
34 void copymt(FILE *f1, FILE *f2)
38 the temp file. The file pointers f1 and f2 point
43 void copymt(f1, f2)
44 register FILE *f1, *f2;
67 while ((n = getaline(line, sizeof line, f1)) > 0) {
86 fclose(f1); fclose(f2);
112 fclose(f1); fclose(f2);
122 if ((n = fread (line, 1, n, f1)) <= 0) {
171 fclose(f1);
[all...]
/illumos-gate/usr/src/lib/libc/i386/unwind/
H A Dunwind_frame.s38 * Before this the call stack is: f4 f3 f2 f1 _t_cancel
40 * (as if "call f1" is replaced by "call _t_cancel(fp)" in f2)
44 movl (%ebp), %edx / pop first frame [ back to f1() ]
/illumos-gate/usr/src/lib/libcmd/common/
H A Dcmp.c99 cmp(const char* file1, Sfio_t* f1, const char* file2, Sfio_t* f2, int flags) argument
116 if (!(p1 = (unsigned char*)sfreserve(f1, SF_UNBOUND, 0)) || (c1 = sfvalue(f1)) <= 0)
185 Sfio_t* f1 = 0; local
225 f1 = sfstdin;
226 else if (!(f1 = sfopen(NiL, file1, "r")))
263 if (o1 && sfseek(f1, o1, SEEK_SET) != o1)
277 if (fstat(sffileno(f1), &s1))
284 n = ((flags & CMP_SILENT) && S_ISREG(s1.st_mode) && S_ISREG(s2.st_mode) && (s1.st_size - o1) != (s2.st_size - o2)) ? 1 : cmp(file1, f1, file2, f2, flags);
286 if (f1
[all...]
H A Dcomm.c153 Sfio_t *f1, *f2; local
180 f1 = sfstdin;
181 else if(!(f1 = sfopen(NiL, cp,"r")))
190 if(comm(f1,f2,sfstdout,mode) < 0)
193 else if(f1==sfstdin || f2==sfstdin)
195 if(f1!=sfstdin)
196 sfclose(f1);
/illumos-gate/usr/src/cmd/filesync/
H A Dacls.c134 cmp_acls(struct fileinfo *f1, struct fileinfo *f2) argument
137 if (f1->f_numacls != f2->f_numacls)
140 if (f1->f_numacls == 0)
143 for (i = 0; i < f1->f_numacls; i++) {
144 if (f1->f_acls[i].a_type != f2->f_acls[i].a_type)
146 if (f1->f_acls[i].a_id != f2->f_acls[i].a_id)
148 if (f1->f_acls[i].a_perm != f2->f_acls[i].a_perm)
/illumos-gate/usr/src/uts/intel/sys/fm/cpu/
H A DAMD.h69 #define FM_EREPORT_PAYLOAD_FLAGS_1(f1) \
70 (FM_EREPORT_PAYLOAD_FLAGS_COMMON | FM_EREPORT_PAYLOAD_FLAGS_##f1)
71 #define FM_EREPORT_PAYLOAD_FLAGS_2(f1, f2) \
72 (FM_EREPORT_PAYLOAD_FLAGS_COMMON | FM_EREPORT_PAYLOAD_FLAGS_##f1 | \
/illumos-gate/usr/src/cmd/diff/
H A Ddiffh.c65 static FILE *dopen(char *f1, char *f2);
288 dopen(char *f1, char *f2) argument
294 if (cmp(f1, "-") == 0) {
304 if (stat(f1, &statbuf) == -1)
305 error(gettext("can't access %s"), f1);
307 for (bptr = b; *bptr = *f1++; bptr++)
315 f1 = b;
317 f = fopen(f1, "r");
319 error(gettext("can't open %s"), f1);
/illumos-gate/usr/src/cmd/dispadmin/
H A Dsvc-scheduler45 DEFAULT_SCHEDULER=`echo $DISPADMIN_D | /usr/bin/cut -f1 -d' '`
/illumos-gate/usr/src/cmd/tsol/demo/
H A Dclonebylabel.sh80 zonename=`/bin/grep $label: $ZONECFG | cut -d ":" -f1`
95 nz=`/bin/grep "^$zonename:" $ZONECFG | cut -d ":" -f1`
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_rseq.h146 #define RSEQE(f1, cb1, f2, cb2) { RSEQT(f1, cb1), RSEQT(f2, cb2) }
151 * #define MY_RSEQ(f1, f2) RSEQE(f1, my_do_cb, f2, my_undo_cb)

Completed in 118 milliseconds

12345