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

/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_gpio.c434 u_int32_t regs[2], shifts[2]; local
444 shifts[0] = AR_INTR_ASYNC_ENABLE_GPIO_S;
445 shifts[1] = AR_INTR_ASYNC_MASK_GPIO_S;
449 shifts[0] = AR_INTR_SYNC_ENABLE_GPIO_S;
450 shifts[1] = AR_INTR_SYNC_MASK_GPIO_S;
469 reg_bit = shifts[i] + gpio;
475 field_val = (reg_val >> shifts[i]) & gpio_mask;
496 reg_bit = shifts[i] + gpio;
502 field_val = (reg_val >> shifts[i]) & gpio_mask;
H A Dar9300_reset.c275 * masks and shifts are the same, though they differ for the
282 u_int8_t shifts[2] = { local
306 nf = (OS_REG_READ(ah, regs[i]) & masks[chan]) >> shifts[chan];
2016 * with an active radio can result in corrupted shifts to the
/freebsd-10.0-release/contrib/byacc/
H A Dlr0.c21 shifts *first_shift;
27 static shifts *last_shift;
381 shifts *p;
400 shifts *p;
405 p = (shifts *)allocate((sizeof(shifts) +
H A Dgraph.c15 shifts *sp;
H A Dlalr.c35 shifts **shift_table;
93 shifts *sp;
95 shift_table = NEW2(nstates, shifts *);
178 shifts *sp;
276 shifts *sp;
354 shifts *sp;
H A Dverbose.c234 shifts *sp;
322 shifts *sp;
H A Dmkpar.c66 shifts *sp;
164 shifts *p;
H A Doutput.c467 /* a row of shifts over terminal symbols or a row of reductions, or a */
468 /* column of shifts over a nonterminal symbol. Berkeley Yacc does not */
469 /* check if a column of shifts over a nonterminal symbols matches a */
1354 shifts *sp, *next;
/freebsd-10.0-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-10.0-release/crypto/openssl/crypto/bn/
H A Dbn_gcd.c150 int shifts=0; local
188 shifts++;
194 if (shifts)
196 if (!BN_lshift(a,a,shifts)) goto err;
/freebsd-10.0-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-10.0-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-10.0-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 184 milliseconds