Searched refs:shifts (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/lib/libcrypt/common/
H A Ddes_crypt.c99 * Sequence of shifts used for the key schedule.
101 static char shifts[] = {1, 1, 2, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 2, 1, }; variable
179 for (k = 0; k < shifts[i]; k++) {
H A Ddes_soft.c214 * the shifts table tells us if its 2
222 if (shifts[i]) {
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A D_crypt.c89 * Sequence of shifts used for the key schedule.
91 static char shifts[] = { variable
194 for (k=0; k<shifts[i]; k++) {
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/des/
H A Dafsstring2key.c267 * Sequence of shifts used for the key schedule.
269 static const char shifts[] = { variable
463 for (k=0; k<shifts[i]; k++) {
/illumos-gate/usr/src/common/bzip2/
H A Dblocksort.c992 Int32 shifts = 0; local
994 while ((bbSize >> shifts) > 65534) shifts++;
998 UInt16 qVal = (UInt16)(j >> shifts);
1003 AssertH ( ((bbSize-1) >> shifts) <= 65535, 1002 );
/illumos-gate/usr/src/uts/common/os/
H A Dipc.c477 int shifts = 0; local
483 shifts += 3;
486 shifts += 3;
489 mode &= ~(p->ipc_mode << shifts);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dcrypt.c859 static const char shifts[] = { variable
939 for (k = 0; k < shifts[i]; k++) {
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dascii_strcasecmp.s216 sll %i3, 3, %l6 ! shift factor for left shifts
218 sub %g0, %l6, %l7 ! shift factor for right shifts
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dascii_strcasecmp.s216 sll %i3, 3, %l6 ! shift factor for left shifts
218 sub %g0, %l6, %l7 ! shift factor for right shifts
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/
H A Dumultiply.s125 mulscc %o4, %g0, %o4 ! last iteration only shifts
184 mulscc %o4, %g0, %o4 ! last iteration only shifts
225 mulscc %o4, %g0, %o4 ! last iteration only shifts
270 mulscc %o4, %g0, %o4 ! last iteration only shifts
319 mulscc %o4, %g0, %o4 ! last iteration only shifts
/illumos-gate/usr/src/uts/common/des/
H A Ddes_soft.c160 * the shifts table tells us if its 2
168 if (shifts[i]) {
H A Ddesdata.h76 * Sequence of shifts used for the key schedule.
78 const char shifts[] = { variable
/illumos-gate/usr/src/lib/libnsl/des/
H A Ddes_soft.c250 * the shifts table tells us if its 2
258 if (shifts[i]) {
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s662 bshuffle %d0, %d2, %d0 ! shifts d0 left 1 byte and or's in d2
732 bshuffle %d0, %d2, %d0 ! shifts d0 left 1 byte and or's in d2
765 bshuffle %d0, %d2, %d0 ! shifts d0 left 1 byte and or's in d2
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcpy.s679 bshuffle %d0, %d2, %d0 ! shifts d0 left 1 byte and or's in d2
749 bshuffle %d0, %d2, %d0 ! shifts d0 left 1 byte and or's in d2
782 bshuffle %d0, %d2, %d0 ! shifts d0 left 1 byte and or's in d2
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c6068 int shifts = 0; local
6071 shifts += 3;
6073 shifts += 3;
6076 mode &= ~(perm << shifts);
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.s145 ! using word reads and writes with the proper shifts
H A Dniagara_copy.s2455 ! using word reads and writes with the proper shifts
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_copy.s1624 ! using word reads and writes with the proper shifts

Completed in 169 milliseconds