Searched refs:shift (Results 251 - 275 of 320) sorted by relevance

<<111213

/freebsd-10.0-release/sys/dev/firewire/
H A Dfirewire.c2309 int shift; local
2312 for( shift = 28 ; shift >= 0 ; shift -= 4){
2313 sum = ((crc >> 12) ^ (ptr[i/4] >> shift)) & 0xf;
/freebsd-10.0-release/contrib/gdb/gdb/
H A Ddwarf2read.c4968 int i, shift; local
4972 shift = 0;
4980 result |= ((unsigned long)(byte & 127) << shift);
4985 shift += 7;
4995 int i, shift, size, num_read; local
4999 shift = 0;
5008 result |= ((long)(byte & 127) << shift);
5009 shift += 7;
5015 if ((shift < size) && (byte & 0x40))
5017 result |= -(1 << shift);
[all...]
/freebsd-10.0-release/contrib/gcc/config/rs6000/
H A Drs6000.c2553 int shift;
2573 shift = 0;
2575 shift++; /* shift == 44 on exit from loop */
2576 m1 <<= 64 - shift; /* m1 == 0xffffff0000000000 */
2594 shift = 0;
2596 shift++; /* shift == 44 on exit from loop */
2598 m1 >>= shift; /* m1 == 0x0000000000000fff */
2604 out[0] = GEN_INT (64 - shift);
2545 int shift; local
2590 m1 >>= shift; /* m1 == 0x0000000000000fff */ local
12186 rtx shift = NULL_RTX; local
12519 rtx addrSI, align, wdst, shift, mask; local
[all...]
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-score.c843 /* If shift <= 0, only return reg. */
846 reg_required_here (char **str, int shift, enum score_reg_type reg_type) argument
862 if (shift >= 0)
871 inst.instruction |= reg << shift;
1097 data_op2 (char **str, int shift, enum score_data_type data_type) argument
1284 inst.instruction |= value << shift;
1748 reglow_required_here (char **str, int shift) argument
1763 if (shift >= 0)
1764 inst.instruction |= reg << shift;
1849 reghigh_required_here (char **str, int shift) argument
2605 exp_ldst_offset(char **str, int shift, unsigned int data_type) argument
[all...]
H A Dtc-sparc.c997 /* Implement big shift right. */
1172 (e.g. sethi+shift for 0x1f0000000) and perhaps we shouldn't be
1287 /* If we needed to build the upper part, shift it into place. */
3735 int shift;
3740 for (shift = 0; (value & 1) == 0; value >>= 1)
3741 ++shift;
3743 return (value == 1) ? shift : -1;
3722 int shift; local
/freebsd-10.0-release/sys/dev/usb/controller/
H A Dxhci.c1918 uint8_t shift; local
1941 shift = 3;
1947 shift = usbd_xfer_get_fps_shift(xfer);
1948 temp.isoc_delta = 1U << shift;
1959 (y < (xfer->nframes << shift)) ||
1981 (y / 8) + (((xfer->nframes << shift) + 7) / 8);
1987 xfer->endpoint->isoc_next += xfer->nframes << shift;
/freebsd-10.0-release/sys/kern/
H A Dvfs_syscalls.c231 int shift; local
250 shift = 0;
252 shift++;
256 sf->f_bsize <<= shift;
257 sf->f_blocks >>= shift;
258 sf->f_bfree >>= shift;
259 sf->f_bavail >>= shift;
/freebsd-10.0-release/contrib/gcc/config/ia64/
H A Dunwind-ia64.c1053 unsigned shift = 0;
1060 result |= (byte & 0x7f) << shift;
1063 shift += 7;
1049 unsigned shift = 0; local
/freebsd-10.0-release/contrib/gcc/config/s390/
H A Ds390.c1811 /* Decompose a RTL expression OP for a shift count into its components,
1814 Return true if OP is a valid shift count, false if not. */
1977 /* Simply check for the basic form of a shift count. Reload will
4102 rtx shift; /* Bit offset with regard to lsb. */
4117 ac->shift = GEN_INT (GET_MODE_SIZE (SImode) - GET_MODE_SIZE (mode));
4145 ac->shift = expand_simple_binop (SImode, MINUS, ac->shift, byteoffset,
4150 ac->shift = expand_simple_binop (SImode, MULT, ac->shift, GEN_INT (BITS_PER_UNIT),
4154 GEN_INT (GET_MODE_MASK (mode)), ac->shift,
4101 rtx shift; /* Bit offset with regard to lsb. */ member in struct:alignment_context
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2W.s784 MTSARCM %r31 ; i to shift
787 MTSAR %r19 ; (64 -i) to shift
789 MTSARCM %r31 ; i to shift
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzap.c683 int shift = zap->zap_f.zap_phys->zap_ptrtbl.zt_shift; local
684 int leaffull = (l->l_phys->l_hdr.lh_prefix_len == shift &&
709 if (zap->zap_f.zap_phys->zap_ptrtbl.zt_shift == shift)
/freebsd-10.0-release/sys/dev/usb/input/
H A Dukbd.c202 int sc_state; /* shift/lock key state */
1086 DPRINTFN(1, "Found left shift\n");
1094 DPRINTFN(1, "Found right shift\n");
2014 ukbd_key2scan(struct ukbd_softc *sc, int code, int shift, int up) argument
2072 if ((code == 104) && (!(shift & (MOD_CONTROL_L | MOD_CONTROL_R)))) {
2075 if (shift & (MOD_SHIFT_L | MOD_SHIFT_R)) {
/freebsd-10.0-release/sys/mips/mips/
H A Dexception.S186 sll k0, k0, 3 # shift user bit for cause index
190 PTR_SLL k1, k1, 1 # shift to get 8-byte offset
198 # we dont have to shift.
/freebsd-10.0-release/contrib/ntp/include/
H A Dntp_request.h390 s_fp filtdelay[NTP_SHIFT]; /* delay shift register */
391 l_fp filtoffset[NTP_SHIFT]; /* offset shift register */
869 u_short shift; member in struct:info_kernel
/freebsd-10.0-release/sys/dev/drm2/i915/
H A Di915_reg.h506 #define MI_ARB_MASK_SHIFT 16 /* shift for enable bits */
2562 #define ILK_LATENCY(shift) (I915_READ(MLTR_ILK) >> (shift) & ILK_SRLT_MASK)
2611 #define SNB_LATENCY(shift) (I915_READ(MCHBAR_MIRROR_BASE_SNB + SSKPD) >> (shift) & SSKPD_WM_MASK)
/freebsd-10.0-release/sys/dev/sound/isa/
H A Dmss.c374 int shift; local
387 shift = (*t)[dev][chn].bitoffs /*- (*t)[dev][LEFT_CHN].nbits + 1*/;
389 *regval &= ~(mask << shift); /* Filter out the previous value */
390 *regval |= (newval & mask) << shift; /* Set the new value */
/freebsd-10.0-release/sys/dev/sound/pci/
H A Dfm801.c132 u_int32_t shift; member in struct:fm801_chinfo
/freebsd-10.0-release/sys/dev/sound/pcm/
H A Dfeeder_eq.c155 pshift = feed_eq_preamp[info->preamp].shift; \
/freebsd-10.0-release/sys/dev/iwn/
H A Dif_iwn.c2639 int ackfailcnt = 0, i, lastidx, qid, *res, shift; local
2689 shift = wn->agg[tid].startidx - ((le16toh(ba->seq) >> 4) & 0xff);
2690 if (shift < 0)
2691 shift += 0x100;
2693 if (wn->agg[tid].nframes > (64 - shift))
2697 bitmap = (le64toh(ba->bitmap) >> shift) & wn->agg[tid].bitmap;
3024 int bit, i, lastidx, *res, seqno, shift, start; local
3043 shift = 0;
3045 shift = 0x100 - idx + start;
3051 shift
[all...]
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-l2c.c365 int shift = CVMX_L2C_TAG_ADDR_ALIAS_SHIFT; local
382 /* cvmx_dprintf("shift=%d index=%lx tag=%x\n",shift, index, tag); */
387 uint64_t caddr = index | (way << shift);
/freebsd-10.0-release/sys/dev/isp/
H A Dispreg.h806 #define ISPBSMX(c, byte, shift, mask) \
807 (((c)[(byte)] >> (shift)) & (mask))
/freebsd-10.0-release/sys/dev/xen/blkfront/
H A Dblkfront.c905 int shift; member in struct:vdev_info
953 *unit = info[i].base + (minor >> info[i].shift);
/freebsd-10.0-release/contrib/gcc/
H A Dc-common.c2728 int shift, size;
2738 shift = 3;
2742 shift = 0;
2746 shift = 1;
2750 shift = 2;
2759 return ((size << 24) | (i << shift));
2716 int shift, size; local
/freebsd-10.0-release/contrib/groff/src/roff/troff/
H A Dinput.cpp223 virtual void shift(int) {} function in class:input_iterator
425 static void shift(int n);
624 void input_stack::shift(int n) function in class:input_stack
628 p->shift(n);
772 void shift() function
777 input_stack::shift(n);
3594 void shift(int n);
3624 void macro_iterator::shift(int n) function in class:macro_iterator
7609 init_request("shift", shift);
[all...]
/freebsd-10.0-release/sys/dev/drm2/radeon/
H A Dradeon_combios.c3150 uint32_t val, shift, tmp; local
3161 shift = RBIOS8(offset) * 8;
3163 and_mask = RBIOS8(offset) << shift;
3164 and_mask |= ~(0xff << shift);
3166 or_mask = RBIOS8(offset) << shift;

Completed in 381 milliseconds

<<111213