Searched refs:xq (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/x86/
H A Dvf_hqdn3d.asm60 %define xq widthq
73 LOAD pixelantd, xq, %1
77 LOAD t0d, xq+1, %1 ; skip on the last iteration to avoid overread
80 movzx t1d, word [lineantq+xq*2]
82 mov [lineantq+xq*2], t1w
85 movzx t0d, word [frameantq+xq*2]
87 mov [frameantq+xq*2], t0w
93 mov [dstq+xq], t0b
95 mov [dstq+xq*2], t0w
97 inc xq
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Ddwt_yasm.asm185 xor xq, xq
190 movu m1, [b_w2q + 2*xq]
191 mova m0, [bq + 2*xq]
195 mova [tmpq + 2*xq], m0
196 add xq, mmsize/2
197 cmp xq, w2q
200 xor xq, xq
206 movu m1, [b_w2q + 2*xq]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Drsa.c421 gcry_mpi_t xq = NULL;
428 /* Make sure that |xp - xq| > 2^{nbits - 100} holds. */
432 gcry_mpi_release (xq);
433 xq = gen_x931_parm_xp (nbits/2);
434 mpi_sub (tmpval, xp, xq);
468 tbl[5].value = &xq;
496 q = _gcry_derive_x931_prime (xq, xq1, xq2, e, NULL, NULL);
500 gcry_mpi_release (xq); xq = NULL;
420 gcry_mpi_t xq = NULL; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Drsa.c421 gcry_mpi_t xq = NULL;
428 /* Make sure that |xp - xq| > 2^{nbits - 100} holds. */
432 gcry_mpi_release (xq);
433 xq = gen_x931_parm_xp (nbits/2);
434 mpi_sub (tmpval, xp, xq);
468 tbl[5].value = &xq;
496 q = _gcry_derive_x931_prime (xq, xq1, xq2, e, NULL, NULL);
500 gcry_mpi_release (xq); xq = NULL;
420 gcry_mpi_t xq = NULL; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dnbtheory.h73 CRYPTOPP_DLL Integer CRYPTOPP_API CRT(const Integer &xp, const Integer &p, const Integer &xq, const Integer &q, const Integer &u);
H A Dnbtheory.cpp553 Integer CRT(const Integer &xp, const Integer &p, const Integer &xq, const Integer &q, const Integer &u)
556 return p * (u * (xq-xp) % q) + xp;
558 Integer t1 = xq-xp;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dppp_generic.c86 struct sk_buff_head xq; /* pppd transmit queue */ member in struct:ppp_file
165 spinlock_t downl; /* protects `chan', file.xq dequeue */
674 skb_queue_tail(&pf->xq, skb);
1171 skb_queue_tail(&ppp->file.xq, skb);
1273 (skb = skb_dequeue(&ppp->file.xq)))
1277 if (!ppp->xmit_pending && !skb_peek(&ppp->file.xq))
1587 if (skb_queue_empty(&pch->file.xq) ||
1749 if (!skb_queue_empty(&pch->file.xq) ||
1751 skb_queue_tail(&pch->file.xq, frag);
1784 while (!skb_queue_empty(&pch->file.xq)) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/tests/
H A Dcavs_driver.pl387 my $xq = shift;
401 . "(Xq #$xq#))))\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dcavs_driver.pl387 my $xq = shift;
401 . "(Xq #$xq#))))\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dstdsoap2.cpp11821 { register struct soap_xlist *xq = *xp; local
11822 if (!soap_match_cid(soap, xq->id, content->id))
11823 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Found matching attachment %s for content id=%s\n", xq->id, content->id));
11824 *xp = xq->next;
11825 *xq->ptr = (unsigned char*)content->ptr;
11826 *xq->size = (int)content->size;
11827 *xq->type = (char*)content->type;
11829 *xq->options = (char*)content->options;
11831 *xq->options = (char*)content->description;
11832 SOAP_FREE(soap, xq);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/calc_vs2005/calc_vs2005/
H A Dstdsoap2.cpp11821 { register struct soap_xlist *xq = *xp; local
11822 if (!soap_match_cid(soap, xq->id, content->id))
11823 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Found matching attachment %s for content id=%s\n", xq->id, content->id));
11824 *xp = xq->next;
11825 *xq->ptr = (unsigned char*)content->ptr;
11826 *xq->size = (int)content->size;
11827 *xq->type = (char*)content->type;
11829 *xq->options = (char*)content->options;
11831 *xq->options = (char*)content->description;
11832 SOAP_FREE(soap, xq);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/
H A Dstdsoap2.c11821 { register struct soap_xlist *xq = *xp; local
11822 if (!soap_match_cid(soap, xq->id, content->id))
11823 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Found matching attachment %s for content id=%s\n", xq->id, content->id));
11824 *xp = xq->next;
11825 *xq->ptr = (unsigned char*)content->ptr;
11826 *xq->size = (int)content->size;
11827 *xq->type = (char*)content->type;
11829 *xq->options = (char*)content->options;
11831 *xq->options = (char*)content->description;
11832 SOAP_FREE(soap, xq);
[all...]
H A Dstdsoap2.cpp11821 { register struct soap_xlist *xq = *xp; local
11822 if (!soap_match_cid(soap, xq->id, content->id))
11823 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Found matching attachment %s for content id=%s\n", xq->id, content->id));
11824 *xp = xq->next;
11825 *xq->ptr = (unsigned char*)content->ptr;
11826 *xq->size = (int)content->size;
11827 *xq->type = (char*)content->type;
11829 *xq->options = (char*)content->options;
11831 *xq->options = (char*)content->description;
11832 SOAP_FREE(soap, xq);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dstdsoap2.cpp11821 { register struct soap_xlist *xq = *xp; local
11822 if (!soap_match_cid(soap, xq->id, content->id))
11823 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Found matching attachment %s for content id=%s\n", xq->id, content->id));
11824 *xp = xq->next;
11825 *xq->ptr = (unsigned char*)content->ptr;
11826 *xq->size = (int)content->size;
11827 *xq->type = (char*)content->type;
11829 *xq->options = (char*)content->options;
11831 *xq->options = (char*)content->description;
11832 SOAP_FREE(soap, xq);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/calc_vs2005/calc_vs2005/
H A Dstdsoap2.cpp11821 { register struct soap_xlist *xq = *xp; local
11822 if (!soap_match_cid(soap, xq->id, content->id))
11823 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Found matching attachment %s for content id=%s\n", xq->id, content->id));
11824 *xp = xq->next;
11825 *xq->ptr = (unsigned char*)content->ptr;
11826 *xq->size = (int)content->size;
11827 *xq->type = (char*)content->type;
11829 *xq->options = (char*)content->options;
11831 *xq->options = (char*)content->description;
11832 SOAP_FREE(soap, xq);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/
H A Dstdsoap2.c11821 { register struct soap_xlist *xq = *xp; local
11822 if (!soap_match_cid(soap, xq->id, content->id))
11823 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Found matching attachment %s for content id=%s\n", xq->id, content->id));
11824 *xp = xq->next;
11825 *xq->ptr = (unsigned char*)content->ptr;
11826 *xq->size = (int)content->size;
11827 *xq->type = (char*)content->type;
11829 *xq->options = (char*)content->options;
11831 *xq->options = (char*)content->description;
11832 SOAP_FREE(soap, xq);
[all...]
H A Dstdsoap2.cpp11821 { register struct soap_xlist *xq = *xp; local
11822 if (!soap_match_cid(soap, xq->id, content->id))
11823 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Found matching attachment %s for content id=%s\n", xq->id, content->id));
11824 *xp = xq->next;
11825 *xq->ptr = (unsigned char*)content->ptr;
11826 *xq->size = (int)content->size;
11827 *xq->type = (char*)content->type;
11829 *xq->options = (char*)content->options;
11831 *xq->options = (char*)content->description;
11832 SOAP_FREE(soap, xq);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin1803 u�|�),Ha���������B����e��R+@���r�ZP�_�T����EnuQq�R�����t!��yT��=����xq�7uZ�./w�_�9�K8@���+��R���
2401 � \u�L���xq�c^s���|��p����J�c^�p\�����q�8��P�rU;�V���v��j|�y���59JD������SM����f��Y��|Z��T�{5_7�Z��!�Y�����8��i�����W
3364 aD `,��������a�U���r�$r�Y'����b�[A�.���KuS�e��g=�e]�e}����.��.��.��.�j��� �U�82���n���:����q��H��xq�9Ch���V0�~�K@��8@W([<�^iL�M�����ccY����@UfT����x�N�M�a�����RRL���JG=X~R+�����]�U,��H�����ytq|�&�g,�[��vx���-a0�4|���K7�a{���y?�z�O�]N�s�B}#�U�s�Cacj)�r1�V8cU�`���jG�� �iJ�H2Y������X���aB?S��pW��"����.�NdE����t����K�x��_�M���34���_��^�A���� �%���Bm��� 53+�}���+c�`�����F����A��UmDb���k���N+R�R�zmT��>�����XN�N���r�����*��B����"���bX_l�y�3�3��~����I�Z��`�����:��;���0�^��#�`Af���a�]_h�x)1�f�Y��������jil�^�
7265 ���jj�M��U����;�����y� w�f�����|qy./�������(�,�|E^�6����ij����6�*��#��q? �I�'X��u"��[2���w;��(�kDs����(�|��0u��g�HG�8�;b���� ��,h4��j D��q�;�V���8o��5�7i��)��9]�#��&��LNr���3���2��y�V����@ssG�[��+��;��wO=�u�C���C\%w�����<@���n�|�?w��� 1�����B����(}�v���fl��Q[�k^�ei����76AIR2L ��u\�� >������f�|��!�'3���I'!���mS��_du�Y]�o$Z��"���h�e��Y�����V�"��r^_� w�T����J���Le��w�`��|��_�����1!����[�(������;� h/����_�7$=H�DR���#����$A,A����vM���d0��7[�z|�Q� �pZ�d�=6�N�q�����q��?�* �����>��{GE�9�N}3qvl&�0�y/�Hd��!6��>� f�y��~i4���2��R;�i��>S�)s:�Q�8�eu�T�v�xq �#�8�V�RT��s�I�72������� �~���3"H�`j$[BgOF���N@F����N�"�~���O��p� G�$B��������}4g�/�118��J�1�%�V�����*9��@��vh�� 3@(M������g�!5;�B���,��$g�/b�=o�s;T��eZ�wz\4��QEg��%��4�q~\.miH7���Y�|W��wT�������Ft�5�����Yg���P:������@ri\=�b
9047 p�1sp��������Y%g����P���!��!��TX<����V�|����`NC�*S1���xF{��4��xq���9���*�i�x�J�G����1'Y�������\0'�v+"��]'�v�v�,|`Nv�,�`N�+ ���(+<��=B�@0'� �� �dO8��c�p38��s�[g#�9�3�#�9��W#�9����\����`N���s�W\���>�!D0'{���`N�:v�.���q&"�����.t5��>������szQcN�"�9�;v"�9��\��d_/= �d ���9�7�}* ��)��eJ<���7�)Q0'��>(; 0'[0'����s�sr��l��\0'[0'�)-�� ���>�hD��9�5���B��8��yL��^��E4M�B����UU�0��zxP�^�T��K8�!aV�<XE�.��� "��#�� ������X�cN�����/��Q��������q������P���T<-��]P� 9Q��,� ����� �d��{���~�O�`N��& ���~%�S0';� �%0';���9�F�����B�j�����u���;W���c}�i���]���-�]���-�]�������n����j��3)qhdC�����Y���6~i�i�0��U:r�7U/�LwDT�
12876 �8-�F��I������:M`-�Uo{�H��B8{�#{�� �����n��_�^�� ��o���5���!k��������i��s�������-����/���B>H{]m����o�'Y{�S����l�~np~�����?J��m�YqR>���������_���O:���e��I��bp��� �o�i�����o�&%�wE�o�&Y��C����`��o�|� ��o��k������7y���;��[x,X��x)����_t�e������|������!����/�L�����A���BI�]R����}��]���o����$�����} |���^r ������k�T�F %��`MR.���%�;D���b��5'~��K�Vji�[mk[����~h�T�$(UT���F����S#FD��?����������y�_%{�3��<��3�<s�� ������|�Q�k�2�D:�@�y�` ^���'��K���x�o���B��M_������~�����������~��9=��3|��K�����>U����,>�����<��=�<��s��kz�<O�gu��������?�\�&�J����(�Wz��|�6�5hw�'����@.�����b�k~��_�K�A� Gf�;�+����Iuh��4��M�M��b��h=����D�xq��*[��m�����������e�x�:K���Rs.�n���M���!'���4���L�M��4�a&HQxr������k =����"y`�0����E����}�'���g+��c���x������p�g�}���L?~��?���m�?C� �/C���m�O%��� � �V`DB�'W`�T��a�p&��'��wEui�.\��Ee�E@���=�q)����o)ia�l~v�� `����r� ���[�0��I�7��A������A� B�����|�����R� \c��: ���A��&�\���?}������>�F���Y �~� w����)�O�H�r�.#�LC$���*GI�D��?���5�~H������h�Q[��e�G`�X��$���o��?�;��/�����B����_h�������+�v�S��|3�����'��?y��'fL���=���4��o`?z%�?�-���- �r����~�y�V��`�������-mF
13363 ����2�q6�@����TA]>"�6���[x/�f���[l\����3����.�a�EF#��e�2����d��Q��2��FI��a��������3D#�&��P��*|�M�c�lx��J��*Y1t�{�h �2�������P6��xq�FJ�
16228 k�F�����M���0$7�$�s�C��u&4����b&bZe�����l���d�c��O�hk�@�i �Z��.:���lx*�]�����l9*�Y��@�pr���Xq�������]7d�r���'i�g����`dY��/|�d��X �W]���/����,X���/�^OO���k,��� �����E���W�:�!���}�� �O�L��e��a � ��+��!�1h>��ar� R|l�F���v$��p }QDz :P���C�7�u��|j�h���P��V�m�A���Cz;�F��be���O����:k�b��-����E���m�p�i��bgC��g�wA�0��p�Y��:��5��1�����rZ5�K(Z��:���p� �"��T$0$o�ne�7��3�w�u=��>��3i���F�f�o��F!R�GY�Xd��������g<����8lx���L���=��o�P������ ��kdT����6'l�Rqr�:�������v�����p70���{y)��c��L  ��;����/��@����n����" ��JC�X���0,���rq����`���` �`�q����{xX�:e^{�8��xq���x��?�#�C����������n��XeD[�')�����-�� eB&�
[all...]

Completed in 546 milliseconds