Searched refs:b1 (Results 26 - 50 of 966) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lzo/tests/
H A Dalign.c61 lzo_bytep b1 = block; local
76 k1 = LZO_PTR_ALIGN_UP(b1+1,step);
87 if (k1 - step != b1)
92 b1, (long) (b1 - block),
97 assert(k1 > b1);
122 for (k = b1 + 1; k <= k1; k++)
129 block, b1, b2,
138 b1 = k1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lzo/tests/
H A Dalign.c61 lzo_bytep b1 = block; local
76 k1 = LZO_PTR_ALIGN_UP(b1+1,step);
87 if (k1 - step != b1)
92 b1, (long) (b1 - block),
97 assert(k1 > b1);
122 for (k = b1 + 1; k <= k1; k++)
129 block, b1, b2,
138 b1 = k1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/mISDN/
H A Ddsp_biquad.h33 int32_t b1; member in struct:biquad2_state
41 int32_t gain, int32_t a1, int32_t a2, int32_t b1, int32_t b2)
46 bq->b1 = b1;
59 y = z0 + bq->z1*bq->b1 + bq->z2*bq->b2;
40 biquad2_init(struct biquad2_state *bq, int32_t gain, int32_t a1, int32_t a2, int32_t b1, int32_t b2) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Ddsp_biquad.h33 int32_t b1; member in struct:biquad2_state
41 int32_t gain, int32_t a1, int32_t a2, int32_t b1, int32_t b2)
46 bq->b1 = b1;
59 y = z0 + bq->z1*bq->b1 + bq->z2*bq->b2;
40 biquad2_init(struct biquad2_state *bq, int32_t gain, int32_t a1, int32_t a2, int32_t b1, int32_t b2) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/Common/
H A DBuffer.h57 bool operator==(const CBuffer<T>& b1, const CBuffer<T>& b2) argument
59 if (b1.GetCapacity() != b2.GetCapacity())
61 for (size_t i = 0; i < b1.GetCapacity(); i++)
62 if (b1[i] != b2[i])
68 bool operator!=(const CBuffer<T>& b1, const CBuffer<T>& b2) argument
70 return !(b1 == b2);
H A DMyGuidDef.h49 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
50 MY_EXTERN_C const GUID name = { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } }
52 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/Common/
H A DBuffer.h57 bool operator==(const CBuffer<T>& b1, const CBuffer<T>& b2) argument
59 if (b1.GetCapacity() != b2.GetCapacity())
61 for (size_t i = 0; i < b1.GetCapacity(); i++)
62 if (b1[i] != b2[i])
68 bool operator!=(const CBuffer<T>& b1, const CBuffer<T>& b2) argument
70 return !(b1 == b2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/Common/
H A DBuffer.h57 bool operator==(const CBuffer<T>& b1, const CBuffer<T>& b2) argument
59 if (b1.GetCapacity() != b2.GetCapacity())
61 for (size_t i = 0; i < b1.GetCapacity(); i++)
62 if (b1[i] != b2[i])
68 bool operator!=(const CBuffer<T>& b1, const CBuffer<T>& b2) argument
70 return !(b1 == b2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/crypto/
H A Dxor.c63 do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2) argument
83 tmpl->do_2(BENCH_SIZE, b1, b2);
102 void *b1, *b2; local
110 b1 = (void *) __get_free_pages(GFP_KERNEL | __GFP_NOTRACK, 2);
111 if (!b1) {
115 b2 = b1 + 2*PAGE_SIZE + BENCH_SIZE;
128 #define xor_speed(templ) do_xor_speed((templ), b1, b2)
149 free_pages((unsigned long)b1, 2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/crypto/
H A Dxor.c63 do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2) argument
83 tmpl->do_2(BENCH_SIZE, b1, b2);
102 void *b1, *b2; local
110 b1 = (void *) __get_free_pages(GFP_KERNEL | __GFP_NOTRACK, 2);
111 if (!b1) {
115 b2 = b1 + 2*PAGE_SIZE + BENCH_SIZE;
128 #define xor_speed(templ) do_xor_speed((templ), b1, b2)
149 free_pages((unsigned long)b1, 2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/include/asm/
H A Dxor.h26 : "=r" (src), "=r" (b1), "=r" (b2) \
28 __XOR(a1, b1); __XOR(a2, b2);
32 : "=r" (src), "=r" (b1), "=r" (b2), "=r" (b3), "=r" (b4) \
34 __XOR(a1, b1); __XOR(a2, b2); __XOR(a3, b3); __XOR(a4, b4)
54 register unsigned int b1 __asm__("r8");
75 register unsigned int b1 __asm__("r8");
95 register unsigned int b1 __asm__("ip");
114 register unsigned int b1 __asm__("ip");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/include/asm/
H A Dxor.h26 : "=r" (src), "=r" (b1), "=r" (b2) \
28 __XOR(a1, b1); __XOR(a2, b2);
32 : "=r" (src), "=r" (b1), "=r" (b2), "=r" (b3), "=r" (b4) \
34 __XOR(a1, b1); __XOR(a2, b2); __XOR(a3, b3); __XOR(a4, b4)
54 register unsigned int b1 __asm__("r8");
75 register unsigned int b1 __asm__("r8");
95 register unsigned int b1 __asm__("ip");
114 register unsigned int b1 __asm__("ip");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dcolorspace.h91 #define RGB_TO_U(r1, g1, b1, shift)\
93 FIX(0.50000) * b1 + (ONE_HALF << shift) - 1) >> (SCALEBITS + shift)) + 128)
95 #define RGB_TO_V(r1, g1, b1, shift)\
97 FIX(0.08131) * b1 + (ONE_HALF << shift) - 1) >> (SCALEBITS + shift)) + 128)
103 #define RGB_TO_U_CCIR(r1, g1, b1, shift)\
105 FIX(0.50000*224.0/255.0) * b1 + (ONE_HALF << shift) - 1) >> (SCALEBITS + shift)) + 128)
107 #define RGB_TO_V_CCIR(r1, g1, b1, shift)\
109 FIX(0.08131*224.0/255.0) * b1 + (ONE_HALF << shift) - 1) >> (SCALEBITS + shift)) + 128)
H A Ddwt.c283 static void vertical_decompose53iH0(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, int width){ argument
287 b1[i] -= (b0[i] + b2[i])>>1;
291 static void vertical_decompose53iL0(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, int width){ argument
295 b1[i] += (b0[i] + b2[i] + 2)>>2;
302 DWTELEM *b1= buffer + mirror(-2 , height-1)*stride; local
311 if(y+1<(unsigned)height) vertical_decompose53iH0(b1, b2, b3, width);
312 if(y+0<(unsigned)height) vertical_decompose53iL0(b0, b1, b2, width);
315 b1=b3;
330 static void vertical_decompose97iH0(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, int width){ argument
334 b1[
338 vertical_decompose97iH1(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, int width) argument
346 vertical_decompose97iL0(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, int width) argument
358 vertical_decompose97iL1(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, int width) argument
369 DWTELEM *b1= buffer + mirror(-4 , height-1)*stride; local
428 vertical_compose53iH0(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width) argument
436 vertical_compose53iL0(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width) argument
460 IDWTELEM *b1= cs->b1; local
487 IDWTELEM *b1= cs->b1; local
546 vertical_compose97iH0(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width) argument
554 vertical_compose97iH1(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width) argument
562 vertical_compose97iL0(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width) argument
574 vertical_compose97iL1(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width) argument
582 ff_snow_vertical_compose97i(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, IDWTELEM *b3, IDWTELEM *b4, IDWTELEM *b5, int width) argument
617 IDWTELEM *b1= cs->b1; local
645 IDWTELEM *b1= cs->b1; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dcolorspace.h91 #define RGB_TO_U(r1, g1, b1, shift)\
93 FIX(0.50000) * b1 + (ONE_HALF << shift) - 1) >> (SCALEBITS + shift)) + 128)
95 #define RGB_TO_V(r1, g1, b1, shift)\
97 FIX(0.08131) * b1 + (ONE_HALF << shift) - 1) >> (SCALEBITS + shift)) + 128)
103 #define RGB_TO_U_CCIR(r1, g1, b1, shift)\
105 FIX(0.50000*224.0/255.0) * b1 + (ONE_HALF << shift) - 1) >> (SCALEBITS + shift)) + 128)
107 #define RGB_TO_V_CCIR(r1, g1, b1, shift)\
109 FIX(0.08131*224.0/255.0) * b1 + (ONE_HALF << shift) - 1) >> (SCALEBITS + shift)) + 128)
H A Ddwt.c283 static void vertical_decompose53iH0(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, int width){ argument
287 b1[i] -= (b0[i] + b2[i])>>1;
291 static void vertical_decompose53iL0(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, int width){ argument
295 b1[i] += (b0[i] + b2[i] + 2)>>2;
302 DWTELEM *b1= buffer + mirror(-2 , height-1)*stride; local
311 if(y+1<(unsigned)height) vertical_decompose53iH0(b1, b2, b3, width);
312 if(y+0<(unsigned)height) vertical_decompose53iL0(b0, b1, b2, width);
315 b1=b3;
330 static void vertical_decompose97iH0(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, int width){ argument
334 b1[
338 vertical_decompose97iH1(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, int width) argument
346 vertical_decompose97iL0(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, int width) argument
358 vertical_decompose97iL1(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, int width) argument
369 DWTELEM *b1= buffer + mirror(-4 , height-1)*stride; local
428 vertical_compose53iH0(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width) argument
436 vertical_compose53iL0(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width) argument
460 IDWTELEM *b1= cs->b1; local
487 IDWTELEM *b1= cs->b1; local
546 vertical_compose97iH0(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width) argument
554 vertical_compose97iH1(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width) argument
562 vertical_compose97iL0(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width) argument
574 vertical_compose97iL1(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width) argument
582 ff_snow_vertical_compose97i(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, IDWTELEM *b3, IDWTELEM *b4, IDWTELEM *b5, int width) argument
617 IDWTELEM *b1= cs->b1; local
645 IDWTELEM *b1= cs->b1; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dcolorspace.h91 #define RGB_TO_U(r1, g1, b1, shift)\
93 FIX(0.50000) * b1 + (ONE_HALF << shift) - 1) >> (SCALEBITS + shift)) + 128)
95 #define RGB_TO_V(r1, g1, b1, shift)\
97 FIX(0.08131) * b1 + (ONE_HALF << shift) - 1) >> (SCALEBITS + shift)) + 128)
103 #define RGB_TO_U_CCIR(r1, g1, b1, shift)\
105 FIX(0.50000*224.0/255.0) * b1 + (ONE_HALF << shift) - 1) >> (SCALEBITS + shift)) + 128)
107 #define RGB_TO_V_CCIR(r1, g1, b1, shift)\
109 FIX(0.08131*224.0/255.0) * b1 + (ONE_HALF << shift) - 1) >> (SCALEBITS + shift)) + 128)
H A Ddwt.c283 static void vertical_decompose53iH0(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, int width){ argument
287 b1[i] -= (b0[i] + b2[i])>>1;
291 static void vertical_decompose53iL0(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, int width){ argument
295 b1[i] += (b0[i] + b2[i] + 2)>>2;
302 DWTELEM *b1= buffer + mirror(-2 , height-1)*stride; local
311 if(y+1<(unsigned)height) vertical_decompose53iH0(b1, b2, b3, width);
312 if(y+0<(unsigned)height) vertical_decompose53iL0(b0, b1, b2, width);
315 b1=b3;
330 static void vertical_decompose97iH0(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, int width){ argument
334 b1[
338 vertical_decompose97iH1(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, int width) argument
346 vertical_decompose97iL0(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, int width) argument
358 vertical_decompose97iL1(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, int width) argument
369 DWTELEM *b1= buffer + mirror(-4 , height-1)*stride; local
428 vertical_compose53iH0(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width) argument
436 vertical_compose53iL0(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width) argument
460 IDWTELEM *b1= cs->b1; local
487 IDWTELEM *b1= cs->b1; local
546 vertical_compose97iH0(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width) argument
554 vertical_compose97iH1(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width) argument
562 vertical_compose97iL0(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width) argument
574 vertical_compose97iL1(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width) argument
582 ff_snow_vertical_compose97i(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, IDWTELEM *b3, IDWTELEM *b4, IDWTELEM *b5, int width) argument
617 IDWTELEM *b1= cs->b1; local
645 IDWTELEM *b1= cs->b1; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/supp/include/
H A Dbcm_win_osl.h32 #define bcmp(b1, b2, len) memcmp((b1), (b2), (len))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2-3.x/tc/
H A Dq_drr.c87 SPRINT_BUF(b1);
96 sprint_size(*(__u32 *)RTA_DATA(tb[TCA_DRR_QUANTUM]), b1));
103 SPRINT_BUF(b1);
111 fprintf(f, " deficit %s ", sprint_size(x->deficit, b1));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/alpha/
H A Dsimple_idct_alpha.c49 int_fast32_t a0, a1, a2, a3, b0, b1, b2, b3, t; local
105 b1 = W3 * t;
110 b1 = 0;
119 b1 -= W7 * t;
129 b1 -= W1 * t;
138 b1 -= W5 * t;
144 row[1] = (a1 + b1) >> ROW_SHIFT;
149 row[6] = (a1 - b1) >> ROW_SHIFT;
157 int_fast32_t a0, a1, a2, a3, b0, b1, b2, b3; local
189 b1
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/alpha/
H A Dsimple_idct_alpha.c49 int_fast32_t a0, a1, a2, a3, b0, b1, b2, b3, t; local
105 b1 = W3 * t;
110 b1 = 0;
119 b1 -= W7 * t;
129 b1 -= W1 * t;
138 b1 -= W5 * t;
144 row[1] = (a1 + b1) >> ROW_SHIFT;
149 row[6] = (a1 - b1) >> ROW_SHIFT;
157 int_fast32_t a0, a1, a2, a3, b0, b1, b2, b3; local
189 b1
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2-3.x/tc/
H A Dq_drr.c87 SPRINT_BUF(b1);
96 sprint_size(*(__u32 *)RTA_DATA(tb[TCA_DRR_QUANTUM]), b1));
103 SPRINT_BUF(b1);
111 fprintf(f, " deficit %s ", sprint_size(x->deficit, b1));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/alpha/
H A Dsimple_idct_alpha.c49 int_fast32_t a0, a1, a2, a3, b0, b1, b2, b3, t; local
105 b1 = W3 * t;
110 b1 = 0;
119 b1 -= W7 * t;
129 b1 -= W1 * t;
138 b1 -= W5 * t;
144 row[1] = (a1 + b1) >> ROW_SHIFT;
149 row[6] = (a1 - b1) >> ROW_SHIFT;
157 int_fast32_t a0, a1, a2, a3, b0, b1, b2, b3; local
189 b1
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2-3.x/tc/
H A Dq_drr.c87 SPRINT_BUF(b1);
96 sprint_size(*(__u32 *)RTA_DATA(tb[TCA_DRR_QUANTUM]), b1));
103 SPRINT_BUF(b1);
111 fprintf(f, " deficit %s ", sprint_size(x->deficit, b1));

Completed in 292 milliseconds

1234567891011>>