Searched refs:st (Results 126 - 150 of 722) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libm/i386/src/
H A Dhypot.s54 fmul %st(0),%st / ,y*y
56 fmul %st(0),%st / x*x,y*y
57 faddp %st,%st(1) / x*x+y*y
78 fstp %st(0) / stack empty
108 fstp %st(0)
129 fstp %st(0)
H A Dnextafterl.s51 fstp %st(1) / x
156 fstp %st(0)
167 fmulp %st,%st(0) / create overflow signal
173 fmulp %st,%st(0) / create underflow signal
176 fstp %st(0) / C99 says to return y when x == y
179 faddp %st,%st(1) / x+y,x
H A Dnexttowardl.s51 fstp %st(1) / x
156 fstp %st(0)
167 fmulp %st,%st(0) / create overflow signal
173 fmulp %st,%st(0) / create underflow signal
176 fstp %st(0) / C99 says to return y when x == y
179 faddp %st,%st(1) / x+y,x
H A Dpowf.s110 fstp %st(0) / x
111 fstp %st(0) / stack empty
123 fucomp %st(2) / y, x
128 fstp %st(0) / x
137 fstp %st(1) / y
146 fstp %st(0) / x
155 fstp %st(0) / x
198 fld %st(1) / x , y , x
208 fld %st(1) / x , y , x
209 fld %st(
[all...]
H A Dpowl.s106 fstp %st(0) / x
107 fstp %st(0) / stack empty
119 fucomp %st(2) / y, x
124 fstp %st(0) / x
133 fstp %st(1) / y
142 fstp %st(0) / x
151 fstp %st(0) / x
194 fld %st(1) / x , y , x
204 fld %st(1) / x , y , x
205 fld %st(
[all...]
H A Drndintl.s82 fld %st(0)
98 fsub %st(1),%st / x-[x],[x]
109 fstp %st(0)
119 fstp %st(1)
123 fsubp %st,%st(1) / x-0.5,[x]
125 fstp %st(1)
/illumos-gate/usr/src/lib/libast/common/tm/
H A Dtvtouch.c93 struct stat st; local
140 if (!cv && av == TV_TOUCH_RETAIN && mv == TV_TOUCH_RETAIN && !stat(path, &st) && !chmod(path, st.st_mode & S_IPERM))
159 if ((av == TV_TOUCH_RETAIN || mv == TV_TOUCH_RETAIN) && stat(path, &st))
178 ts[0].tv_sec = st.st_atime;
179 ts[0].tv_nsec = ST_ATIME_NSEC_GET(&st);
188 ts[1].tv_sec = st.st_mtime;
189 ts[1].tv_nsec = ST_MTIME_NSEC_GET(&st);
207 am[0].tv_sec = st.st_atime;
208 am[0].tv_usec = ST_ATIME_NSEC_GET(&st) / 100
[all...]
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vsincos.S143 st %i1,[%fp+xsave] ! save arguments
144 st %i3,[%fp+ssave]
145 st %i5,[%fp+csave]
148 st %i0,[%fp+nsave]
149 st %i2,[%fp+sxsave]
150 st %i4,[%fp+sssave]
152 st %g0,[%fp+biguns] ! biguns = 0
210 st %f17,[%o1+4]
236 st %f27,[%o2+4]
242 st
[all...]
/illumos-gate/usr/src/cmd/format/
H A Dcheckdev.c80 register struct swaptable *st; local
94 if ((st = (swaptbl_t *)malloc(num * sizeof (swapent_t) + sizeof (int)))
99 swapent = st->swt_ent;
106 st->swt_n = num;
107 if ((num = swapctl(SC_LIST, (void *)st)) == -1) {
111 swapent = st->swt_ent;
119 return (st);
123 freeswapentries(st)
124 struct swaptable *st;
129 swapent = st
209 struct swaptable *st; local
647 struct swaptable *st; local
[all...]
/illumos-gate/usr/src/lib/libast/common/path/
H A Dpathexists.c59 struct stat st; local
97 x = stat(path, &st);
119 if (st.st_mode & (S_IRUSR|S_IRGRP|S_IROTH))
121 if (st.st_mode & (S_IWUSR|S_IWGRP|S_IWOTH))
123 if (st.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH))
125 if (!S_ISDIR(st.st_mode))
H A Dpathcheck.c56 struct stat st; local
58 if (strmatch(tool, PARANOID) && environ && (s = *environ) && *s++ == '_' && *s++ == '=' && !stat(s, &st))
65 o = st.st_ctime;
/illumos-gate/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_4.s74 st %o3, [%g1]
122 st %o3, [%g1]
129 ! aligned. So, use ld and st instructions rather than trying to copy stuff
149 st %o2, [%g1]
159 st %o2, [%g1]
160 st %o3, [%g1+4]
171 st %o2, [%g1]
172 st %o3, [%g1+4]
173 st %o4, [%g1+8]
186 st
[all...]
H A Dcerror.s48 st %i0, [%o0]
/illumos-gate/usr/src/lib/libcmd/common/
H A Dcksum.c178 pr(State_t* state, Sfio_t* op, Sfio_t* ip, char* file, int perm, struct stat* st, Sfio_t* check) argument
238 if (!st && fstat(sffileno(ip), st = &ss))
242 modex(st->st_mode & S_IPERM),
243 (st->st_uid != state->uid && ((st->st_mode & S_ISUID) || (st->st_mode & S_IRUSR) && !(st->st_mode & (S_IRGRP|S_IROTH)) || (st->st_mode & S_IXUSR) && !(st
268 struct stat st; local
[all...]
/illumos-gate/usr/src/cmd/fm/modules/sun4v/generic-mem/
H A Dgmem_mem.c144 gmem_mem_retirestat_create(fmd_hdl_t *hdl, fmd_stat_t *st, const char *serial, argument
148 (void) snprintf(st->fmds_name, sizeof (st->fmds_name), "%s%s",
150 (void) snprintf(st->fmds_desc, sizeof (st->fmds_desc),
152 st->fmds_type = FMD_TYPE_UINT64;
153 st->fmds_value.ui64 = value;
155 (void) fmd_stat_create(hdl, FMD_STAT_NOALLOC, 1, st);
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dmimetype.c51 mimetype(Mime_t* mp, Sfio_t* fp, const char* file, struct stat* st) argument
68 return magictype(mp->magic, fp, file, st);
/illumos-gate/usr/src/lib/libc/sparc/crt/
H A Dcerror64.s45 st %i0, [%o0]
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D_Q_get_rp_rd.s33 st %fsr,[%sp+ARGPUSH]
/illumos-gate/usr/src/lib/libc/sparcv9/fp/
H A D_Q_get_rp_rd.s33 st %fsr,[%sp+STACK_BIAS+ARGPUSH]
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DTest.java113 StringTokenizer st;
116 st = new StringTokenizer(tmpstr);
117 if (st.countTokens() != 0) {
118 file_contents = new String[st.countTokens()];
119 for (i = 0; st.hasMoreTokens(); i++) {
120 file_contents[i] = st.nextToken();
126 st = new StringTokenizer(tmpstr);
127 if (st.countTokens() != 0) {
128 user_allow_list = new String[st.countTokens()];
129 for (i = 0; st
[all...]
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioRawPipe.cc85 struct stat st; local
93 if (fstat(getfd(), &st) < 0)
105 if (S_ISREG(st.st_mode)) {
108 setlength(GetHeader().Bytes_to_Time(st.st_size - offset));
/illumos-gate/usr/src/cmd/mdb/sparc/v9/kmdb/
H A Dkaif_asmutil.h52 st tmp1, [cpusave + KRS_CURCRUMBIDX]; \
57 st %g0, [cpusave + KRS_CURCRUMBIDX]; \
81 st tmp2, [tmp1 + KRM_FLAG]
/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_ctl.c285 STRUCT_DECL(ct_status, st);
292 STRUCT_INIT(st, mdl);
297 if (copyin((void *)arg, STRUCT_BUF(st), STRUCT_SIZE(st)))
299 detail = STRUCT_FGET(st, ctst_detail);
302 contract_status_common(ct, VTOZONE(vp), STRUCT_BUF(st), mdl);
307 STRUCT_BUF(st), mdl);
312 if ((len <= STRUCT_FGET(st, ctst_nbytes)) &&
313 (copyout(bufp, STRUCT_FGETP(st, ctst_buffer), len) == -1)) {
318 STRUCT_FSET(st, ctst_nbyte
[all...]
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A DSyscalls.c178 struct stat * st
181 _Fstat (i, st)
183 struct stat * st;
188 while ((n = fstat(i, st)) == -1 && errno == EINTR)
216 struct stat * st
219 _Lstat (s, st)
221 struct stat * st;
226 while ((n = lstat(s, st)) == -1 && errno == EINTR)
338 struct stat * st
341 _Stat (s, st)
[all...]
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dengine.c88 states st; /* current states */ member in struct:match
243 SETUP(m->st);
254 SP("mloop", m->st, *start);
759 states st = m->st; local
770 CLEAR(st);
771 SET1(st, startst);
772 SP("fast", st, *p);
773 st = step(m->g, startst, stopst, st, NOTHIN
861 states st = m->st; local
1072 print(struct match *m, const char *caption, states st, int ch, FILE *d) argument
[all...]

Completed in 85 milliseconds

1234567891011>>