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

/osnet-11/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
183 for (k = 0; k < shifts[i]; k++) {
H A Ddes_soft.c219 * the shifts table tells us if its 2
227 if (shifts[i]) {
/osnet-11/usr/src/grub/grub2/grub-core/script/
H A Dexecute.c47 unsigned shifts; member in struct:grub_script_scope
60 scope->argv.argc += scope->shifts;
61 scope->argv.args -= scope->shifts;
118 scope->shifts += n;
144 new_scope->shifts = 0;
481 new_scope.shifts = 0;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/des/
H A Dafsstring2key.c271 * Sequence of shifts used for the key schedule.
273 static const char shifts[] = { variable
467 for (k=0; k<shifts[i]; k++) {
/osnet-11/usr/src/lib/libc/port/gen/
H A Dcrypt.c859 static const char shifts[] = { variable
939 for (k = 0; k < shifts[i]; k++) {
/osnet-11/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
/osnet-11/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
/osnet-11/usr/src/lib/libnsl/des/
H A Ddes_soft.c255 * the shifts table tells us if its 2
263 if (shifts[i]) {
/osnet-11/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s775 bshuffle %d0, %d2, %d0 ! shifts d0 left 1 byte and or's in d2
839 bshuffle %d0, %d2, %d0 ! shifts d0 left 1 byte and or's in d2
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm6819 shifts or pops the array in the I<list option> variable

Completed in 62 milliseconds