Searched refs:b3 (Results 1 - 25 of 85) sorted by relevance

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDbUtil.java28 int b3;
35 b3 = arr[pos++];
41 b3 = arr[pos++];
52 if (b3 < 0) {
53 b3 += 256;
61 b3 <<= 16;
65 return (b1 + b2 + b3 + b4);
77 int b3;
83 b3 = (n >> 16) & 0xff;
93 if (b3 >
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/tests/
H A Dtest-moo-assign.c17 sub1_t b3 = c; local
30 c = b3; /* ERROR */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-moo-assign.c17 sub1_t b3 = c; local
30 c = b3; /* ERROR */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/alpha/
H A Dsimple_idct_alpha.c53 int_fast32_t a0, a1, a2, a3, b0, b1, b2, b3, t; local
111 b3 = W7 * t;
116 b3 = 0;
125 b3 -= W5 * t;
135 b3 += W3 * t;
144 b3 -= W1 * t;
150 row[3] = (a3 + b3) >> ROW_SHIFT;
151 row[4] = (a3 - b3) >> ROW_SHIFT;
161 int_fast32_t a0, a1, a2, a3, b0, b1, b2, b3; local
195 b3
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bn/asm/alpha/
H A Dsub.pl31 ($a1,$tmp,$b1,$a2,$b2,$a3,$b3,$o0)=&NR(8);
45 &ld($b3,&QWPw(3,$bp));
57 &cmpult($a3,$b3,$t3); # will we borrow?
58 &sub($a3,$b3,$a3); # do the subtract
60 &cmpult($a3,$cc,$b3); # will we borrow?
62 &add($b3,$t3,$cc); &FR($t3,$a3,$b3);
H A Dsqr.pl37 ($b3)=&NR(1); &ld($b3,&QWPw(3,$bp));
64 &add($a3,$b3,$o3); &FR($a3);
65 &cmpult($o3,$b3,$t3); &FR($b3);
H A Dadd.pl58 &ld(($b3)=&NR(1),&QWPw(3,$bp));
65 &add($a3,$b3,$o3); &FR($a3);
66 &cmpult($o3,$b3,$t3); &FR($b3);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bn/asm/alpha.works/
H A Dsub.pl31 ($a1,$tmp,$b1,$a2,$b2,$a3,$b3,$o0)=&NR(8);
45 &ld($b3,&QWPw(3,$bp));
57 &cmpult($a3,$b3,$t3); # will we borrow?
58 &sub($a3,$b3,$a3); # do the subtract
60 &cmpult($a3,$cc,$b3); # will we borrow?
62 &add($b3,$t3,$cc); &FR($t3,$a3,$b3);
H A Dadd.pl37 ($b3)=&NR(1); &ld($b3,&QWPw(3,$bp));
64 &add($a3,$b3,$o3); &FR($a3);
65 &cmpult($o3,$b3,$t3); &FR($b3);
H A Dmul.pl38 ($b3)=&NR(1); &ld($b3,&QWPw(3,$bp));
65 &add($a3,$b3,$o3); &FR($a3);
66 &cmpult($o3,$b3,$t3); &FR($b3);
H A Dsqr.pl37 ($b3)=&NR(1); &ld($b3,&QWPw(3,$bp));
64 &add($a3,$b3,$o3); &FR($a3);
65 &cmpult($o3,$b3,$t3); &FR($b3);
H A Dmul_add.pl38 ($b3)=&NR(1); &ld($b3,&QWPw(3,$bp));
65 &add($a3,$b3,$o3); &FR($a3);
66 &cmpult($o3,$b3,$t3); &FR($b3);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dsimple_idct.c61 int a0, a1, a2, a3, b0, b1, b2, b3; local
127 b3 = MUL16(W7, row[1]);
128 MAC16(b3, -W5, row[3]);
150 MAC16(b3, W3, row[5]);
151 MAC16(b3, -W1, row[7]);
160 row[3] = (a3 + b3) >> ROW_SHIFT;
161 row[4] = (a3 - b3) >> ROW_SHIFT;
167 int a0, a1, a2, a3, b0, b1, b2, b3; local
184 b3 = MUL16(W7, col[8*1]);
189 MAC16(b3,
239 int a0, a1, a2, a3, b0, b1, b2, b3; local
310 int a0, a1, a2, a3, b0, b1, b2, b3; local
[all...]
H A Deaidct.c47 const int b3 = ((A2+A5)*a3 + A5*a7)>>9; \
51 (dest)[d3] = munge(a0-a2-a6+b3); \
52 (dest)[d4] = munge(a0-a2-a6-b3); \
H A Dh264idct.c97 const int b3 = a3 + (a5>>2); local
105 block[2+i*8] = b4 + b3;
106 block[5+i*8] = b4 - b3;
128 const int b3 = a3 + (a5>>2); local
134 dst[i + 2*stride] = cm[ dst[i + 2*stride] + ((b4 + b3) >> 6) ];
137 dst[i + 5*stride] = cm[ dst[i + 5*stride] + ((b4 - b3) >> 6) ];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bn/asm/
H A Dco-alpha.pl24 $a3="r4"; $b3="r8"; $r3="r12"; $t3="r15";
57 &ld($b3,&QWPw(3,$bp));
69 &cmpult($a3,$b3,$t3); # will we borrow?
70 &sub($a3,$b3,$a3); # do the subtract
72 &cmpult($a3,$cc,$b3); # will we borrow?
74 &add($b3,$t3,$cc); # add the borrows
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/
H A Dxor.h32 : "=r" (src), "=r" (b1), "=r" (b2), "=r" (b3), "=r" (b4) \
34 __XOR(a1, b1); __XOR(a2, b2); __XOR(a3, b3); __XOR(a4, b4)
56 register unsigned int b3 __asm__("ip");
77 register unsigned int b3 __asm__("ip");
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm26/
H A Dxor.h32 : "=r" (src), "=r" (b1), "=r" (b2), "=r" (b3), "=r" (b4) \
34 __XOR(a1, b1); __XOR(a2, b2); __XOR(a3, b3); __XOR(a4, b4)
56 register unsigned int b3 __asm__("ip");
77 register unsigned int b3 __asm__("ip");
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/Documentation/vm/
H A Dslabinfo.c622 char b1[20], b2[20], b3[20], b4[20]; local
807 store_size(b3, total_waste * 100 / total_used);
808 printf("Memory used: %6s # Loss : %6s MRatio:%6s%%\n", b1, b2, b3);
811 store_size(b3, total_partobj * 100 / total_objects);
812 printf("# Objects : %6s # PartObj: %6s ORatio:%6s%%\n", b1, b2, b3);
819 store_size(b3, max_objects);store_size(b4, total_objects);
821 b1, b2, b3, b4);
824 store_size(b3, max_slabs);store_size(b4, total_slabs);
826 b1, b2, b3, b4);
829 store_size(b3, max_partia
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/atm/
H A Dfore200e.h72 #define BITFIELD3(b1, b2, b3) b1; b2; b3;
73 #define BITFIELD4(b1, b2, b3, b4) b1; b2; b3; b4;
74 #define BITFIELD5(b1, b2, b3, b4, b5) b1; b2; b3; b4; b5;
75 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b1; b2; b3; b4; b5; b6;
78 #define BITFIELD3(b1, b2, b3) b3; b
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-blackfin/
H A Duser.h47 long b0, b1, b2, b3; member in struct:user_regs_struct
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/arm/
H A Dsimple_idct_arm.S105 @@ to save some registers/calls, proceed with b0-b3 first, followed by a0-a3
110 @@ MUL16(b3, W7, row[1]);
114 @@ MAC16(b3, -W5, row[3]);
123 mul r7, r11, r7 @ R7=W7*ROWr16[1]=b3 (ROWr16[1] must be the second arg, to have the possibility to save 1 cycle)
129 mlane r7, r10, r2, r7 @ R7-=W5*ROWr16[3]=b3 (ROWr16[3] must be the second arg, to have the possibility to save 1 cycle)
132 @@ R5=b2, R6=ROWr16[0], R7=b3, R8=W1, R9=W3, R10=W5, R11=W7,
140 @@ R5=b2, R6=ROWr16[0], R7=b3, R8=W1, R9=W3, R10=W5, R11=W7,
144 @@ MAC16(b3, W3, row[5]);
148 @@ MAC16(b3, -W1, row[7]);
155 mlane r7, r9, r3, r7 @ R7+=W3*ROWr16[5]=b3
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/common/
H A Duengine.c306 u8 b3; local
311 b3 = (gpr_a[i] >> 24) & 0xff;
324 // immed_w1[@ai, (b3 << 8) | b2]
327 ucode[offset++] = 0x40 | (b3 >> 4);
328 ucode[offset++] = (b3 << 4) | 0x0c | (b2 >> 6);
334 u8 b3; local
339 b3 = (gpr_b[i] >> 24) & 0xff;
352 // immed_w1[@bi, (b3 << 8) | b2]
355 ucode[offset++] = 0x40 | (b3 >> 4);
356 ucode[offset++] = (b3 <<
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dsnowdsp_mmx.c438 void ff_snow_vertical_compose97i_sse2(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, IDWTELEM *b3, IDWTELEM *b4, IDWTELEM *b5, int width){ argument
444 b4[i] -= (W_DM*(b3[i] + b5[i])+W_DO)>>W_DS;
445 b3[i] -= (W_CM*(b2[i] + b4[i])+W_CO)>>W_CS;
446 b2[i] += (W_BM*(b1[i] + b3[i])+4*b2[i]+W_BO)>>W_BS;
508 :"r"(b0),"r"(b1),"r"(b2),"r"(b3),"r"(b4),"r"(b5));
536 void ff_snow_vertical_compose97i_mmx(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, IDWTELEM *b3, IDWTELEM *b4, IDWTELEM *b5, int width){ argument
541 b4[i] -= (W_DM*(b3[i] + b5[i])+W_DO)>>W_DS;
542 b3[i] -= (W_CM*(b2[i] + b4[i])+W_CO)>>W_CS;
543 b2[i] += (W_BM*(b1[i] + b3[i])+4*b2[i]+W_BO)>>W_BS;
602 :"r"(b0),"r"(b1),"r"(b2),"r"(b3),"
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-blackfin/mach-common/
H A Dcontext.S63 [--sp] = b3;
130 [--sp] = b3;
189 [--sp] = b3;
263 b3 = [sp++]; define
321 b3 = [sp++]; define

Completed in 235 milliseconds

1234