Searched refs:shift (Results 201 - 225 of 2143) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dtime-ts.c39 * into a shift.
66 .shift = CYC2NS_SCALE_FACTOR,
73 bfin_cs_cycles.mult, bfin_cs_cycles.shift);
79 clocksource_hz2mult(get_cclk(), bfin_cs_cycles.shift);
114 .shift = CYC2NS_SCALE_FACTOR,
121 bfin_cs_gptimer0.mult, bfin_cs_gptimer0.shift);
129 clocksource_hz2mult(get_sclk(), bfin_cs_gptimer0.shift);
225 .shift = 32,
236 evt->mult = div_sc(clock_tick, NSEC_PER_SEC, evt->shift);
339 evt->shift
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/plat-samsung/
H A Dclock-clksrc.c31 static inline u32 bit_mask(u32 shift, u32 nr_bits) argument
35 return mask << shift;
43 u32 mask = bit_mask(sclk->reg_div.shift, sclk->reg_div.size);
46 clkdiv >>= sclk->reg_div.shift;
58 u32 mask = bit_mask(sclk->reg_div.shift, sclk->reg_div.size);
68 val |= (div - 1) << sclk->reg_div.shift;
79 u32 mask = bit_mask(sclk->reg_src.shift, sclk->reg_src.size);
93 clksrc |= src_nr << sclk->reg_src.shift;
133 u32 mask = bit_mask(clk->reg_src.shift, clk->reg_src.size);
145 clksrc >>= clk->reg_src.shift;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/lib/
H A Dstr-two-way.h49 character shift table similar to the Boyer-Moore algorithm to
57 /* Point at which computing a bad-byte shift table is likely to be
288 required, and any mismatch results in a maximal shift. */
360 size_t shift; local
365 shift to the next possible match location. */
366 shift = shift_table[CANON_ELEMENT (haystack[j + needle_len - 1])];
367 if (0 < shift)
369 if (memory && shift < period)
374 shift = needle_len - period;
377 j += shift;
411 size_t shift; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/
H A Dstr-two-way.h49 character shift table similar to the Boyer-Moore algorithm to
57 /* Point at which computing a bad-byte shift table is likely to be
288 required, and any mismatch results in a maximal shift. */
360 size_t shift; local
365 shift to the next possible match location. */
366 shift = shift_table[CANON_ELEMENT (haystack[j + needle_len - 1])];
367 if (0 < shift)
369 if (memory && shift < period)
374 shift = needle_len - period;
377 j += shift;
411 size_t shift; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/
H A Dsyscopyarea.c32 int const shift = dst_idx-src_idx; local
38 if (!shift) {
80 right = shift & (bits - 1);
81 left = -shift & (bits - 1);
87 if (shift > 0) {
110 if (shift > 0) {
173 int shift; local
186 shift = dst_idx-src_idx;
191 if (!shift) {
231 int const left = -shift
[all...]
H A Dc2p_core.h21 unsigned int shift, u32 mask)
23 u32 t = (d[i1] ^ (d[i2] >> shift)) & mask;
26 d[i2] ^= t << shift;
20 _transp(u32 d[], unsigned int i1, unsigned int i2, unsigned int shift, u32 mask) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/mm/
H A Dtlb_nohash.c48 .shift = 12,
53 .shift = 14,
57 .shift = 16,
62 .shift = 20,
66 .shift = 24,
71 .shift = 28,
75 .shift = 30,
325 unsigned long size = 1UL << mmu_psize_defs[mmu_pte_psize].shift;
361 if (tlb0ps & (1U << (def->shift - 10)))
386 if (ps == (def->shift
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/mm/
H A Dtlb_nohash.c48 .shift = 12,
53 .shift = 14,
57 .shift = 16,
62 .shift = 20,
66 .shift = 24,
71 .shift = 28,
75 .shift = 30,
325 unsigned long size = 1UL << mmu_psize_defs[mmu_pte_psize].shift;
361 if (tlb0ps & (1U << (def->shift - 10)))
386 if (ps == (def->shift
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/
H A Dsyscopyarea.c32 int const shift = dst_idx-src_idx; local
38 if (!shift) {
80 right = shift & (bits - 1);
81 left = -shift & (bits - 1);
87 if (shift > 0) {
110 if (shift > 0) {
173 int shift; local
186 shift = dst_idx-src_idx;
191 if (!shift) {
231 int const left = -shift
[all...]
H A Dc2p_core.h21 unsigned int shift, u32 mask)
23 u32 t = (d[i1] ^ (d[i2] >> shift)) & mask;
26 d[i2] ^= t << shift;
20 _transp(u32 d[], unsigned int i1, unsigned int i2, unsigned int shift, u32 mask) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavutil/
H A Dpixdesc.c34 int shift= comp.shift; local
41 int shift = 8 - depth - (skip&7); local
44 int val = (*p >> shift) & mask;
47 shift -= step;
48 p -= shift>>3;
49 shift &= 7;
59 val = (val>>shift) & mask;
80 int shift = 8 - depth - (skip&7); local
83 *p |= *src++ << shift;
89 int shift = comp.shift; local
[all...]
H A Dcommon.h39 //rounded division & shift
254 int bytes, shift;\
261 shift = (bytes - 1) * 6;\
262 tmp = (256 - (256 >> bytes)) | (in >> shift);\
264 while (shift >= 6) {\
265 shift -= 6;\
266 tmp = 0x80 | ((in >> shift) & 0x3f);\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavutil/
H A Dpixdesc.c34 int shift= comp.shift; local
41 int shift = 8 - depth - (skip&7); local
44 int val = (*p >> shift) & mask;
47 shift -= step;
48 p -= shift>>3;
49 shift &= 7;
59 val = (val>>shift) & mask;
80 int shift = 8 - depth - (skip&7); local
83 *p |= *src++ << shift;
89 int shift = comp.shift; local
[all...]
H A Dcommon.h39 //rounded division & shift
254 int bytes, shift;\
261 shift = (bytes - 1) * 6;\
262 tmp = (256 - (256 >> bytes)) | (in >> shift);\
264 while (shift >= 6) {\
265 shift -= 6;\
266 tmp = 0x80 | ((in >> shift) & 0x3f);\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavutil/
H A Dpixdesc.c34 int shift= comp.shift; local
41 int shift = 8 - depth - (skip&7); local
44 int val = (*p >> shift) & mask;
47 shift -= step;
48 p -= shift>>3;
49 shift &= 7;
59 val = (val>>shift) & mask;
80 int shift = 8 - depth - (skip&7); local
83 *p |= *src++ << shift;
89 int shift = comp.shift; local
[all...]
H A Dcommon.h39 //rounded division & shift
254 int bytes, shift;\
261 shift = (bytes - 1) * 6;\
262 tmp = (256 - (256 >> bytes)) | (in >> shift);\
264 while (shift >= 6) {\
265 shift -= 6;\
266 tmp = 0x80 | ((in >> shift) & 0x3f);\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/include/asm/
H A Dimmap_86xx.h99 unsigned int shift = 16 + (8 * (1 - co) + 2 * (3 - ch)); local
101 clrsetbits_be32(&guts->dmacr, 3 << shift, device << shift);
136 unsigned int shift = 2 * (co + 1) - (ch & 1) - 1; local
138 clrsetbits_be32(&guts->pmuxcr, 1 << shift, value << shift);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dimmap_86xx.h99 unsigned int shift = 16 + (8 * (1 - co) + 2 * (3 - ch)); local
101 clrsetbits_be32(&guts->dmacr, 3 << shift, device << shift);
136 unsigned int shift = 2 * (co + 1) - (ch & 1) - 1; local
138 clrsetbits_be32(&guts->pmuxcr, 1 << shift, value << shift);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/ppc/
H A Dint_altivec.c82 static int32_t scalarproduct_int16_altivec(int16_t * v1, int16_t * v2, int order, const int shift) argument
92 if(shift & 0x10) shifts = vec_add(shifts, vec_sl(vec_splat_u32(0x08), vec_splat_u32(0x1)));
93 if(shift & 0x08) shifts = vec_add(shifts, vec_splat_u32(0x08));
94 if(shift & 0x04) shifts = vec_add(shifts, vec_splat_u32(0x04));
95 if(shift & 0x02) shifts = vec_add(shifts, vec_splat_u32(0x02));
96 if(shift & 0x01) shifts = vec_add(shifts, vec_splat_u32(0x01));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/ppc/
H A Dint_altivec.c82 static int32_t scalarproduct_int16_altivec(int16_t * v1, int16_t * v2, int order, const int shift) argument
92 if(shift & 0x10) shifts = vec_add(shifts, vec_sl(vec_splat_u32(0x08), vec_splat_u32(0x1)));
93 if(shift & 0x08) shifts = vec_add(shifts, vec_splat_u32(0x08));
94 if(shift & 0x04) shifts = vec_add(shifts, vec_splat_u32(0x04));
95 if(shift & 0x02) shifts = vec_add(shifts, vec_splat_u32(0x02));
96 if(shift & 0x01) shifts = vec_add(shifts, vec_splat_u32(0x01));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/ppc/
H A Dint_altivec.c82 static int32_t scalarproduct_int16_altivec(int16_t * v1, int16_t * v2, int order, const int shift) argument
92 if(shift & 0x10) shifts = vec_add(shifts, vec_sl(vec_splat_u32(0x08), vec_splat_u32(0x1)));
93 if(shift & 0x08) shifts = vec_add(shifts, vec_splat_u32(0x08));
94 if(shift & 0x04) shifts = vec_add(shifts, vec_splat_u32(0x04));
95 if(shift & 0x02) shifts = vec_add(shifts, vec_splat_u32(0x02));
96 if(shift & 0x01) shifts = vec_add(shifts, vec_splat_u32(0x01));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/tidspbridge/dynload/
H A Dreloc.c52 register int shift, direction; local
55 fieldsz -= 1; /* avoid nastiness with 32-bit shift of 32-bit value */
63 shift = TGTAU_BITS - offset;
64 while (shift <= fieldsz) {
66 objval += (rvalue) *dp << shift;
67 shift += TGTAU_BITS;
74 shift = sizeof(rvalue) * BITS_PER_AU - 1 - fieldsz;
75 objval = (objval << shift) >> shift;
105 register int shift, directio local
123 objval >>= shift; local
124 mask >>= shift; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/lib/
H A Ddiv64.c88 unsigned int shift = fls(high); local
90 d = divisor >> shift;
91 dividend >>= shift; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/tidspbridge/dynload/
H A Dreloc.c52 register int shift, direction; local
55 fieldsz -= 1; /* avoid nastiness with 32-bit shift of 32-bit value */
63 shift = TGTAU_BITS - offset;
64 while (shift <= fieldsz) {
66 objval += (rvalue) *dp << shift;
67 shift += TGTAU_BITS;
74 shift = sizeof(rvalue) * BITS_PER_AU - 1 - fieldsz;
75 objval = (objval << shift) >> shift;
105 register int shift, directio local
123 objval >>= shift; local
124 mask >>= shift; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/clocksource/
H A Dcyclone.c33 .shift = 0,
111 /* sort out mult/shift values: */
112 clocksource_cyclone.shift = 22;
114 clocksource_cyclone.shift);

Completed in 301 milliseconds

1234567891011>>