/titanic_44/usr/src/cmd/eqn/ |
H A D | fromto.c | 20 fromto(int p1, int p2, int p3) in fromto() argument 39 if (p3 > 0) { in fromto() 40 nrwid(p3, pss, p3); in fromto() 42 p3, yyval, yyval, p3); in fromto() 43 eht[yyval] += eht[p3]; in fromto() 59 if (p3 > 0) { in fromto() 62 -(h1-b1+ebase[p3]), yyval, p3, pss, p3, EFFPS(ps), in fromto() 63 yyval, p3, (h1-b1+ebase[p3])); in fromto() 69 yyval, p1, p2, p3, eht[yyval], ebase[yyval]); in fromto() 72 if (p3 > 0) ofree(p3); in fromto()
|
H A D | shift.c | 112 shift2(int p1, int p2, int p3) in shift2() argument 121 if (dbg) printf(".\tshift2 s%d <- %d %d %d\n", yyval, p1, p2, p3); in shift2() 124 eht[p3] = h3 = VERT((eht[p3] * effps) / EFFPS(ps)); in shift2() 131 b3 = ebase[p3]; in shift2() 134 h3 = eht[p3]; b3 = ebase[p3]; in shift2() 164 if (rfont[p1] == ITAL && lfont[p3] == ROM) in shift2() 165 printf(".ds %d \\|\\|\\*(%d\n", p3, p3); in shift2() 167 printf(".ds %d \\|\\*(%d\n", p3, p3); in shift2() 169 nrwid(p3, effps, p3); in shift2() 170 printf(".nr %d \\n(%d\n", treg, p3); in shift2() [all …]
|
/titanic_44/usr/src/ucbcmd/basename/ |
H A D | basename.c | 24 char *p1, *p2, *p3; in main() local 37 p3 = argv[2]; in main() 38 while (*p3) in main() 39 p3++; in main() 41 while (p3 > argv[2]) in main() 42 if (p1 <= p2 || *--p3 != *--p1) in main()
|
/titanic_44/usr/src/cmd/ipf/lib/common/ |
H A D | var.c | 85 char c, *s, *p1, *p2, *p3, *newstring, *value; local 88 p3 = NULL; 106 value = get_variable(s, &p3, line); 115 if (p3 != NULL) { 116 if (c == '{' && *p3 == '}') 117 p3++; 118 len += strlen(p3); 127 if (p3 != NULL) 128 strcat(p1, p3); 130 s = p1 + len - strlen(p3) - 1;
|
/titanic_44/usr/src/common/crypto/aes/amd64/ |
H A D | aes_amd64.s | 330 #define ff_rnd(p1, p2, p3, p4, round) /* normal forward round */ \ argument 333 mov fk_ref(round,2), p3; \ 343 xor tab_2(%rsi), p3; \ 354 xor tab_3(%rdi), p3; \ 359 xor tab_0(%rsi), p3; \ 370 xor tab_1(%rdi), p3; \ 378 mov p3, %ecx; \ 383 #define fl_rnd(p1, p2, p3, p4, round) /* last forward round */ \ argument 387 mov fk_ref(round,2), p3; \ 397 xor tab_2(%rsi), p3; \ [all …]
|
/titanic_44/usr/src/lib/libast/common/uwin/ |
H A D | exp.c | 93 vc(p3, 6.6137563214379341918E-5 ,b355,398a,f15f,792e, -13, .8AB355792EF15F) 105 #define p3 vccast(p3) macro 112 ic(p3, 6.6137563214379343612E-5, -14, 1.1566AAF25DE2C) 146 c= x - z*(p1+z*(p2+z*(p3+z*(p4+z*p5)))); 192 c= x - z*(p1+z*(p2+z*(p3+z*(p4+z*p5))));
|
/titanic_44/usr/src/lib/libinstzones/common/ |
H A D | zones_locks.c | 404 char *p1, *p2, *p3; in _z_adjust_lock_object_for_rootpath() local 409 for (p3 = p1, p2 = realRootPath; *p2 != '\0'; p2++) { in _z_adjust_lock_object_for_rootpath() 412 *p3++ = '-'; in _z_adjust_lock_object_for_rootpath() 413 *p3++ = '1'; in _z_adjust_lock_object_for_rootpath() 416 *p3++ = '-'; in _z_adjust_lock_object_for_rootpath() 417 *p3++ = '2'; in _z_adjust_lock_object_for_rootpath() 420 *p3++ = '-'; in _z_adjust_lock_object_for_rootpath() 421 *p3++ = '3'; in _z_adjust_lock_object_for_rootpath() 424 *p3++ = '-'; in _z_adjust_lock_object_for_rootpath() 425 *p3++ = '-'; in _z_adjust_lock_object_for_rootpath() [all …]
|
/titanic_44/usr/src/lib/libsqlite/src/ |
H A D | vdbeaux.c | 103 pOp->p3 = 0; in sqliteVdbeAddOp() 229 pOut->p3 = pIn->p3; in sqliteVdbeAddOpList() 230 pOut->p3type = pIn->p3 ? P3_STATIC : P3_NOTUSED; in sqliteVdbeAddOpList() 293 if( pOp->p3 && pOp->p3type==P3_DYNAMIC ){ in sqliteVdbeChangeP3() 294 sqliteFree(pOp->p3); in sqliteVdbeChangeP3() 295 pOp->p3 = 0; in sqliteVdbeChangeP3() 298 pOp->p3 = 0; in sqliteVdbeChangeP3() 301 pOp->p3 = (char*)zP3; in sqliteVdbeChangeP3() 304 sqliteSetNString(&pOp->p3, zP3, n, 0); in sqliteVdbeChangeP3() 327 if( pOp->p3==0 || pOp->p3[0]==0 ) return; in sqliteVdbeDequoteP3() [all …]
|
H A D | vdbe.h | 43 char *p3; /* Third parameter */ member 60 char *p3; /* Third parameter */ member
|
/titanic_44/usr/src/lib/libpp/common/ |
H A D | ppcontrol.c | 298 static char* p3; in ppcontrol() local 519 p1 = p2 = p3 = p4 = 0; in ppcontrol() 617 (*pp.pragma)(pp.valbuf + 1, p1, p3, p5, (pp.state & COMPILE) || (pp.mode & INIT) != 0); in ppcontrol() 1613 p3 = 0; in ppcontrol() 1621 p3 = p1; in ppcontrol() 1628 p3 = p; in ppcontrol() 1631 if (p == p3) in ppcontrol() 1634 p3 = 0; in ppcontrol() 1642 if (!p1 && p3 && (p4 - p3) == 4 && strneq(p3, "STDC", 4)) in ppcontrol() 1646 i0 = !p3 || *p3 != 'n' || *(p3 + 1) != 'o'; in ppcontrol() [all …]
|
/titanic_44/usr/src/lib/print/libprint/common/ |
H A D | ns_bsd_addr.c | 217 split_name(char *name, const char *delimiter, char **p1, char **p2, char **p3) in split_name() argument 225 if (p3 != NULL) in split_name() 226 *p3 = NULL; in split_name() 239 if (p3 == NULL) in split_name() 241 } else if ((p3 != NULL) && (*p3 == NULL)) { in split_name() 242 *p3 = tmp; in split_name()
|
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | vid_puts.c | 75 long p1, p2, p3, p4, p5, p6, p7, p8, p9; in vid_puts() local 84 p3 = (long) ISATTR(attr, WA_REVERSE); in vid_puts() 93 p1, p2, p3, p4, p5, p6, p7, p8, p9), in vid_puts() 109 p3 = (long) ISATTR(attr, WA_LOW); in vid_puts() 115 p1, p2, p3, p4, p5, p6, 0L, 0L, 0L), in vid_puts()
|
/titanic_44/usr/src/lib/libm/common/C/ |
H A D | atan.c | 110 #define p3 g[3] macro 150 return (x + ((s * z) * (p2 + z * (p3 + z))) * in atan() 167 (p2 + z * (p3 + z))) * in atan()
|
H A D | cbrt.c | 211 #define p3 C[2] macro 270 return yy.d * (u + u * (t * (p1 + t * p2 + w * p3) + in __cbrt()
|
H A D | atan2.c | 405 #define p3 C[10] macro 497 t = ah + (z + (al + (z * x) * (p1 + x * (p2 + x * (p3 + x * p4))))); in atan2()
|
/titanic_44/usr/src/lib/libm/common/LD/ |
H A D | __sincosl.c | 65 p3 = -1.984126984126984126984041302881180621922e-0004L, variable 117 t = z * (p1 + z * (p2 + z * (p3 + z * (p4 + z * (p5 + in __k_sincosl() 122 t = z * (p1 + z * (p2 + z * (p3 + z * (p4 + z * (p5 + in __k_sincosl()
|
H A D | __sinl.c | 87 p3 = -1.984126984126984126984041302881180621922e-0004L, variable 121 t = z * (p1 + z * (p2 + z * (p3 + z * (p4 + z * (p5 + z * in __k_sinl()
|
/titanic_44/usr/src/lib/libm/common/Q/ |
H A D | __sincosl.c | 63 p3 = -1.984126984126984126984041302881180621922e-0004L, variable 113 t = z * (p1 + z * (p2 + z * (p3 + z * (p4 + in __k_sincosl() 118 t = z * (p1 + z * (p2 + z * (p3 + z * (p4 + z * (p5 + in __k_sincosl()
|
H A D | atanl.c | 87 p3 = -1.428571428571428571428553606221309530901e-0001L, variable 141 return (x + (x * z) * (p1 + z * (p2 + z * (p3 + z * (p4 + in atanl() 155 y = r * (one + z * (p1 + z * (p2 + z * (p3 + in atanl()
|
H A D | __sinl.c | 85 p3 = -1.984126984126984126984041302881180621922e-0004L, variable 121 t = z * (p1 + z * (p2 + z * (p3 + z * (p4 + z * (p5 + in __k_sinl()
|
/titanic_44/usr/src/lib/libmvec/common/ |
H A D | __vatan2.c | 61 p3 = -1.42856965565428636896183013324727205980484158356e-0001, variable 422 (p2 + x0 * (p3 + x0 * p4))))); in __vatan2() 424 (p2 + x1 * (p3 + x1 * p4))))); in __vatan2() 426 (p2 + x2 * (p3 + x2 * p4))))); in __vatan2() 444 (p2 + x1 * (p3 + x1 * p4))))); in __vatan2() 450 (p2 + x0 * (p3 + x0 * p4))))); in __vatan2()
|
H A D | __vatan.c | 64 #define p3 parray[0] in __vatan() macro 289 poly = f *((p3*tmp + p2)*tmp + p1)*tmp ; in __vatan() 290 poly1 = f1*((p3*tmp1 + p2)*tmp1 + p1)*tmp1; in __vatan() 291 poly2 = f2*((p3*tmp2 + p2)*tmp2 + p1)*tmp2; in __vatan()
|
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | tparm.c | 124 tparm(string, p1, p2, p3, p4, p5, p6, p7, p8, p9) in tparm() 126 long p1, p2, p3, p4, p5, p6, p7, p8, p9; 155 parm[2] = p3;
|
/titanic_44/usr/src/lib/libmvec/common/vis/ |
H A D | __vatan.S | 49 ! #define p3 parray[0] 105 ! poly = (f*tmp)*((p3*tmp + p2)*tmp + p1); 233 fmuld %f14,%f12,%f12 !poly1 = (f1*tmp1)*((p3*tmp1 + p2)*tmp1 + p1) 261 fmuld %f22,%f24,%f22 !(p3*tmp2 + p2)*tmp2 268 faddd %f22,%f62,%f22 !(p3*tmp2 + p2)*tmp2 + p1 273 fmuld %f24,%f22,%f22 !poly2 = (f2*tmp2)*((p3*tmp2 + p2)*tmp2 + p1) 403 fmuld %f2,%f4,%f2 !(p3*tmp0 + p2)*tmp0 428 faddd %f2,%f62,%f2 !(p3*tmp0 + p2)*tmp0 + p1 432 fmuld %f4,%f2,%f2 !poly0 = (f0*tmp0)*((p3*tmp0 + p2)*tmp0 + p1) 444 fmuld %f12,%f14,%f12 !(p3*tmp1 + p2)*tmp1 [all …]
|
/titanic_44/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestEnable.java | 91 Program p3 = consumer.compile("syscall:::return"); in main() local 132 consumer.enable(p3); in main()
|