Searched refs:Rotates (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/ksh-23/ksh/src/lib/libast/uwin/
H A Dcrypt.c367 static unsigned char Rotates[] = { /* PC1 rotation schedule */ variable
529 k += Rotates[0]-1;
530 if ((k%28) < Rotates[0]) k -= 28;
669 ptabp = (C_block *)PC2ROT[Rotates[i]-1];
/macosx-10.10.1/ruby-106/ruby/missing/
H A Dcrypt.c365 static unsigned char Rotates[] = { /* PC1 rotation schedule */ variable
622 ptabp = (C_block *)PC2ROT[Rotates[i]-1];
780 k += Rotates[0]-1;
781 if ((k%28) < Rotates[0]) k -= 28;
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dcrypt.c391 static const unsigned char Rotates[] = { /* PC1 rotation schedule */ variable
654 ptabp = PC2ROT[Rotates[i]-1];
804 k += Rotates[0]-1;
805 if ((k%28) < Rotates[0]) k -= 28;
/macosx-10.10.1/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/
H A DDispatch.pm605 Written by Mark Pfeiffer. Rotates log files periodically as part of

Completed in 150 milliseconds