Searched refs:c3 (Results 1 - 25 of 147) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Durldecode.c55 char c3 = url[s++]; local
56 if (av_isxdigit(c2) && av_isxdigit(c3)) {
58 c3 = av_tolower(c3);
65 if (c3 <= '9')
66 c3 = c3 - '0';
68 c3 = c3 - 'a' + 10;
70 dest[d++] = 16 * c2 + c3;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/asm/
H A Ds390x.S366 #define c3 %r8 define
368 #define mul_add_c(ai,bi,c1,c2,c3) \
373 alcgr c3,zero
384 lghi c3,0
387 mul_add_c(0,0,c1,c2,c3);
391 mul_add_c(0,1,c2,c3,c1);
392 mul_add_c(1,0,c2,c3,c1);
396 mul_add_c(2,0,c3,c1,c2);
397 mul_add_c(1,1,c3,c1,c2);
398 mul_add_c(0,2,c3,c
[all...]
H A Dx86_64-gcc.c391 BN_ULONG c1, c2, c3; local
395 c3 = 0;
396 mul_add_c(a[0], b[0], c1, c2, c3);
399 mul_add_c(a[0], b[1], c2, c3, c1);
400 mul_add_c(a[1], b[0], c2, c3, c1);
403 mul_add_c(a[2], b[0], c3, c1, c2);
404 mul_add_c(a[1], b[1], c3, c1, c2);
405 mul_add_c(a[0], b[2], c3, c1, c2);
406 r[2] = c3;
407 c3
494 BN_ULONG c1, c2, c3; local
533 BN_ULONG c1, c2, c3; local
608 BN_ULONG c1, c2, c3; local
[all...]
H A Dsparcv8.S568 umul a_0,b_0,c_1 !=!mul_add_c(a[0],b[0],c1,c2,c3);
573 umul a_0,b_1,t_1 !=!mul_add_c(a[0],b[1],c2,c3,c1);
580 umul a_1,b_0,t_1 !mul_add_c(a[1],b[0],c2,c3,c1);
587 umul a_2,b_0,t_1 !mul_add_c(a[2],b[0],c3,c1,c2);
593 umul a_1,b_1,t_1 !mul_add_c(a[1],b[1],c3,c1,c2);
599 umul a_0,b_2,t_1 !mul_add_c(a[0],b[2],c3,c1,c2);
604 st c_3,rp(2) !r[2]=c3;
606 umul a_0,b_3,t_1 !mul_add_c(a[0],b[3],c1,c2,c3);
611 umul a_1,b_2,t_1 !=!mul_add_c(a[1],b[2],c1,c2,c3);
617 umul a_2,b_1,t_1 !mul_add_c(a[2],b[1],c1,c2,c3);
[all...]
H A Dsparcv8plus.S678 mulx a_0,b_0,t_1 !mul_add_c(a[0],b[0],c1,c2,c3);
683 mulx a_0,b_1,t_1 !mul_add_c(a[0],b[1],c2,c3,c1);
689 mulx a_1,b_0,t_1 !=!mul_add_c(a[1],b[0],c2,c3,c1);
697 mulx a_2,b_0,t_1 !mul_add_c(a[2],b[0],c3,c1,c2);
703 mulx a_1,b_1,t_1 !mul_add_c(a[1],b[1],c3,c1,c2);
708 mulx a_0,b_2,t_1 !mul_add_c(a[0],b[2],c3,c1,c2);
713 stuw t_1,rp(2) !r[2]=c3;
716 mulx a_0,b_3,t_1 !mul_add_c(a[0],b[3],c1,c2,c3);
721 mulx a_1,b_2,t_1 !=!mul_add_c(a[1],b[2],c1,c2,c3);
726 mulx a_2,b_1,t_1 !mul_add_c(a[2],b[1],c1,c2,c3);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/asm/
H A Ds390x.S366 #define c3 %r8 define
368 #define mul_add_c(ai,bi,c1,c2,c3) \
373 alcgr c3,zero
384 lghi c3,0
387 mul_add_c(0,0,c1,c2,c3);
391 mul_add_c(0,1,c2,c3,c1);
392 mul_add_c(1,0,c2,c3,c1);
396 mul_add_c(2,0,c3,c1,c2);
397 mul_add_c(1,1,c3,c1,c2);
398 mul_add_c(0,2,c3,c
[all...]
H A Dx86_64-gcc.c391 BN_ULONG c1, c2, c3; local
395 c3 = 0;
396 mul_add_c(a[0], b[0], c1, c2, c3);
399 mul_add_c(a[0], b[1], c2, c3, c1);
400 mul_add_c(a[1], b[0], c2, c3, c1);
403 mul_add_c(a[2], b[0], c3, c1, c2);
404 mul_add_c(a[1], b[1], c3, c1, c2);
405 mul_add_c(a[0], b[2], c3, c1, c2);
406 r[2] = c3;
407 c3
494 BN_ULONG c1, c2, c3; local
533 BN_ULONG c1, c2, c3; local
608 BN_ULONG c1, c2, c3; local
[all...]
H A Dsparcv8.S568 umul a_0,b_0,c_1 !=!mul_add_c(a[0],b[0],c1,c2,c3);
573 umul a_0,b_1,t_1 !=!mul_add_c(a[0],b[1],c2,c3,c1);
580 umul a_1,b_0,t_1 !mul_add_c(a[1],b[0],c2,c3,c1);
587 umul a_2,b_0,t_1 !mul_add_c(a[2],b[0],c3,c1,c2);
593 umul a_1,b_1,t_1 !mul_add_c(a[1],b[1],c3,c1,c2);
599 umul a_0,b_2,t_1 !mul_add_c(a[0],b[2],c3,c1,c2);
604 st c_3,rp(2) !r[2]=c3;
606 umul a_0,b_3,t_1 !mul_add_c(a[0],b[3],c1,c2,c3);
611 umul a_1,b_2,t_1 !=!mul_add_c(a[1],b[2],c1,c2,c3);
617 umul a_2,b_1,t_1 !mul_add_c(a[2],b[1],c1,c2,c3);
[all...]
H A Dsparcv8plus.S678 mulx a_0,b_0,t_1 !mul_add_c(a[0],b[0],c1,c2,c3);
683 mulx a_0,b_1,t_1 !mul_add_c(a[0],b[1],c2,c3,c1);
689 mulx a_1,b_0,t_1 !=!mul_add_c(a[1],b[0],c2,c3,c1);
697 mulx a_2,b_0,t_1 !mul_add_c(a[2],b[0],c3,c1,c2);
703 mulx a_1,b_1,t_1 !mul_add_c(a[1],b[1],c3,c1,c2);
708 mulx a_0,b_2,t_1 !mul_add_c(a[0],b[2],c3,c1,c2);
713 stuw t_1,rp(2) !r[2]=c3;
716 mulx a_0,b_3,t_1 !mul_add_c(a[0],b[3],c1,c2,c3);
721 mulx a_1,b_2,t_1 !=!mul_add_c(a[1],b[2],c1,c2,c3);
726 mulx a_2,b_1,t_1 !mul_add_c(a[2],b[1],c1,c2,c3);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/
H A Dx86_64-gcc.c347 BN_ULONG c1,c2,c3; local
351 c3=0;
352 mul_add_c(a[0],b[0],c1,c2,c3);
355 mul_add_c(a[0],b[1],c2,c3,c1);
356 mul_add_c(a[1],b[0],c2,c3,c1);
359 mul_add_c(a[2],b[0],c3,c1,c2);
360 mul_add_c(a[1],b[1],c3,c1,c2);
361 mul_add_c(a[0],b[2],c3,c1,c2);
362 r[2]=c3;
363 c3
451 BN_ULONG c1,c2,c3; local
491 BN_ULONG c1,c2,c3; local
567 BN_ULONG c1,c2,c3; local
[all...]
H A Dsparcv8.S568 umul a_0,b_0,c_1 !=!mul_add_c(a[0],b[0],c1,c2,c3);
573 umul a_0,b_1,t_1 !=!mul_add_c(a[0],b[1],c2,c3,c1);
580 umul a_1,b_0,t_1 !mul_add_c(a[1],b[0],c2,c3,c1);
587 umul a_2,b_0,t_1 !mul_add_c(a[2],b[0],c3,c1,c2);
593 umul a_1,b_1,t_1 !mul_add_c(a[1],b[1],c3,c1,c2);
599 umul a_0,b_2,t_1 !mul_add_c(a[0],b[2],c3,c1,c2);
604 st c_3,rp(2) !r[2]=c3;
606 umul a_0,b_3,t_1 !mul_add_c(a[0],b[3],c1,c2,c3);
611 umul a_1,b_2,t_1 !=!mul_add_c(a[1],b[2],c1,c2,c3);
617 umul a_2,b_1,t_1 !mul_add_c(a[2],b[1],c1,c2,c3);
[all...]
H A Dsparcv8plus.S667 mulx a_0,b_0,t_1 !mul_add_c(a[0],b[0],c1,c2,c3);
672 mulx a_0,b_1,t_1 !mul_add_c(a[0],b[1],c2,c3,c1);
678 mulx a_1,b_0,t_1 !=!mul_add_c(a[1],b[0],c2,c3,c1);
686 mulx a_2,b_0,t_1 !mul_add_c(a[2],b[0],c3,c1,c2);
692 mulx a_1,b_1,t_1 !mul_add_c(a[1],b[1],c3,c1,c2);
697 mulx a_0,b_2,t_1 !mul_add_c(a[0],b[2],c3,c1,c2);
702 stuw t_1,rp(2) !r[2]=c3;
705 mulx a_0,b_3,t_1 !mul_add_c(a[0],b[3],c1,c2,c3);
710 mulx a_1,b_2,t_1 !=!mul_add_c(a[1],b[2],c1,c2,c3);
715 mulx a_2,b_1,t_1 !mul_add_c(a[2],b[1],c1,c2,c3);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_asm.c558 BN_ULONG c1,c2,c3; local
562 c3=0;
563 mul_add_c(a[0],b[0],c1,c2,c3);
566 mul_add_c(a[0],b[1],c2,c3,c1);
567 mul_add_c(a[1],b[0],c2,c3,c1);
570 mul_add_c(a[2],b[0],c3,c1,c2);
571 mul_add_c(a[1],b[1],c3,c1,c2);
572 mul_add_c(a[0],b[2],c3,c1,c2);
573 r[2]=c3;
574 c3
667 BN_ULONG c1,c2,c3; local
712 BN_ULONG c1,c2,c3; local
793 BN_ULONG c1,c2,c3; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_asm.c637 BN_ULONG c1, c2, c3; local
641 c3 = 0;
642 mul_add_c(a[0], b[0], c1, c2, c3);
645 mul_add_c(a[0], b[1], c2, c3, c1);
646 mul_add_c(a[1], b[0], c2, c3, c1);
649 mul_add_c(a[2], b[0], c3, c1, c2);
650 mul_add_c(a[1], b[1], c3, c1, c2);
651 mul_add_c(a[0], b[2], c3, c1, c2);
652 r[2] = c3;
653 c3
740 BN_ULONG c1, c2, c3; local
779 BN_ULONG c1, c2, c3; local
854 BN_ULONG c1, c2, c3; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_asm.c637 BN_ULONG c1, c2, c3; local
641 c3 = 0;
642 mul_add_c(a[0], b[0], c1, c2, c3);
645 mul_add_c(a[0], b[1], c2, c3, c1);
646 mul_add_c(a[1], b[0], c2, c3, c1);
649 mul_add_c(a[2], b[0], c3, c1, c2);
650 mul_add_c(a[1], b[1], c3, c1, c2);
651 mul_add_c(a[0], b[2], c3, c1, c2);
652 r[2] = c3;
653 c3
740 BN_ULONG c1, c2, c3; local
779 BN_ULONG c1, c2, c3; local
854 BN_ULONG c1, c2, c3; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/sibyte/
H A Dboard.h42 #define setleds(t0, t1, c0, c1, c2, c3) \
50 li t1, c3; \
53 #define setleds(t0, t1, c0, c1, c2, c3)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/tests/
H A Dtest-moo-assign.c20 sub2_t c3 = c; local
31 c = c3;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-moo-assign.c20 sub2_t c3 = c; local
31 c = c3;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/uninorm/
H A Dtest-u32-nfd-big.c34 const uint32_t *c3, size_t c3_length,
39 c3 == NFD(c1) == NFD(c2) == NFD(c3)
49 && u32_cmp (result, c3, c3_length) == 0))
60 && u32_cmp (result, c3, c3_length) == 0))
68 result = u32_normalize (UNINORM_NFD, c3, c3_length, NULL, &length);
71 && u32_cmp (result, c3, c3_length) == 0))
32 check(const uint32_t *c1, size_t c1_length, const uint32_t *c2, size_t c2_length, const uint32_t *c3, size_t c3_length, const uint32_t *c4, size_t c4_length, const uint32_t *c5, size_t c5_length) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/lib/
H A Deuc_jp.h81 unsigned char c3 = s[2]; local
82 if (c3 >= 0xa1 && c3 < 0xff) {
85 buf[0] = c2-0x80; buf[1] = c3-0x80;
96 unsigned char c3 = s[2]; local
97 if (c3 >= 0xa1 && c3 < 0xff) {
98 *pwc = 0xe3ac + 94*(c2-0xf5) + (c3-0xa1);
H A Dgb18030.h76 unsigned char c3 = s[2]; local
77 if (c3 >= 0x81 && c3 <= 0xfe) {
81 unsigned int i = (((c1 - 0x90) * 10 + (c2 - 0x30)) * 126 + (c3 - 0x81)) * 10 + (c4 - 0x30);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/lib/
H A Deuc_jp.h81 unsigned char c3 = s[2]; local
82 if (c3 >= 0xa1 && c3 < 0xff) {
85 buf[0] = c2-0x80; buf[1] = c3-0x80;
96 unsigned char c3 = s[2]; local
97 if (c3 >= 0xa1 && c3 < 0xff) {
98 *pwc = 0xe3ac + 94*(c2-0xf5) + (c3-0xa1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsimple_idct.c55 int c0, c1, c2, c3, a0, a1, a2, a3; local
64 c3 = a1 * C2 - a3 * C1;
67 dest[0] = av_clip_uint8((c2 + c3) >> C_SHIFT);
69 dest[0] = av_clip_uint8((c2 - c3) >> C_SHIFT);
134 int c0, c1, c2, c3, a0, a1, a2, a3; local
143 c3 = a1 * C2 - a3 * C1;
146 dest[0] = av_clip_uint8(dest[0] + ((c2 + c3) >> C_SHIFT));
148 dest[0] = av_clip_uint8(dest[0] + ((c2 - c3) >> C_SHIFT));
161 int c0, c1, c2, c3, a0, a1, a2, a3; local
170 c3
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsimple_idct.c58 int c0, c1, c2, c3, a0, a1, a2, a3; local
67 c3 = a1 * C2 - a3 * C1;
70 dest[0] = av_clip_uint8((c2 + c3) >> C_SHIFT);
72 dest[0] = av_clip_uint8((c2 - c3) >> C_SHIFT);
137 int c0, c1, c2, c3, a0, a1, a2, a3; local
146 c3 = a1 * C2 - a3 * C1;
149 dest[0] = av_clip_uint8(dest[0] + ((c2 + c3) >> C_SHIFT));
151 dest[0] = av_clip_uint8(dest[0] + ((c2 - c3) >> C_SHIFT));
164 int c0, c1, c2, c3, a0, a1, a2, a3; local
173 c3
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dpo-charset.c219 unsigned char c3 = s[2]; local
220 if (c3 >= 0xa1 && c3 < 0xff)
243 unsigned char c3 = s[2]; local
244 if (c3 >= 0xa1 && c3 < 0xff)
314 unsigned char c3 = s[2]; local
315 if (c3 >= 0x81 && c3 < 0xff)
379 unsigned char c3 local
389 unsigned char c3 = s[2]; local
[all...]

Completed in 194 milliseconds

123456