Searched refs:U2 (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dxxan.c215 uint8_t *U2 = U + s->pic.linesize[1]; local
225 U[i] = U[i+1] = U2[i] = U2[i+1] = uval | (uval >> 5);
231 U2 += s->pic.linesize[1] * 2;
H A Dtruemotion2.c61 int *Y1, *U1, *V1, *Y2, *U2, *V2; member in struct:TM2Context
369 U = (ctx->cur?ctx->U2:ctx->U1) + by * 2 * Ustride + bx * 2;\
383 Uo = (ctx->cur?ctx->U1:ctx->U2) + by * 2 * oUstride + bx * 2;
751 U = (ctx->cur?ctx->U2:ctx->U1);
923 l->U2 = l->U2_base + l->uv_stride * 2 + 2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A DJSON_parser.c203 U2, /* u2 */ enumerator in enum:states
268 /*u1 U1*/ {__,__,__,__,__,__,__,__,__,__,__,__,__,__,U2,U2,U2,U2,U2,U2,U2,U2,__,__,__,__,__,__,U2,U
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/missing/crypto/rijndael/
H A Drijndael-alg-fst.c107 ^ *((const word32*)U2[w[1]])
114 ^ *((const word32*)U2[w[1]])
121 ^ *((const word32*)U2[w[1]])
128 ^ *((const word32*)U2[w[1]])
444 ^ *((const word32*)U2[a[0][1]])
450 ^ *((const word32*)U2[a[1][1]])
456 ^ *((const word32*)U2[a[2][1]])
462 ^ *((const word32*)U2[a[3][1]])
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Decp_nistz256.c295 BN_ULONG U2[P256_LIMBS], S2[P256_LIMBS]; local
346 ecp_nistz256_mul_mont(U2, in2_x, Z1sqr); /* U2 = X2*Z1^2 */
347 ecp_nistz256_sub(H, U2, U1); /* H = U2 - U1 */
352 if (is_equal(U1, U2) && !in1infty && !in2infty) {
368 ecp_nistz256_mul_mont(U2, U1, Hsqr); /* U1*H^2 */
369 ecp_nistz256_mul_by_2(Hsqr, U2); /* 2*U1*H^2 */
374 ecp_nistz256_sub(res_y, U2, res_x);
398 BN_ULONG U2[P256_LIMB local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Decp_nistz256.c295 BN_ULONG U2[P256_LIMBS], S2[P256_LIMBS]; local
346 ecp_nistz256_mul_mont(U2, in2_x, Z1sqr); /* U2 = X2*Z1^2 */
347 ecp_nistz256_sub(H, U2, U1); /* H = U2 - U1 */
352 if (is_equal(U1, U2) && !in1infty && !in2infty) {
368 ecp_nistz256_mul_mont(U2, U1, Hsqr); /* U1*H^2 */
369 ecp_nistz256_mul_by_2(Hsqr, U2); /* 2*U1*H^2 */
374 ecp_nistz256_sub(res_y, U2, res_x);
398 BN_ULONG U2[P256_LIMB local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dxxan.c248 uint8_t *U2 = U + s->pic->linesize[1]; local
262 U[i] = U[i+1] = U2[i] = U2[i+1] = uval | (uval >> 5);
268 U2 += s->pic->linesize[1] * 2;
H A Dtruemotion2.c84 int *Y1, *U1, *V1, *Y2, *U2, *V2; member in struct:TM2Context
417 U = (ctx->cur?ctx->U2:ctx->U1) + by * 2 * Ustride + bx * 2;\
431 Uo = (ctx->cur?ctx->U1:ctx->U2) + by * 2 * oUstride + bx * 2;
808 U = (ctx->cur?ctx->U2:ctx->U1);
984 l->U2 = l->U2_base + l->uv_stride * 2 + 2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/asm/
H A Decp_nistz256-x86_64.pl2190 $U1,$U2,$S1,$S2,
2333 lea $U2(%rsp), $r_ptr # U2 = X2*Z1^2
2334 call __ecp_nistz256_mul_mont$x # p256_mul_mont(U2, in2_x, Z1sqr);
2337 lea $H(%rsp), $r_ptr # H = U2 - U1
2338 call __ecp_nistz256_sub_from$x # p256_sub(H, U2, U1);
2345 jnz .Ladd_proceed$x # is_equal(U1,U2)?
2393 lea $U2(%rsp), $r_ptr # U1*H^2
2394 call __ecp_nistz256_mul_mont$x # p256_mul_mont(U2, U1, Hsqr);
2404 #lea $U2(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/asm/
H A Decp_nistz256-x86_64.pl2190 $U1,$U2,$S1,$S2,
2333 lea $U2(%rsp), $r_ptr # U2 = X2*Z1^2
2334 call __ecp_nistz256_mul_mont$x # p256_mul_mont(U2, in2_x, Z1sqr);
2337 lea $H(%rsp), $r_ptr # H = U2 - U1
2338 call __ecp_nistz256_sub_from$x # p256_sub(H, U2, U1);
2345 jnz .Ladd_proceed$x # is_equal(U1,U2)?
2393 lea $U2(%rsp), $r_ptr # U1*H^2
2394 call __ecp_nistz256_mul_mont$x # p256_mul_mont(U2, U1, Hsqr);
2404 #lea $U2(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Drijndael.c503 *((u32*)w) = *((u32*)U1[w[0]]) ^ *((u32*)U2[w[1]])
507 *((u32*)w) = *((u32*)U1[w[0]]) ^ *((u32*)U2[w[1]])
511 *((u32*)w) = *((u32*)U1[w[0]]) ^ *((u32*)U2[w[1]])
515 *((u32*)w) = *((u32*)U1[w[0]]) ^ *((u32*)U2[w[1]])
H A Drijndael-tables.h1285 static const unsigned char U2[256][4] = variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Drijndael.c503 *((u32*)w) = *((u32*)U1[w[0]]) ^ *((u32*)U2[w[1]])
507 *((u32*)w) = *((u32*)U1[w[0]]) ^ *((u32*)U2[w[1]])
511 *((u32*)w) = *((u32*)U1[w[0]]) ^ *((u32*)U2[w[1]])
515 *((u32*)w) = *((u32*)U1[w[0]]) ^ *((u32*)U2[w[1]])
H A Drijndael-tables.h1285 static const unsigned char U2[256][4] = variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin2970 �,�w.�����W�A�j3�.I&�P����:�s~������C�� ��#|��)���!��8�r��'��8%�� ��'��y������K�%N����kd�FU:-/Y��7�����4ZL��������)F'/�U2�p�Y.M��� ���E�ta�����1k(��%Xs���&������}5%3Q�m����U���]�h>�<t��4����+.E�_T$��T7�R7������;��<R��oT�LA��tC�or�)ea2�?�j�>�!�9�q�W����'vA�8�oC�'������yY������{7�R"��e�L������
8639 �tMi��m�������%Mm�IA������\g�/2�� ����n���Z��<��BhI0��w7�D���1{@p�z<djI��B��h��:4���~����A���<�t�d�����3�!��������\t%������\�;;����ma�� �' �t���:��%y�Bg��a-iZ[�b��'�q�M��t���g5������.hL���U/����e�� �����t�B���Qq�pp?�{�Q�W+����Y�aQ��k]�k����� 3U��k��� ��5���;5���-@����������(��m�ZS��7m���4H�tKB��~+�=��{����7���������_0��I�f6�Uh�#��������.[�c}D�)S��7�������`j�Kv�� �Z�E$$Y��W����i�(F.��o` ��@���^M���72��?r�a��t�X��h�f/��.p���?��^l��m��E�"���#���W�����o�u�f��z�!�������G:x.�y�'zL��a;�/zV8�i������E�\M�zDa:�������8Wc}$�����^���t�h��hfB��xg*Jw7����.���� |���W��3<�:���kx��f��8�7 ��Yn�Iun������r�_�j��P�`��BA��w���u�+"{ugu,j����������H��� b|���k�/i�r �Q?������MR}2U2��(0�V�����9�"������6�I���W�`!���t������zw2���&��TO�i�*l& �f�dY��� ���&�9����I�;�����h���R����)U?�Z5�"d����� �L�e �<&��"h^��\�p�s�1������:�+�����|F�h�dt~������%��?����C���L�"Y��8�U�8F1-��YRng���$zY��+:��/\�j�fo�4| ����~��j?n��F��_��f�2WEm��������9�:�.}�3��9Ht���_C:XD=��OF���C��oU��p�+U� ��r��kn�\e?����� V��X.���� �Z�w�U��\+/lg���{�
9725 �#��gN�����6s�����9��~����T�X��� b��N7����)sX�e���/�����z�����aQ��!e��.7���z:��m����t���$s��Jr'_�8�!uL��- wE��&�� ��g������b���P$����t���[|��]���/ �M������A5�Si�����-���sZr�2 ���������@�����+������$d�$��|��K�BB�RI�R ��K��R� � ����@f8��RB������$��D#��0�_nZU���'�����\S��R�;��m����r�������w�TGa���A��b�����Qa�L��4dJ��4�=�8�K�MJ��X��Y&�W:,U2��YM$������] ���K!��Wn����"���|��L�p�M� �+�.�{\�x�h3,$R E'k$��������6WM�_���"V� Zo
10040 \u��b� �<��������8�t��U2�\�^��__�/ {#������4�S��b�Ej�����%����������|� �!��4x��in����(�c��Q1}\��'p�_���}��o������ NO������O�,�������������U�w$?������[v}��O���'����;x��r���Y��R�������[���������!���Y~�#�{�\��_x �p��y�s�����W�o��v��?��}��q�N��'���b<���\��G�/���*���_���)��k]� �W�U[\�8O������7]o9i ������������ �I�>�������g!�����~�4x����Ic$��*�i��b� q��Z[�ACWU�"!�3S���l�{���(WWW��l�]��3DdE�0����@,W�'�(HF����X�IPd�rH!A�V��8����^=3q`������w~�{�}�=�.��+�����4� �w ~�^,�/�g�}������?X�����~�Q��_X��}�v���0��b�����/��_�3
[all...]

Completed in 212 milliseconds