Searched refs:w3 (Results 26 - 49 of 49) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dimage.cpp3021 const double w1 = 1/d1, w2 = 1/d2, w3 = 1/d3, w4 = 1/d4; local
3027 w3 * *(v3++) + w4 * *(v4++)) /
3028 (w1 + w2 + w3 + w4) );
3031 w3 * *(v3++) + w4 * *(v4++)) /
3032 (w1 + w2 + w3 + w4) );
3035 w3 * *v3 + w4 * *v4) /
3036 (w1 + w2 + w3 + w4) );
3047 w3 * *v3 + w4 * *v4) /
3048 (w1 + w2 + w3 + w4) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/
H A DMakefile.in155 http://www.w3.org/XML/Test/xmlts20020606.zip
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dipv6.h309 __be32 w3, __be32 w4)
313 addr->s6_addr32[2] = w3;
307 ipv6_addr_set(struct in6_addr *addr, __be32 w1, __be32 w2, __be32 w3, __be32 w4) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/xstc/
H A DMakefile.in273 TARBALLURL = http://www.w3.org/XML/2004/xml-schema-test-suite/$(TSNAME)/$(TARBALL)
274 TARBALLURL_2 = http://www.w3.org/XML/2004/xml-schema-test-suite/$(TSNAME_2)/$(TARBALL_2)
H A DMakefile273 TARBALLURL = http://www.w3.org/XML/2004/xml-schema-test-suite/$(TSNAME)/$(TARBALL)
274 TARBALLURL_2 = http://www.w3.org/XML/2004/xml-schema-test-suite/$(TSNAME_2)/$(TARBALL_2)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/xstc/
H A DMakefile.in273 TARBALLURL = http://www.w3.org/XML/2004/xml-schema-test-suite/$(TSNAME)/$(TARBALL)
274 TARBALLURL_2 = http://www.w3.org/XML/2004/xml-schema-test-suite/$(TSNAME_2)/$(TARBALL_2)
H A DMakefile273 TARBALLURL = http://www.w3.org/XML/2004/xml-schema-test-suite/$(TSNAME)/$(TARBALL)
274 TARBALLURL_2 = http://www.w3.org/XML/2004/xml-schema-test-suite/$(TSNAME_2)/$(TARBALL_2)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/
H A DMakefile165 http://www.w3.org/XML/Test/xmlts20020606.zip
H A DMakefile.in167 http://www.w3.org/XML/Test/xmlts20020606.zip
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/msdos/
H A Dmakefile81 $(DEFS) -DDOSX=1 -w3 -c -g -O5
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/
H A DMakefile167 http://www.w3.org/XML/Test/xmlts20020606.zip
H A DMakefile.in170 http://www.w3.org/XML/Test/xmlts20020606.zip
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpeg4videodec.c165 int w2, h2, w3, h3; local
284 w3= w2>>min_ab;
288 + (-r*sprite_ref[0][0] + virtual_ref[1][0])*w3*(-vop_ref[0][1])
292 + (-r*sprite_ref[0][1] + virtual_ref[1][1])*w3*(-vop_ref[0][1])
295 + (-r*sprite_ref[0][0] + virtual_ref[1][0])*w3*(-2*vop_ref[0][1] + 1)
300 + (-r*sprite_ref[0][1] + virtual_ref[1][1])*w3*(-2*vop_ref[0][1] + 1)
305 s->sprite_delta[0][1]= (-r*sprite_ref[0][0] + virtual_ref[1][0])*w3;
307 s->sprite_delta[1][1]= (-r*sprite_ref[0][1] + virtual_ref[1][1])*w3;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpeg4videodec.c174 int min_ab, i, w2, h2, w3, h3; local
312 w3 = w2 >> min_ab;
318 w3 * (-vop_ref[0][1]) +
324 w3 * (-vop_ref[0][1]) +
329 w3 * (-2 * vop_ref[0][1] + 1) + 2 * w2 * h3 *
335 w3 * (-2 * vop_ref[0][1] + 1) + 2 * w2 * h3 *
339 s->sprite_delta[0][1] = (-r * sprite_ref[0][0] + virtual_ref[1][0]) * w3;
341 s->sprite_delta[1][1] = (-r * sprite_ref[0][1] + virtual_ref[1][1]) * w3;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/aarch64/
H A Dmdct_neon.S133 ldr w3, [x0, #28] // mdct_bits
H A Dopus_imdct_neon.S477 ldr w3, [x0, #CELT_FFT_N]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/easycap/
H A Deasycap_main.c1021 int c2, c3, w2, w3, cz, wz; local
1067 w3 = bytesperpixel * \
1087 w3/multiplier, mad);
1088 pad += (w3 / multiplier); rad -= (w3 / multiplier);
1099 ** WRITE w3 BYTES TO FRAME BUFFER
1189 * SKIP w3 BYTES IN TARGET FRAME BUFFER,
1194 over = w3;
1215 * WRITE w3 / 2 BYTES TO FRAME BUFFER
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/svg/
H A Ddcsvg.tex38 produced as a vector file, in the SVG format (see http://www.w3.org/TR/2001/REC-SVG-20010904/ ).
40 http://www.w3.org/Graphics/SVG/SVG-Implementations.htm8 Vector formats may often be smaller
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dfft_mmx.asm123 vshufps %5, %3, %2, 0x4e ; r = {w3,w4,v1,v3,w7,w8,v8,v5}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextbuffer.cpp5222 wxCoord w1, h1, w2, h2, w3, h3; local
5225 dc.GetTextExtent(stringFragment3, & w3, & h3);
5227 int kerningDiff = (w1 + w3) - w2;
5253 wxCoord w1, h1, w2, h2, w3, h3; local
5256 dc.GetTextExtent(stringFragment3, & w3, & h3);
5258 int kerningDiff = (w1 + w3) - w2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dwhrlpool.cpp649 word64 w0, w1, w2, w3, w4, w5, w6, w7; // temporary storage local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dfft.asm128 vshufps %5, %3, %2, 0x4e ; r = {w3,w4,v1,v3,w7,w8,v8,v5}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexi2html704 $DOCTYPE = '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html401/loose.dtd">';
709 $FRAMESET_DOCTYPE = '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html401/frameset.dtd">';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin1829 F�Z�]EW�������4���������f-0�����4c�h���fbb?� �ToM�����)D��C}�����|;��k�R��>�7�Go���yo9���s��M�w3�A�sP�yV �����'�T����$�A���t#�}�L+�1 �W4����PK�&�[#��'+Fk:�*I�����Fd�Z�JaFB=���H����w-���� F��5Y" �6���bBB��� ������dI[����9"���;���AB_iu(�"��ss�CsRh M���g�!t�
3725 �����|��L|�9�;i+ft���� ��Q.K� �a� Jr�g���d����3~���n����l���� ����x#��E���4�����sJP(F�'h�I>��^�����c���ej�� D ���R��Te�hU��$���f�n���������/C�K�/�����q6�����'o���+i<��n�z,�L�w3�1U��f+[�#�,5QO�� X��5������Y�O��1s������G>���4B,7��^r�����e�T�gG��L�)�+�Iua��7�?��d���W%�5��q���������^�2��e#��5��;o�������T�J��M�@�_G>/Qq��H�5;����su�J�sG����dy� ����qU�h������W�|�U���*�?����7J��y���,�gK�a�<b��qP+����F�p��W�C.����������N�JX� ���Q~cd� 4x���H��� Z������e�������}�m|=��6EX�D��� ��G$D�������t�5�!�� ���f�l��="^ �1>�?����nq0�O:s�+W���k��J:�n% �M�5��&�&2X�|��T�cp���:|A���>7R�� �� � ��0�B�f3���N< K�$�u2�0�81���_��_��V�Y���eu�_{�"���!I ���~@�q0*n���w�WZ��hU��k��g��A���w�7�X��Dz<t����k0w����*��q�|_��� ( ����%!������B�^t�,"�|����=��FJ��.��I9�o��YA���(��D���i1#����������IL��~�+�A� P�r�?�^�SJz4������1Jg�}����!����+�����_�����������n�h2��m���� |Q;���[>������������l�(vma ^AG��z�� [�:;J�t����������P @.^��)=�:�f��i�������W �n����}?pu^��m|o����f�y�����p��8:�W� �A�/��o�X[E��LE�o���pK ��n�y��3�����3�<��D!�S6.��YD�!E�����s��vj`q%�m��/�,��Y_2;��^_H�VzD�oc$5��to��>���T���L�=���)��)J�:��~������E�����X�<��a#��d$��0{������<A���@ ������ ?Tf����jf,��"��8F�����^ �vr'v�N��* ���m-��w����kP�aF���!#8���W���ar,�n�Z�����������������&b8C�����B+D9��m����:��f ���o�^mo�i7��d�C��aS�Z���tPM�����d{�E��vmUC\h(��� �<X`FSp�G�e��`������}h[����RK��������zP{���ky�m��KV��B��Vh@�$��Gn3�g JF���R--X�47�c���W����j7\`G=�1X��������^<o��3���}iF1���5�-��\r0��@�Wko��M�65��2s�{�>u������2L�?<q)5(��� GY\/}_��x��]���9��E���*�OF�IA��L���6��U�( �|6D��,"�5�{)=�������,���r�G���Y�[e� 7q3F�Y���F5���������7[6(s��{?���� �I�ceHs?���Z�-J�������&����CP�^��f���>v ?�>��|��&��z�H���=�$����������F$5�k����e�'�8
6600 y)G� ��������J8� ��;^���%��ttm��8�Ro�9�a�S]��!d�$A����"*Q�`^eT�V�G%��%!#������f��Uh������B��,R��� ��q�����w3����@���d���2� S7�����{p�|b$������������U?�1ta�UM��q��k
7212 ��x%��T��2�U�+�Uw"��$X3�W7b@}�MwK\���!������eN��Q���L��7�R��4�E7j=�_��w3�1U�;�+�'#�,�QO���X��=������Y�O��1s������G>���4B,7��nr�����e�T�gG��L�)�+�Eua��W�=��d���[%�5��q���������^�2��f#��9��;o������CT�J���L�H�_G>/Qy��H�+5'����3u�J�sG����dy�����q�T�x������W�|�U���j�?�:���^u#��_�YB���Cy�����v�+�qM*���/�]"EcKqmM=�q������Y1~�,���
10685 � ���{G�W�qR��e�GS�M�?�8mt�3���i�v��q�.8v2���+�]�?�8�r�f�G����q��h`�GW-�?�8qt�2�������?�8�t�3������3��G��8Xs�0�������g�oe|+�x��Y��w3���|'�;Y����=�x-��X��+��<�������?�����>�?�D�����3����x#���x �xW/�c����V�?���)�?���i�?����?��x;���g����g\g�3��w�����X��?�Y��?�=����^�?��8T����-�����ZG��%pp�"u�3U;��[���q��|7������8L��-��z��c ���q��[���O����<�a*�L���'���8L��x"���c��#�q���<��Y�����0�r��u��?�Z��q��c���B���?�0=�v�����w2������ ��f��i:�1���o`���:Z����[��a����?�k��3�������7����7����/x������Y��[������v�?����`����N�?�z�iZ� �W�pd%MA���kp��j�z�Q����P��i�1�7���e?�Wq��m���ks���������6���a���� �s}m�R��&7�D-yp���q�Zt���3�/�x�Uc�T���S��S�e��.��3��Q����v.;R��<P;L���k����������j56u�E� ��p������eU�'��zA�5J]��<��$�i�.����v�=1/`�r}<mU�}#|��n���_����A(� �x �����D���]DfV�jK��0��h���������+���M��� ����*_��6������&�0��D� t$:�����d���$�����_A�3 adY5W K*���Dg,3&��Y �g��nEc_]�(/|��q�����:{���L��� ��<(�i����������e�� ��S�� Z�)5�t]��u�9P���D���{���LKjZ�:�b��!��H��4���>���^<�^�&��D��;��h9��J���fiN?�����i�Z�U��PMKn��w��g#�PH�&���������^��� V�um����=+F��*�P�:����������->q��J�@�b����!�Zv��7������G����D�,�$�G������a($#�)@H�7gP(�-�Q� �=�����(
12968 ��c�7����5�w3�rg���/�q���.�'$ ���=~�AsWT��ZygS� �c��[h�����CD��858M��� =~~��&�(.! ���Kg�]��u�o��^q<���;U<�q��l���������l �T�=�QV�IR�u� M1�Nf���P�k���\� M�H�����C�;� 'V�&�f��lWo������OS�O�0TRO���,a���Z�vpA��6f� ����[�2/Q\��5�9&S����,��&p�d����tq\F��hm�Z��y�T�i>�Oz�d��UT���f3�Z��LvMb���4j�D���G.�������i0I���W�P�]����y�47YyHBS��^����r�J�e��l��i�C�E��C���O��3��Y��~XS5�t1-G���B�o�R|g��Sh@���@�����{Nz�]�A��7�aLv�0Yz��� �k��r�+^����� �`~���W<�� 2���4�w��q %9�\�vAs����Q�]C!Z��� n�3\0��+w�I��`�����i|�t��AL�~��R�R���maj�h �}�p���Tb�l:�d��[�����:�=������{{��{�5���������,���<������).������0o����6���u�.�I������K��j�_�*'�7��wSF��M9��]���wfLFz�3����2���]�Z��)��������&��=�|����qc������\W�`���������=��}�������{{�?n������\����|���L���/O m=�Fe���&�������S]h���0<�z�V�
14966 :x���H�&p|��l�T�z��� �,�c� ��G`�[�����5�����s?�w3�j
15754 ��x���2�w3].�kb�
[all...]

Completed in 689 milliseconds

12