Home
last modified time | relevance | path

Searched refs:u2 (Results 1 – 25 of 248) sorted by relevance

12345678910

/illumos-gate/usr/src/boot/forth/
H A Dmenusets.4th52 ( u1 -- u1 c-addr2 u2 )
55 ( u1 -- u1 c-addr2 u2 )
57 evaluate ( u1 c-addr2 u2 -- u1 )
58 s" cmdbuf" getenv ( u1 -- u1 c-addr2 u2 )
60 ( u1 c-addr2 u2 -- c-addr2 u2 c-addr1 u1 )
63 ( c-addr2 u2 c-addr1 u1 -- c-addr2 u2 -1 )
65 drop ( c-addr2 u2 -1 -- c-addr2 u2 )
66 2drop ( c-addr2 u2 -- )
68 ( c-addr2 u2 c-addr1 u1 -- c-addr2 u2 c-addr1 u1 )
69 \ SET -- execute cmdbuf (c-addr2/u2) to inherit value
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dalign.c39 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()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Dlog.c382 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 …]
/illumos-gate/usr/src/uts/sparc/fpu/
H A Dutility.c78 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 …]
/illumos-gate/usr/src/test/elf-tests/tests/groups/no-relobj-group-merge/
H A Dno-relobj-group-merge.sh31 print -u2 "Failed to create temporary directory: $tmpdir"
41 print -u2 "Couldn't assemble ${TESTDIR}/sections.s (obj1)"
47 print -u2 "Couldn't assemble ${TESTDIR}/sections.s (obj2)"
53 print -u2 "Couldn't link ${TESTDIR}/test-obj.o"
80 print -u2 "Couldn't find ungrouped .test_data_conflict"
85 print -u2 "FAIL: group1 and group2 contain the same section";
93 print -u2 "FAIL: the .test_data_conflict section in group1 has the wrong content"
101 print -u2 "FAIL: the .test_data_conflict section in group2 has the wrong content"
110 print -u2 "FAIL: the ungrouped .test_data_conflict has the wrong content"
/illumos-gate/usr/src/test/elf-tests/tests/groups/strip-groups/
H A Dstrip-one-section.sh31 print -u2 "Failed to create temporary directory: $tmpdir"
41 print -u2 "Couldn't assemble ${TESTDIR}/strip-one-section.s (obj1)"
47 print -u2 "Couldn't link ${TESTDIR}/strip-one"
52 print -u2 ".debug_stuff section not stripped"
58 print -u2 ".test section remains"
66 print -u2 "Couldn't link ${TESTDIR}/strip-one.o"
72 print -u2 "No group section made it to the output object"
H A Dstrip-two-sections.sh31 print -u2 "Failed to create temporary directory: $tmpdir"
41 print -u2 "Couldn't assemble ${TESTDIR}/strip-two-sections.s (obj1)"
47 print -u2 "Couldn't link ${TESTDIR}/strip-two"
52 print -u2 ".debug_stuff section not stripped"
58 print -u2 ".test section remains"
66 print -u2 "Couldn't link ${TESTDIR}/strip-two.o"
72 print -u2 "No group section made it to the output object"
H A Dstrip-all-sections.sh29 print -u2 "Failed to create temporary directory: $tmpdir"
39 print -u2 "Couldn't assemble ${TESTDIR}/strip-all-section.s (obj1)"
45 print -u2 "Couldn't link ${TESTDIR}/strip-all"
52 print -u2 ".debug sections not stripped"
60 print -u2 "Couldn't link ${TESTDIR}/strip-all.o"
65 print -u2 "A group section survived despite all members getting stripped"
/illumos-gate/usr/src/test/elf-tests/tests/resolution/mixed-hidden-comdat/
H A Dmixed-hidden-comdat.sh29 print -u2 "Failed to create temporary directory: $tmpdir"
35 print -u2 "FAIL: Failed to link"
46 print -u2 "FAIL: libtest.so COMDAT symbols not reduced to local"
57 print -u2 "FAIL: libothertest.so COMDAT symbols not reduced to local"
63 print -u2 "FAIL: unreferenced symbols survive into output object"
69 print -u2 "FAIL: Failed to execute ./test"
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.eliminate.ksh51 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 Dtst.onlyenabled.ksh46 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 Dtst.badguess.ksh46 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 Dtst.header.ksh49 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 Dtst.enabled.ksh46 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 Dtst.guess32.ksh46 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"
/illumos-gate/usr/src/test/elf-tests/tests/relocs/amd64/gotpcrelx/
H A Drex_gotpcrelx.sh29 print -u2 "Failed to create temporary directory: $tmpdir"
39 print -u2 "Couldn't assemble ${TESTDIR}/rex_gotpcrel.s with relocation relaxation"
52 print -u2 "Assembled ${TESTDIR}/gotpcrel.s did not result in relaxed relocation"
58 print -u2 "Couldn't link ${TESTDIR}/rex_gotpcrel.s"
64 print -u2 "${TESTDIR}/rex_gotpcrel.s ran incorrectly"
H A Dgotpcrelx.sh29 print -u2 "Failed to create temporary directory: $tmpdir"
39 print -u2 "Couldn't assemble ${TESTDIR}/gotpcrel.s with relocation relaxation"
52 print -u2 "Assembled ${TESTDIR}/gotpcrel.s did not result in relaxed relocation"
58 print -u2 "Couldn't link ${TESTDIR}/gotpcrel.s"
64 print -u2 "${TESTDIR}/gotpcrel.s ran incorrectly"
/illumos-gate/usr/src/test/elf-tests/tests/relocs/i386/got32x/
H A Dgot32x.sh29 print -u2 "Failed to create temporary directory: $tmpdir"
39 print -u2 "Couldn't assemble ${TESTDIR}/got32x.s with relocation relaxation"
52 print -u2 "Assembled ${TESTDIR}/got32x.s did not result in relaxed relocation"
58 print -u2 "Couldn't link ${TESTDIR}/got32x.s"
64 print -u2 "${TESTDIR}/got32x.s ran incorrectly"
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A Dmsgadmin.sh79 [[ -f $1 ]] || { print -u2 $"$command: INIT.msg: not found"; exit 1; }
108 [[ $INSTALLROOT ]] || { print -u2 $"$command: INSTALLROOT not defined"; exit 1; }
114 [[ -d $dir ]] || { print -u2 $"$command: $dir: not found"; exit 1; }
123 then print -u2 "$command: $locale: no message files"
137 then print -u2 $locale $name:
167 then print -u2 "$file: [$n] missing"
168 else print -u2 "$file: [$n-$(($num-1))] missing"
/illumos-gate/usr/src/lib/libmp/common/
H A Dgcd.c49 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()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_devdb.c413 usba_configrec_t *u1, *u2; in usba_devdb_compare() local
417 u2 = ((usba_devdb_info_t *)p2)->usb_dev; in usba_devdb_compare()
421 p1, (void *)u1, p2, (void *)u2); in usba_devdb_compare()
424 if (u1->idVendor < u2->idVendor) { in usba_devdb_compare()
427 } else if (u1->idVendor > u2->idVendor) { in usba_devdb_compare()
432 if (u1->idProduct < u2->idProduct) { in usba_devdb_compare()
435 } else if (u1->idProduct > u2->idProduct) { in usba_devdb_compare()
440 if (u1->serialno && u2->serialno) { in usba_devdb_compare()
441 rval = strcmp(u1->serialno, u2->serialno); in usba_devdb_compare()
452 u1->pathname, u2->pathname)); in usba_devdb_compare()
[all …]
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A Dsun_solaris_cr_6769332_substitutions_terminate_shell_after_257_iterations.sh81 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"
/illumos-gate/usr/src/test/elf-tests/tests/string-merge/
H A Dsimple.sh29 print -u2 "Failed to create temporary directory: $tmpdir"
36 print -u2 "assembly of ${1} failed";
47 print -u2 "link of ${TESTDIR}/str[12].o failed";
53 print -u2 "Merged section contains unexpected data";
/illumos-gate/usr/src/common/ficl/softcore/
H A Dwordsets.fr18 \ search ( c-addr1 u1 c-addr2 u2 -- c-addr3 u3 flag )
20 \ c-addr2 u2. If flag is true, a match was found at c-addr3 with u3 characters
23 : search { c-addr1 u1 c-addr2 u2 | saved-addr1 saved-u1 -- c-addr3 u3 flag }
27 c-addr1 u1 u2 < if u1 else u2 then
28 c-addr2 u2 compare
/illumos-gate/usr/src/cmd/fs.d/smbclnt/fksmbcl/
H A Dshares.c96 uint16_t u2; in pstrings() local
100 u2 = *p++; in pstrings()
101 u2 |= (*p++) << 8; in pstrings()
104 if ((u2 & 0xFF80) == 0 && isprint(u2)) { in pstrings()
107 putchar(u2); in pstrings()

12345678910