/titanic_44/usr/src/lib/libast/common/features/ |
H A D | align.c | 39 char* u2; member 77 u.u2 = u.u4; in main() 78 v.u2 = u.u2 + 1; in main() 80 v.u2 = u.u2 + 2; in main() 87 u.u2 = u.u4 + j; in main() 91 v.u2 = u.u2 + i; in main() 101 u.u2 = u.u4 + k; in main() 104 v.u2 = u.u2 + i; in main() 110 v.u2 = u.u2 + i; in main()
|
/titanic_44/usr/src/lib/libast/common/uwin/ |
H A D | log.c | 382 double F, f, g, q, u, u2, v, zero = 0.0, one = 1.0; local 432 u2 = (2.0*(f - F*u1) - u1*f) * g; 440 u2 = (u2 + logF_tail[j]) + q; /* tiny */ 441 u2 += logF_tail[N]*m; 442 return (u1 + u2); 459 double F, f, g, q, u, v, u2, one = 1.0; local 484 u2 = (2.0*(f - F*u1) - u1*f) * g; 488 u2 += logF_tail[j]; u2 += q; 489 u2 += logF_tail[N]*m; 490 r.a = u1 + u2; /* Only difference is here */ [all …]
|
/titanic_44/usr/src/lib/libbc/libc/gen/common/ |
H A D | _Qfutility.c | 44 unsigned u,u0,u1,u2,u3,m,n,k; local 47 u2 = pu->significand[2]; 50 if ((u0|u1|u2|u3)==0) { 55 u0 = u1; u1=u2; u2=u3; u3=0; 64 u3 = ((u2&m)<<k)|(u3>>n); 65 u2 = ((u1&m)<<k)|(u2>>n); 75 u1 = (u1<<n)|((u2&m)>>k); 76 u2 = (u2<<n)|((u3&m)>>k); 81 pu->significand[2] = u2; 94 unsigned m,k,j,u0,u1,u2,u3; local [all …]
|
/titanic_44/usr/src/uts/sparc/fpu/ |
H A D | utility.c | 78 uint_t U, u0, u1, u2, u3, m, n, k; in fpu_normalize() local 81 u2 = pu->significand[2]; in fpu_normalize() 84 if ((u0|u1|u2|u3) == 0) { in fpu_normalize() 89 u0 = u1; u1 = u2; u2 = u3; u3 = 0; in fpu_normalize() 101 u3 = ((u2&m)<<k)|(u3>>n); in fpu_normalize() 102 u2 = ((u1&m)<<k)|(u2>>n); in fpu_normalize() 115 u1 = (u1<<n)|((u2&m)>>k); in fpu_normalize() 116 u2 = (u2<<n)|((u3&m)>>k); in fpu_normalize() 121 pu->significand[2] = u2; in fpu_normalize() 132 uint_t m, k, j, u0, u1, u2, u3; in fpu_rightshift() local [all …]
|
/titanic_44/usr/src/lib/libshell/common/scripts/ |
H A D | crawlsrccomments.sh | 54 print -u2 "${progname}: $*" 60 print -u2 "$*" 663 …[[ "$h" != ~(Eil)HTTP/.* ]] && { print -u2 -f $"%s: HTTP/ header missing\n" "$0" ; return … 664 …[[ "$statuscode" != ~(Elr)[0-9]* ]] && { print -u2 -f $"%s: invalid status code\n" "$0" ; return … 741 [[ "${protocol}" != "" ]] || { print -u2 -f "%s: protocol not set.\n" "$0" ; return 1 ; } 742 [[ "${port}" != "" ]] || { print -u2 -f "%s: port not set.\n" "$0" ; return 1 ; } 743 [[ "${host}" != "" ]] || { print -u2 -f "%s: host not set.\n" "$0" ; return 1 ; } 744 [[ "${path}" != "" ]] || { print -u2 -f "%s: path not set.\n" "$0" ; return 1 ; } 776 wait || { print -u2 -f "%s: openssl failed.\n" ; exit 1 ; } 781 (( $? != 0 )) && { print -u2 -f "%s: Could not open %s\n" "$0" "${1}" ; return 1 ; } [all …]
|
H A D | shtinyurl.sh | 47 print -u2 "${progname}: $*" 59 …[[ "$h" != ~(Eil)HTTP/.* ]] && { print -u2 -f $"%s: HTTP/ header missing\n" "$0" ; return … 60 …[[ "$statuscode" != ~(Elr)[0-9]* ]] && { print -u2 -f $"%s: invalid status code\n" "$0" ; return … 127 …(( $? != 0 )) && { print -u2 -f $"%s: Could not open connection to %s.\n" "$0" "${url_host}" ; re… 145 …print -u2 -f $"tinyurl response was (%s,%s):\n%s\n" "${httpresponse.statuscode}" "${httpresponse.s… 173 …(( $? != 0 )) && { print -u2 -f $"%s: Could not open connection to %s.\n" "$0" "${url_host}" ; re… 192 …print -u2 -f $"tr.im response was (%s,%s):\n%s\n" "${httpresponse.statuscode}" "${httpresponse.sta…
|
H A D | shnote.sh | 47 print -u2 "${progname}: $*" 91 …[[ "$h" != ~(Eil)HTTP/.* ]] && { print -u2 -f $"%s: HTTP/ header missing\n" "$0" ; return … 92 …[[ "$statuscode" != ~(Elr)[0-9]* ]] && { print -u2 -f $"%s: invalid status code\n" "$0" ; return … 184 (( $? != 0 )) && { print -u2 "Could not open history file." ; return 1 ; } 255 …(( $? != 0 )) && { print -u2 -f $"%s: Could not open connection to %s.\n" "$0" "${url_host}" ; re… 315 print -u2 -f "# Record name is '%s'\n" "${recordname}" 324 …(( $? != 0 )) && { print -u2 -f $"%s: Could not open connection to %s.\n" "$0" "${url_host}" ; ret…
|
H A D | simplefiletree1.sh | 103 print -u2 -f "%s: Missing <path> argument." "$0" 107 print -u2 "# reading file names" 112 print -u2 "# building tree..." 123 print -u2 -f "# time used: %f\n" $((bench.stop - bench.start))
|
/titanic_44/usr/src/cmd/dtrace/test/tst/common/usdt/ |
H A D | tst.eliminate.ksh | 51 print -u2 "failed to generate header file" 76 print -u2 "failed to compile test.c" 81 print -u2 "failed to create DOF" 86 print -u2 "failed to link final executable" 92 print -u2 "no temporary symbols in the object file" 98 print -u2 "failed to eliminate temporary symbols"
|
H A D | tst.onlyenabled.ksh | 46 print -u2 "failed to generate header file" 66 print -u2 "failed to compile test.c" 71 print -u2 "failed to create DOF" 76 print -u2 "failed to link final executable"
|
H A D | tst.badguess.ksh | 46 print -u2 "failed to generate header file" 65 print -u2 "failed to compile test.c 64-bit" 70 print -u2 "failed to compile test.c 32-bit" 76 print -u2 "DOF generation failed to generate a warning"
|
H A D | tst.header.ksh | 49 print -u2 "failed to generate header file" 69 print -u2 "failed to compile test.c" 74 print -u2 "failed to create DOF" 79 print -u2 "failed to link final executable"
|
H A D | tst.enabled.ksh | 46 print -u2 "failed to generate header file" 65 print -u2 "failed to compile test.c" 70 print -u2 "failed to create DOF" 75 print -u2 "failed to link final executable"
|
H A D | tst.guess32.ksh | 46 print -u2 "failed to generate header file" 65 print -u2 "failed to compile test.c" 70 print -u2 "failed to create DOF" 75 print -u2 "failed to link final executable"
|
H A D | tst.user.ksh | 47 print -u2 "failed to generate header file" 66 print -u2 "failed to compile test.c" 71 print -u2 "failed to create DOF" 76 print -u2 "failed to link final executable"
|
H A D | tst.enabled2.ksh | 52 print -u2 "failed to generate header file" 81 print -u2 "failed to compile test.c" 86 print -u2 "failed to create DOF" 92 print -u2 "failed to link final executable"
|
H A D | tst.fork.ksh | 47 print -u2 "failed to generate header file" 75 print -u2 "failed to compile test.c" 80 print -u2 "failed to create DOF" 85 print -u2 "failed to link final executable"
|
H A D | tst.guess64.ksh | 46 print -u2 "failed to generate header file" 65 print -u2 "failed to compile test.c" 70 print -u2 "failed to create DOF" 75 print -u2 "failed to link final executable"
|
H A D | tst.multiple.ksh | 47 print -u2 "failed to generate header file" 69 print -u2 "failed to compile test.c" 74 print -u2 "failed to create DOF" 79 print -u2 "failed to link final executable"
|
H A D | tst.multiprov.ksh | 70 print -u2 "failed to compile $oogle.c" 77 print -u2 "failed to process $oogle.d" 93 print -u2 "failed to compile test.c" 100 print -u2 "failed to execute test"
|
H A D | tst.static2.ksh | 71 print -u2 "failed to compile test.c" 76 print -u2 "failed to create initial DOF" 82 print -u2 "failed to create final DOF" 87 print -u2 "failed to link final executable"
|
/titanic_44/usr/src/lib/libmp/common/ |
H A D | gcd.c | 49 MINT u2, u3; in mp_invert() local 67 x0_prime.len = u2.len = u3.len = 0; in mp_invert() 84 mp_msub(&u2, &t, &t); in mp_invert() 85 _mp_move(&v2, &u2); in mp_invert() 89 _mp_move(&u2, c); in mp_invert() 96 _mp_xfree(&u2); in mp_invert()
|
/titanic_44/usr/src/lib/libshell/common/tests/ |
H A D | sun_solaris_cr_6769332_substitutions_terminate_shell_after_257_iterations.sh | 81 print -u2 -n "\t" 82 print -u2 -r ${Command}[$1]: "${@:2}" 104 x=\$(f1 "\$h" "\$l" "\$g" d e "\$l") || print -u2 "\$g/\$h: fail" 114 f1 "\$g" "\$l" "\$g" d e "\$l" || print -u2 "\$g: fail0"
|
/titanic_44/usr/src/uts/common/io/usb/usba/ |
H A D | usba_devdb.c | 412 usba_configrec_t *u1, *u2; in usba_devdb_compare() local 416 u2 = ((usba_devdb_info_t *)p2)->usb_dev; in usba_devdb_compare() 420 p1, (void *)u1, p2, (void *)u2); in usba_devdb_compare() 423 if (u1->idVendor < u2->idVendor) { in usba_devdb_compare() 426 } else if (u1->idVendor > u2->idVendor) { in usba_devdb_compare() 431 if (u1->idProduct < u2->idProduct) { in usba_devdb_compare() 434 } else if (u1->idProduct > u2->idProduct) { in usba_devdb_compare() 439 if (u1->serialno && u2->serialno) { in usba_devdb_compare() 440 rval = strcmp(u1->serialno, u2->serialno); in usba_devdb_compare() 451 u1->pathname, u2->pathname)); in usba_devdb_compare() [all …]
|
/titanic_44/usr/src/cmd/dtrace/test/tst/common/ip/ |
H A D | tst.ipv6remoteicmp.ksh | 42 print -u2 "expected one argument: <dtrace-path>" 50 print -u2 "could not find or execute sub program: $getaddr" 56 print -u2 "host. Aborting test.\n" 58 print -u2 "must respond with a\nremote IPv6 host."
|