/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | dt_lex.l | 71 %s S0 S1 S2 S3 S4 106 <S0>auto return (DT_KEY_AUTO); 107 <S0>break return (DT_KEY_BREAK); 108 <S0>case return (DT_KEY_CASE); 109 <S0>char return (DT_KEY_CHAR); 110 <S0>const return (DT_KEY_CONST); 111 <S0>continue return (DT_KEY_CONTINUE); 112 <S0>counter return (DT_KEY_COUNTER); 113 <S0>default return (DT_KEY_DEFAULT); 114 <S0>do return (DT_KEY_DO); [all …]
|
/titanic_44/usr/src/cmd/fm/fminject/common/ |
H A D | inj_lex.l | 50 %s S0 SCOMMENT 58 <S0>"/*" { BEGIN(SCOMMENT); } 60 <SCOMMENT>"*/" { BEGIN(S0); } 62 <S0>evdef { return (INJ_TOK_EVDEF); } 63 <S0>fmridef { return (INJ_TOK_FMRIDEF); } 64 <S0>authdef { return (INJ_TOK_AUTHDEF); } 65 <S0>listdef { return (INJ_TOK_LISTDEF); } 67 <S0>int8_t { return (INJ_TOK_INT8); } 68 <S0>int16_t { return (INJ_TOK_INT16); } 69 <S0>int32_t { return (INJ_TOK_INT32); } [all …]
|
/titanic_44/usr/src/lib/libmvec/common/ |
H A D | __vcosf.c | 76 #define S0 C[0] macro 119 f##N = (float)(y##N + y##N * z##N * (S0 + \ 138 f##N = (float)(y##N + y##N * z##N * (S0 + z##N * (S1 + \ 211 f0 = (float)(y0 + y0 * z0 * (S0 + z0 * (S1 + z0 * S2))); in __vcosf() 212 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2))); in __vcosf() 213 f2 = (float)(y2 + y2 * z2 * (S0 + z2 * (S1 + z2 * S2))); in __vcosf() 214 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2))); in __vcosf() 220 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2))); in __vcosf() 221 f2 = (float)(y2 + y2 * z2 * (S0 + z2 * (S1 + z2 * S2))); in __vcosf() 222 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2))); in __vcosf() [all …]
|
H A D | __vsinf.c | 76 #define S0 C[0] macro 123 f##N = (float)(y##N + y##N * z##N * (S0 + \ 142 f##N = (float)(y##N + y##N * z##N * (S0 + z##N * (S1 + \ 215 f0 = (float)(y0 + y0 * z0 * (S0 + z0 * (S1 + z0 * S2))); in __vsinf() 216 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2))); in __vsinf() 217 f2 = (float)(y2 + y2 * z2 * (S0 + z2 * (S1 + z2 * S2))); in __vsinf() 218 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2))); in __vsinf() 224 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2))); in __vsinf() 225 f2 = (float)(y2 + y2 * z2 * (S0 + z2 * (S1 + z2 * S2))); in __vsinf() 226 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2))); in __vsinf() [all …]
|
H A D | __vsincosf.c | 76 #define S0 C[0] macro 120 f##N = (float)(y##N + y##N * z##N * (S0 + z##N * \ 146 f##N = (float)(y##N + y##N * z##N * (S0 + z##N * (S1 + z##N * S2)));\ 230 f0 = (float)(y0 + y0 * z0 * (S0 + z0 * (S1 + z0 * S2))); in __vsincosf() 231 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2))); in __vsincosf() 232 f2 = (float)(y2 + y2 * z2 * (S0 + z2 * (S1 + z2 * S2))); in __vsincosf() 233 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2))); in __vsincosf()
|
/titanic_44/usr/src/lib/libm/common/R/ |
H A D | sincosf.c | 81 #define S0 C[0] macro 120 *s = (float)((y * (S0 + z * S1)) * in sincosf() 129 *c = (float)-((y * (S0 + z * S1)) * in sincosf() 136 *c = (float)((y * (S0 + z * S1)) * in sincosf() 173 f = (float)((y * (S0 + z * S1)) * (S2 + z * (S3 + z))); in sincosf()
|
H A D | cosf.c | 59 #define S0 C[0] macro 101 return ((float)-((y * (S0 + z * S1)) * in cosf() 106 return ((float)((y * (S0 + z * S1)) * in cosf() 144 f = (float)((y * (S0 + z * S1)) * (S2 + z * (S3 + z))); in cosf()
|
H A D | __sinf.c | 63 #define S0 q[0] macro 81 ft = (float) ((x * (S0 + z * S1)) * (S2 + z * (S3 + z))); in __k_sinf()
|
H A D | sinf.c | 59 #define S0 C[0] macro 96 return ((float)((y * (S0 + z * S1)) * in sinf() 147 f = (float)((y * (S0 + z * S1)) * (S2 + z * (S3 + z))); in sinf()
|
H A D | __sincosf.c | 76 #define S0 q[0] macro 99 *s = (float) ((x * (S0 + z * S1)) * (S2 + z * (S3 + z))); in __k_sincosf()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | finger.c | 1017 S0, /* start */ enumerator 1028 {S0, S4, S3, S1, S1, S0, S1, S2, S4, S0}, /* S0 */ 1075 gecos_state_t kstate = S0; in matchcmp() 1076 gecos_state_t kstate_next = S0; in matchcmp() 1089 case S0: in matchcmp()
|
/titanic_44/usr/src/cmd/initpkg/init.d/ |
H A D | README | 34 executing each script in one of the /etc/rc[S0-6] directories, the 35 /sbin/rc[S0-6] script passes a single argument. It passes the argument
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | main.c | 506 S0: in slurpstring() 514 sb++; goto S0; in slurpstring()
|
/titanic_44/usr/src/uts/sun4u/sys/ |
H A D | envctrl_ue450.h | 55 #define S0 &unitp->bus_ctl_regs->s0 macro
|
H A D | envctrl.h | 58 #define S0 &unitp->bus_ctl_regs->s0 macro
|
/titanic_44/usr/src/lib/libmvec/common/vis/ |
H A D | __vsincosf.S | 53 #define S0 0x0 macro 137 ! f40 S0 172 ldd [%g1+S0],%f40 ! load constants
|
H A D | __vsinf.S | 53 #define S0 0x0 macro 136 ! f40 S0 166 ldd [%g1+S0],%f40 ! load constants
|
H A D | __vcosf.S | 53 #define S0 0x0 macro 136 ! f40 S0 166 ldd [%g1+S0],%f40 ! load constants
|
/titanic_44/usr/src/cmd/sendmail/cf/m4/ |
H A D | proto.m4 | 798 dnl This is flagged as an error in S0; no need to silently fix it here.
|
/titanic_44/usr/src/data/hwdata/ |
H A D | pci.ids | 58 # Wrong ID used in subsystem ID of the TELES.S0/PCI 2.x ISDN adapter 13599 110a 0021 Fujitsu Siemens ISDN S0 16343 0004 PCI-S0 16344 0005 PCI-FUT-S0 16609 b700 ISDN network controller PrimuX S0 [HFC-PCI] 31459 450e PCI4S0EC 4-port ISDN S0 interface 31460 dead Sirrix.PCI4S0 4-port ISDN S0 interface 31630 00a7 0001 TELES.S0/PCI 2.x ISDN Adapter
|
/titanic_44/usr/src/cmd/terminfo/ |
H A D | termcap.src | 4225 # S0 (str) Switch charset 'G0' to the specified charset. 4248 :S0=\E(%p1%c:tc=ecma+color: 19818 # * add S0, E0 extensions to screen's entry -TD
|
H A D | terminfo.src | 4839 # S0 (str) Switch charset 'G0' to the specified charset. 4867 S0=\E(%p1%c, use=ecma+color, 22034 # * add S0, E0 extensions to screen's entry -TD
|