Searched refs:II (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bpalogin/
H A Dgen_md5.c88 * FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4. Rotation is
94 #define II(a, b, c, d, x, s, ac) { (a) += I ((b), (c), (d)) + (x) + (unsigned int)(ac); (a) = ROTATE_LEFT ((a), (s)); (a) += (b); } macro
246 II(a, b, c, d, x[0], S41, 0xf4292244); /* 49 */
247 II(d, a, b, c, x[7], S42, 0x432aff97); /* 50 */
248 II(c, d, a, b, x[14], S43, 0xab9423a7); /* 51 */
249 II(b, c, d, a, x[5], S44, 0xfc93a039); /* 52 */
250 II(a, b, c, d, x[12], S41, 0x655b59c3); /* 53 */
251 II(d, a, b, c, x[3], S42, 0x8f0ccc92); /* 54 */
252 II(c, d, a, b, x[10], S43, 0xffeff47d); /* 55 */
253 II(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dmd5.c242 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
260 #define II(a, b, c, d, x, s, ac) { \ macro
406 II (a, b, c, d, x[ 0], S41, 0xf4292244); /* 49 */
407 II (d, a, b, c, x[ 7], S42, 0x432aff97); /* 50 */
408 II (c, d, a, b, x[14], S43, 0xab9423a7); /* 51 */
409 II (b, c, d, a, x[ 5], S44, 0xfc93a039); /* 52 */
410 II (a, b, c, d, x[12], S41, 0x655b59c3); /* 53 */
411 II (d, a, b, c, x[ 3], S42, 0x8f0ccc92); /* 54 */
412 II (c, d, a, b, x[10], S43, 0xffeff47d); /* 55 */
413 II (
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DMD5Sum.cpp131 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
138 #define II(a, b, c, d, x, s, ac) { (a) += I ((b), (c), (d)) + (x) + (uint32_t)(ac); (a) = ROTATE_LEFT ((a), (s)); (a) += (b); } macro
282 II (a, b, c, d, x[ 0], S41, 0xf4292244); /* 49 */
283 II (d, a, b, c, x[ 7], S42, 0x432aff97); /* 50 */
284 II (c, d, a, b, x[14], S43, 0xab9423a7); /* 51 */
285 II (b, c, d, a, x[ 5], S44, 0xfc93a039); /* 52 */
286 II (a, b, c, d, x[12], S41, 0x655b59c3); /* 53 */
287 II (d, a, b, c, x[ 3], S42, 0x8f0ccc92); /* 54 */
288 II (c, d, a, b, x[10], S43, 0xffeff47d); /* 55 */
289 II (
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dmd5.c73 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4 */
90 #define II(a, b, c, d, x, s, ac) \ macro
280 II ( a, b, c, d, in[ 0], S41, UL(4096336452)); /* 49 */
281 II ( d, a, b, c, in[ 7], S42, UL(1126891415)); /* 50 */
282 II ( c, d, a, b, in[14], S43, UL(2878612391)); /* 51 */
283 II ( b, c, d, a, in[ 5], S44, UL(4237533241)); /* 52 */
284 II ( a, b, c, d, in[12], S41, UL(1700485571)); /* 53 */
285 II ( d, a, b, c, in[ 3], S42, UL(2399980690)); /* 54 */
286 II ( c, d, a, b, in[10], S43, UL(4293915773)); /* 55 */
287 II (
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dmd5.c73 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4 */
90 #define II(a, b, c, d, x, s, ac) \ macro
280 II ( a, b, c, d, in[ 0], S41, UL(4096336452)); /* 49 */
281 II ( d, a, b, c, in[ 7], S42, UL(1126891415)); /* 50 */
282 II ( c, d, a, b, in[14], S43, UL(2878612391)); /* 51 */
283 II ( b, c, d, a, in[ 5], S44, UL(4237533241)); /* 52 */
284 II ( a, b, c, d, in[12], S41, UL(1700485571)); /* 53 */
285 II ( d, a, b, c, in[ 3], S42, UL(2399980690)); /* 54 */
286 II ( c, d, a, b, in[10], S43, UL(4293915773)); /* 55 */
287 II (
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/
H A Dedac_mce_amd.h19 #define II(x) (((x) >> 2) & 0x3) macro
20 #define II_MSG(x) ii_msgs[II(x)]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dcrc_i386.asm35 ; (like the Pentium Pro, Pentium II, and probably some Pentium clones).
38 ; do not yet work on a Pentium Pro or Pentium II machine ...)
82 __686 EQU 1 ; optimize for Pentium Pro, Pentium II and compatible CPUs
135 ELSE ; __686 : optimize for Pentium Pro, Pentium II and compatible CPUs
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dcrc_i386.asm35 ; (like the Pentium Pro, Pentium II, and probably some Pentium clones).
38 ; do not yet work on a Pentium Pro or Pentium II machine ...)
82 __686 EQU 1 ; optimize for Pentium Pro, Pentium II and compatible CPUs
135 ELSE ; __686 : optimize for Pentium Pro, Pentium II and compatible CPUs
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/
H A Dconfig199 Pentium\ II*) MACH="i686" ;;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/
H A Dconfig207 Pentium\ II*) MACH="i686" ;;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/
H A Dconfig207 Pentium\ II*) MACH="i686" ;;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/msdos/
H A Dcrc_i86.asm196 Align_Size EQU 4 ; dword alignment on Pentium II/III/IV
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/msdos/
H A Dcrc_i86.asm196 Align_Size EQU 4 ; dword alignment on Pentium II/III/IV
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx86/
H A Dgvmat32.asm31 ; if you have a more modern CPU (Pentium Pro, II and higher)
46 ; on pentium Pro/II/III, faster (but less) in P4, but it seem
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/masmx86/
H A Dgvmat32.asm31 ; if you have a more modern CPU (Pentium Pro, II and higher)
46 ; on pentium Pro/II/III, faster (but less) in P4, but it seem
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A DwxPython.tex89 Pentium II, but you really notice the difference on slower machines.)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/src/
H A Dilsp.S270 # Art of Computer Programming, vol II, Seminumerical Algorithms. #
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D01-introduction.tex32 addition of a hybrid wavelet filterbank in Vorbis II to offer better
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat-lisp.c2283 static const enum format_arg_type II [2] = { variable in typeref:enum:format_arg_type
2704 if (!check_params (&list, paramcount, params, 2, II,
H A Dformat-scheme.c2306 static const enum format_arg_type II [2] = { variable in typeref:enum:format_arg_type
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin4382 �4,��Y-�^3��S��q�>��~S[��JK���F)KNk�]�Sb�I�N�T��8����Q��'Y�� ��Kw����6M���E�`(����2��Jd���b2�<fV e�Zu�'S����`sx��a�(�2U|�u*���;T*��|�t�s*���w �`5\��(7�r���r����x�0";�������Z`$\?���:� �:���ED��1�K��B�������e�n���Hr2���;b\H`X��j\r�I�C��v�P�&D5f��L+���� ����(��j��M������6�d� ���J�����e\��� =��g������Cu�&�u�����7��w��HW}-��~y-N�!k�#\�%�����V%��/U+d�n���#o a�FC��F%�u�m/c{�C@:��B@f��V��[��Y����2m���WC����1�2�A+����������T�R� �|�*�II�]u��D���� S��u h������V�#�[\2�}�n�hp�Z��8b>1�n|Z B�~ �b�jo�����0����"��F�;�tg���� �83��(�����������11�N���(����~����F�G�O H���l���A��C��h+Z"�/mV
5707 y-G� ��������J8� ���_���%��ttm��8�Ro�>_������2m���UWC���;0�2 �A+�����������T�R� �|�*�II|���o&�Tum����h��4za����i+2��-.���n��hp���8b>1�n|��`?�p�@��a��s ��Eu�D��s��G���s�4m��aY���Ff�N��Rs����L��\��NK�X?���_��#�#�q�H6H�������!AS �- ��6#�-���|�%��e��A����� ]�blYd+[5\�Si�QLo��JpF��8?~��=�L&�=>���9��S�����kNo�W�T����0HPy��w��o��`�f�Q��c�#��do<i��p���3� $~Z8�n��uu�+�����
6152  �F�]�b��&^��R����d�~YU�� �R�O���:m����@C>>0lc�XL����8�cM �k��2��T����q`��[�NP����Z���v���f�V�(��Om�L5��4�+���w�A���c�� ��$O�*cuZ���+���Y�{���W�;�s2V*1C^e4����)B�����M��Ne���i�����"�����wjU{+f����4����eh����@�U*��/R��P?A�G�bh�RR��8���8n������@i�������Dl��,+��W���D�f��{��7N�����Hh��um�{ -����,=�}z-N��N@uR���������Ry>���xUN$%\�F���iB��,�VC� �d���W�Z� �e�1�Z�(����>���B���6D�����;���P�f���Rw�;�����~���p���p� ��dT"�f�y�p�'���y�0";�����E��Z`$\?���<� ����1�#(���~��� �XE�%L4����Hr2���[b\H`X��&��������m���M�"j��C2!�P�{��H���F� ��o��]�(��mF�XNG����=�e\ ��=��g������C����q������I��'���Z�&���8����p��n:�/Z���U �����j$��4�a+� ���p������K ���q���Zu.�������2m����WC����0�2�A+�����������T�R� �|�*�II|���o&�Tum����h��4za����i�3��-.���n�u48�m�.1� j7>��P����X������9�.�������9�QwO �Y�9b�6���,
7037 L�*���: �kU��*qG�I������g���8\ �?3�-F%Bn5�S5yB�y�7 #� ���Yx�F��c���s8��G�������P.%F ����c�����hq���F��q��_�B�*�-8�P��S�OZ<�io'���(���?�%��wo� �Wo��` ���7�_��� F�XNG����=�e\���zn�g����!PK 5��C�������d$��+�D��k���������".� <t#_�*!���B����#q���� ��o�����������ylXbHG�6��, ����u�D�jo ��M���J(�Ru7�Uf@5��`���~�|I�H��T�R� �|�*�II��Cu��J+R���K����0��������&����I���p3L�H���!������v�S�q,�����U?�1t~�UM��cu���u�#��h�� ���>�2�N����C�� ��f�:�t[j_�����<�"A����d�t|/���8$�TmEK����Da�����������@�r����[���E��e�Z���aO�AG1������b�`|@l|�R��3�8��P��:������zV���_pz������|��W�&�|�_b�V�1����#��b�<i��p-���C�'��9��p'����1�X�4-7Sh����a5-0��Q\t'��_�B�_���fU����;w�*��F��F���z�h��\���@���s�QI�q��c#��Y.�,��,����N����A�K�jV�TH7��� r���.N�He;���0]x/����,��d/�R���� ���W [��(�W�a������Q-v/(R]����rVr:q��"������W__S�������t*V�%���|��t��
7874 ��+������M m���Hd�w ���x�~��To��Ie�� B��uh�r{�]'mh���>C�u��F�Pi�t��@���d�X�7�L:��+;������iq���_P��c�0�����������oN�:6hS�2&�a���ZB/;�6[II��d���j��/��/��K��r��2�|I+�:�����nt9�P�XnK�G��� �L���%��k�n�`h:� Hd�Z��%� ������?��&���(�`�f-��&�����vqU�[,�TCx�d��[��L�����w��,/[H�D�\j����B��������v����-]9"�����
9284 �� b���R\ ���u�8��Oj�Mq[JY��Y�� C�r�����y�1M������)p���q;��9��#(k�����`"��(����k,��3C�TZ�B3�8w�[h�!�� Z{CYx����[4�������LJ% H���� �:,I6�K�9,Y�R4�v)^��t�����4��a U�tB7�V�I�Sc�LJ+a(zO�(����F)To2<II�O��� �[�����B����$�������$���� 0)�S�����Fj�+D�w56Ji�Q|i,�u��s����B�8H� Q�C�J�s��&��R3E,\YM��f��E�!�O��X�01��#bV���!I���"���j��R�r������2�/Dv�(,J�d��y�
9548 zi��8c�m}��|��n�*����8���0�J��t�y/�7Cq�M-�T�?R�Y�s&A��8_%�s�ml���@�S�����Y�Y�8��������Kq�IP�g!��8O�����s<%.R����W���C%+�A��Dq�YK�"����d��%y��B o-��Z�g�����[K��[K&.@�������->�8�O�C;�~Z�w���4?-)��i�����!�����W�i��T��iI��O��~Z���d�>R�������_��������OKn���%���O 6��OK��~Z��4?-)'����N���rb?-W�i~ZRN���H���%�?���A���%��~Z,�������OKn���%�x?-;�5?-)������^���rb?-� �����~Z�i�����?���a���%���i��uOI����,��iI~ZR����iIm>k�P���%���QB�����V��i9m���|"�03���Fy��d�y����6R�W���p� fe�,wZ-6�e���2ZxAI[%c/�i*c�r9�R�J$��^k�V����������*���II�-���]vR�@���� J��������6pF@gl�k�,�v�7������^/(Y�~�%��3��Q���U|*�wZ6���]������a?��n��� ����1�Y�4�%��%�jl��0}�5@�����O=a�>��K���i^/(i���])o��vn�S��7 ��?�~��w�_<����;$�o��Pzx���,: [�Y�V���R�� ���"��3�(���M)��.����������7F;]�������A��b^P�g�����+�����-��������RxA�{A�!������5
10243 �$�P����yB@��� F����Id���/H��1N��k�#\�%���N��v%��/U+d�a���#o a�N���f%�u��/`{��@:z�A@n����KX��i����02m���5WC����1�2�A+����������T�R �|�*�II�]���L����S��� h���k���+3��m���- 7���489m�n1�j7>���<�p�@u�a��q ]�Cu����s���@���s�tm��aY��_Gf�N��V{���i� =g�N[�+X?��c���#�'� �n$����fP7������� �K�����G���{I7c���eP��uM��e�E�qd��l�qaO�AG1��� �b�pBPl|�9R��;�8��P��F�����Y�����sNo��4���W0HPy�m��[!���7;O��p�d��&g��M�F�k>��8?��W� w�������Nb�r�`�F���i�.��� 8����u�^�o:�lV%=�v���W9�uR�7"��^22�P�%F�(4)�f�������L�F�5�\BYV�,��5��)���0��&�T��K7�T� ���bZ�n������X�.��
14945 >>``*R�"V�/ �� ��>�~)�9z��R��3'^6o�,���Q���M�W�II��.&�lV�Zf�2A��i]MSy)�D�� ��T�1V1��Q~��><D���M����66QP����MQ�U��U� ��K}��jA$�s�s���Epl|?���u��������]��.���g�rt��������k��*�*� ����>�����;��O �������]���*m2��*UK�������]���x��%Lu�Yj���l�����H�3(������b�}��T��2_���b�t
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/docs/
H A Dtex2rtf.tex1756 \item[Roman] I, II, ...

Completed in 401 milliseconds