Searched refs:Sfulong_t (Results 1 - 25 of 29) sorted by relevance

12

/osnet-11/usr/src/lib/libast/common/sfio/
H A D_sfulen.c27 int sfulen(reg Sfulong_t v)
30 reg Sfulong_t v;
H A Dsfputm.c27 int sfputm(Sfio_t* f, Sfulong_t u, Sfulong_t m)
31 Sfulong_t u;
32 Sfulong_t m;
H A Dsfgetm.c30 Sfulong_t sfgetm(Sfio_t* f, Sfulong_t m)
32 Sfulong_t sfgetm(f, m)
34 Sfulong_t m;
37 Sfulong_t v;
42 SFMTXENTER(f, (Sfulong_t)(-1));
45 SFMTXRETURN(f, (Sfulong_t)(-1));
52 v = (Sfulong_t)(-1);
H A Dsfgetu.c30 Sfulong_t sfgetu(Sfio_t* f)
32 Sfulong_t sfgetu(f)
36 Sfulong_t v;
41 SFMTXENTER(f, (Sfulong_t)(-1));
44 SFMTXRETURN(f, (Sfulong_t)(-1));
51 v = (Sfulong_t)(-1);
H A D_sfgetu.c34 Sfulong_t _sfgetu(reg Sfio_t* f)
36 Sfulong_t _sfgetu(f)
H A Dsfputu.c27 int sfputu(reg Sfio_t* f, Sfulong_t u)
31 reg Sfulong_t u;
H A Dsfllen.c37 v = (Sfulong_t)v >> SF_SBITS;
H A D_sfputm.c30 int _sfputm(Sfio_t* f, Sfulong_t v, Sfulong_t m)
34 Sfulong_t v; /* the unsigned value to be written */
35 Sfulong_t m; /* the max value of the range */
38 #define N_ARRAY (2*sizeof(Sfulong_t))
H A D_sfputu.c30 int _sfputu(Sfio_t* f, Sfulong_t v)
34 Sfulong_t v; /* the unsigned value to be written */
37 #define N_ARRAY (2*sizeof(Sfulong_t))
H A D_sfputl.c55 v = (Sfulong_t)v >> SF_SBITS;
59 v = (Sfulong_t)v >> SF_UBITS;
H A Dsfgetl.c56 v = ((Sfulong_t)v << SF_UBITS) | SFUVALUE(c);
59 v = ((Sfulong_t)v << SF_SBITS) | SFSVALUE(c);
H A Dsfvprintf.c34 #define HIGHBITL (~((~((Sfulong_t)0)) >> 1))
905 lv = (Sflong_t)((Sfulong_t)argv.vp);
978 ((Sfulong_t)lv)*base];
984 sfucvt(lv,sp,nv,ssp,Sflong_t,Sfulong_t);
989 } while((lv = ((Sfulong_t)lv) >> n) );
993 { *--sp = ssp[((Sfulong_t)lv)%base];
994 } while((lv = ((Sfulong_t)lv)/base) );
/osnet-11/usr/src/lib/libast/common/string/
H A Dfmtclock.c32 fmtclock(register Sfulong_t t)
51 if (t == ((Sfulong_t)~0))
H A Dfmtscale.c35 fmtscale(register Sfulong_t n, int k)
37 register Sfulong_t m;
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dsfio.h44 #define Sfulong_t uintmax_t macro
282 extern int sfulen _ARG_((Sfulong_t));
286 extern int sfputu _ARG_((Sfio_t*, Sfulong_t));
287 extern int sfputm _ARG_((Sfio_t*, Sfulong_t, Sfulong_t));
292 extern Sfulong_t sfgetu _ARG_((Sfio_t*));
293 extern Sfulong_t sfgetm _ARG_((Sfio_t*, Sfulong_t));
298 extern int _sfputu _ARG_((Sfio_t*, Sfulong_t));
299 extern int _sfputm _ARG_((Sfio_t*, Sfulong_t, Sfulong_
[all...]
H A Dast.h285 extern __MANGLE__ char* fmtclock __PROTO__((Sfulong_t));
302 extern __MANGLE__ char* fmtscale __PROTO__((Sfulong_t, int));
/osnet-11/usr/src/lib/libast/common/include/
H A Dsfio.h44 #define Sfulong_t uintmax_t macro
282 extern int sfulen _ARG_((Sfulong_t));
286 extern int sfputu _ARG_((Sfio_t*, Sfulong_t));
287 extern int sfputm _ARG_((Sfio_t*, Sfulong_t, Sfulong_t));
292 extern Sfulong_t sfgetu _ARG_((Sfio_t*));
293 extern Sfulong_t sfgetm _ARG_((Sfio_t*, Sfulong_t));
298 extern int _sfputu _ARG_((Sfio_t*, Sfulong_t));
299 extern int _sfputm _ARG_((Sfio_t*, Sfulong_t, Sfulong_
[all...]
H A Dast.h267 extern char* fmtclock(Sfulong_t);
284 extern char* fmtscale(Sfulong_t, int);
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dsfio.h44 #define Sfulong_t uintmax_t macro
282 extern int sfulen _ARG_((Sfulong_t));
286 extern int sfputu _ARG_((Sfio_t*, Sfulong_t));
287 extern int sfputm _ARG_((Sfio_t*, Sfulong_t, Sfulong_t));
292 extern Sfulong_t sfgetu _ARG_((Sfio_t*));
293 extern Sfulong_t sfgetm _ARG_((Sfio_t*, Sfulong_t));
298 extern int _sfputu _ARG_((Sfio_t*, Sfulong_t));
299 extern int _sfputm _ARG_((Sfio_t*, Sfulong_t, Sfulong_
[all...]
H A Dast.h285 extern __MANGLE__ char* fmtclock __PROTO__((Sfulong_t));
302 extern __MANGLE__ char* fmtscale __PROTO__((Sfulong_t, int));
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dsfio.h44 #define Sfulong_t uintmax_t macro
282 extern int sfulen _ARG_((Sfulong_t));
286 extern int sfputu _ARG_((Sfio_t*, Sfulong_t));
287 extern int sfputm _ARG_((Sfio_t*, Sfulong_t, Sfulong_t));
292 extern Sfulong_t sfgetu _ARG_((Sfio_t*));
293 extern Sfulong_t sfgetm _ARG_((Sfio_t*, Sfulong_t));
298 extern int _sfputu _ARG_((Sfio_t*, Sfulong_t));
299 extern int _sfputm _ARG_((Sfio_t*, Sfulong_t, Sfulong_
[all...]
H A Dast.h285 extern __MANGLE__ char* fmtclock __PROTO__((Sfulong_t));
302 extern __MANGLE__ char* fmtscale __PROTO__((Sfulong_t, int));
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dsfio.h44 #define Sfulong_t uintmax_t macro
282 extern int sfulen _ARG_((Sfulong_t));
286 extern int sfputu _ARG_((Sfio_t*, Sfulong_t));
287 extern int sfputm _ARG_((Sfio_t*, Sfulong_t, Sfulong_t));
292 extern Sfulong_t sfgetu _ARG_((Sfio_t*));
293 extern Sfulong_t sfgetm _ARG_((Sfio_t*, Sfulong_t));
298 extern int _sfputu _ARG_((Sfio_t*, Sfulong_t));
299 extern int _sfputm _ARG_((Sfio_t*, Sfulong_t, Sfulong_
[all...]
H A Dast.h285 extern __MANGLE__ char* fmtclock __PROTO__((Sfulong_t));
302 extern __MANGLE__ char* fmtscale __PROTO__((Sfulong_t, int));
/osnet-11/usr/src/lib/libcmd/common/
H A Dgrep.c131 Sfulong_t hits; /* labeled pattern matches */
132 Sfulong_t total; /* total hits */
166 Sfulong_t hits; /* total matched pattern count */
362 Sfulong_t hits = 0;

Completed in 164 milliseconds

12