/titanic_50/usr/src/lib/libast/common/sfio/ |
H A D | sfgetm.c | 30 Sfulong_t sfgetm(Sfio_t* f, Sfulong_t m) in sfgetm() 32 Sfulong_t sfgetm(f, m) in sfgetm() 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 D | sfgetu.c | 30 Sfulong_t sfgetu(Sfio_t* f) in sfgetu() 32 Sfulong_t sfgetu(f) in sfgetu() 36 Sfulong_t v; 41 SFMTXENTER(f, (Sfulong_t)(-1)); 44 SFMTXRETURN(f, (Sfulong_t)(-1)); 51 v = (Sfulong_t)(-1);
|
H A D | sfputm.c | 27 int sfputm(Sfio_t* f, Sfulong_t u, Sfulong_t m) in sfputm() 31 Sfulong_t u; 32 Sfulong_t m;
|
H A D | _sfputm.c | 30 int _sfputm(Sfio_t* f, Sfulong_t v, Sfulong_t m) in _sfputm() 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.c | 30 int _sfputu(Sfio_t* f, Sfulong_t v) in _sfputu() 34 Sfulong_t v; /* the unsigned value to be written */ 37 #define N_ARRAY (2*sizeof(Sfulong_t))
|
H A D | _sfulen.c | 27 int sfulen(reg Sfulong_t v) in sfulen() 30 reg Sfulong_t v; in sfulen()
|
H A D | sfputu.c | 27 int sfputu(reg Sfio_t* f, Sfulong_t u) in sfputu() 31 reg Sfulong_t u;
|
H A D | _sfgetu.c | 34 Sfulong_t _sfgetu(reg Sfio_t* f) in _sfgetu() 36 Sfulong_t _sfgetu(f) in _sfgetu()
|
H A D | sfgetl.c | 56 v = ((Sfulong_t)v << SF_UBITS) | SFUVALUE(c); 59 v = ((Sfulong_t)v << SF_SBITS) | SFSVALUE(c);
|
H A D | _sfputl.c | 55 v = (Sfulong_t)v >> SF_SBITS; 59 v = (Sfulong_t)v >> SF_UBITS;
|
H A D | sfllen.c | 37 v = (Sfulong_t)v >> SF_SBITS;
|
H A D | sfvprintf.c | 34 #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) );
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | sfio.h | 44 #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_t)); 306 extern int _sfulen _ARG_((Sfulong_t)); 342 #define __sf_putu(f,v) (_sfputu(_SF_(f),(Sfulong_t)(v))) [all …]
|
H A D | ast.h | 272 extern __MANGLE__ char* fmtclock __PROTO__((Sfulong_t)); 288 extern __MANGLE__ char* fmtscale __PROTO__((Sfulong_t, int));
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | sfio.h | 44 #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_t)); 306 extern int _sfulen _ARG_((Sfulong_t)); 342 #define __sf_putu(f,v) (_sfputu(_SF_(f),(Sfulong_t)(v))) [all …]
|
H A D | ast.h | 272 extern __MANGLE__ char* fmtclock __PROTO__((Sfulong_t)); 288 extern __MANGLE__ char* fmtscale __PROTO__((Sfulong_t, int));
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | sfio.h | 44 #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_t)); 306 extern int _sfulen _ARG_((Sfulong_t)); 342 #define __sf_putu(f,v) (_sfputu(_SF_(f),(Sfulong_t)(v))) [all …]
|
H A D | ast.h | 272 extern __MANGLE__ char* fmtclock __PROTO__((Sfulong_t)); 288 extern __MANGLE__ char* fmtscale __PROTO__((Sfulong_t, int));
|
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | sfio.h | 44 #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_t)); 306 extern int _sfulen _ARG_((Sfulong_t)); 342 #define __sf_putu(f,v) (_sfputu(_SF_(f),(Sfulong_t)(v))) [all …]
|
H A D | ast.h | 254 extern char* fmtclock(Sfulong_t); 270 extern char* fmtscale(Sfulong_t, int);
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | sfio.h | 44 #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_t)); 306 extern int _sfulen _ARG_((Sfulong_t)); 342 #define __sf_putu(f,v) (_sfputu(_SF_(f),(Sfulong_t)(v))) [all …]
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | streval.c | 135 static Sfdouble_t U2F(Sfulong_t u) in U2F() 312 num = U2F((Sfulong_t)(sp[-1]) % (Sfulong_t)(num)); in arith_exec() 322 else if((Sfulong_t)(num)==0) in arith_exec() 325 num = U2F((Sfulong_t)(sp[-1]) / (Sfulong_t)(num)); in arith_exec() 331 num = U2F((Sfulong_t)(sp[-1]) << (long)(num)); in arith_exec() 337 num = U2F((Sfulong_t)(sp[-1]) >> (long)(num)); in arith_exec() 343 num = U2F((Sfulong_t)(sp[-1]) ^ (Sfulong_t)(num)); in arith_exec() 349 num = U2F((Sfulong_t)(sp[-1]) | (Sfulong_t)(num)); in arith_exec() 355 num = U2F((Sfulong_t)(sp[-1]) & (Sfulong_t)(num)); in arith_exec()
|
/titanic_50/usr/src/lib/libast/common/string/ |
H A D | fmtclock.c | 32 fmtclock(register Sfulong_t t) in fmtclock() 51 if (t == ((Sfulong_t)~0)) in fmtclock()
|
H A D | fmtscale.c | 35 fmtscale(register Sfulong_t n, int k) in fmtscale() 37 register Sfulong_t m; in fmtscale()
|
/titanic_50/usr/src/lib/libcmd/common/ |
H A D | grep.c | 126 Sfulong_t hits; /* labeled pattern matches */ 127 Sfulong_t total; /* total hits */ 159 Sfulong_t hits; /* total matched pattern count */ 355 Sfulong_t hits = 0; in execute()
|