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

/freebsd-9.3-release/contrib/cvs/src/
H A Dscramble.c53 shifts[] = { variable
103 s[i] = shifts[(unsigned char)(s[i])];
/freebsd-9.3-release/usr.bin/yacc/
H A Dlalr.c60 shifts **shift_table;
141 shifts *sp;
143 shift_table = NEW2(nstates, shifts *);
232 shifts *sp;
332 shifts *sp;
412 shifts *sp;
H A Dlr0.c52 shifts *first_shift;
75 static shifts *last_shift;
442 shifts *p;
462 shifts *p;
467 p = (shifts *) allocate((unsigned) (sizeof(shifts) +
H A Dverbose.c278 shifts *sp;
369 shifts *sp;
H A Dmkpar.c103 shifts *sp;
201 shifts *p;
H A Doutput.c568 /* a row of shifts over terminal symbols or a row of reductions, or a */
569 /* column of shifts over a nonterminal symbol. Berkeley Yacc does not */
570 /* check if a column of shifts over a nonterminal symbols matches a */
1289 shifts *sp, *next;
/freebsd-9.3-release/secure/lib/libcrypt/
H A Dcrypt-des.c105 * No E box is used, as it's replaced by some ANDs, shifts, and ORs.
372 int shifts, round; local
416 shifts = 0;
420 shifts += key_shifts[round];
422 t0 = (k0 << shifts) | (k0 >> (28 - shifts));
423 t1 = (k1 << shifts) | (k1 >> (28 - shifts));
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_gcd.c159 int shifts = 0; local
205 shifts++;
211 if (shifts) {
212 if (!BN_lshift(a, a, shifts))
/freebsd-9.3-release/contrib/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 );
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dlb1spc.asm54 mulscc %o4, %g0, %o4 ! last iteration only shifts
74 mulscc %o4, %g0, %o4 ! last iteration only shifts
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dlib1funcs.asm1013 case of logical shifts) or the sign (for asr). */
1023 /* Prevent __aeabi double-word shifts from being produced on SymbianOS. */

Completed in 199 milliseconds