/illumos-gate/usr/src/lib/libcrypt/common/ |
H A D | des_crypt.c | 99 * 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 D | des_soft.c | 214 * 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.c | 89 * 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 D | afsstring2key.c | 267 * 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 D | blocksort.c | 992 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 D | ipc.c | 477 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 D | crypt.c | 859 static const char shifts[] = { variable 939 for (k = 0; k < shifts[i]; k++) {
|
/illumos-gate/usr/src/lib/libc/sparc/gen/ |
H A D | ascii_strcasecmp.s | 216 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 D | ascii_strcasecmp.s | 216 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 D | umultiply.s | 125 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 D | des_soft.c | 160 * the shifts table tells us if its 2 168 if (shifts[i]) {
|
H A D | desdata.h | 76 * Sequence of shifts used for the key schedule. 78 const char shifts[] = { variable
|
/illumos-gate/usr/src/lib/libnsl/des/ |
H A D | des_soft.c | 250 * the shifts table tells us if its 2 258 if (shifts[i]) {
|
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-opl/common/ |
H A D | memcpy.s | 662 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 D | memcpy.s | 679 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 D | rsm.c | 6068 int shifts = 0; local 6071 shifts += 3; 6073 shifts += 3; 6076 mode &= ~(perm << shifts);
|
/illumos-gate/usr/src/uts/sun4v/cpu/ |
H A D | generic_copy.s | 145 ! using word reads and writes with the proper shifts
|
H A D | niagara_copy.s | 2455 ! using word reads and writes with the proper shifts
|
/illumos-gate/usr/src/uts/sun4u/cpu/ |
H A D | spitfire_copy.s | 1624 ! using word reads and writes with the proper shifts
|