Searched refs:u4 (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/ccgost/
H A Dgost89.h15 typedef unsigned int u4; typedef
17 typedef unsigned long u4; typedef
36 u4 k[8];
38 u4 k87[256], k65[256], k43[256], k21[256];
H A Dgost_keywrap.c27 u4 k, s1, s2;
36 k = ((u4) outputKey[4 * j]) | (outputKey[4 * j + 1] << 8) |
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/ccgost/
H A Dgost89.h15 typedef unsigned int u4; typedef
17 typedef unsigned long u4; typedef
36 u4 k[8];
38 u4 k87[256], k65[256], k43[256], k21[256];
H A Dgost_keywrap.c27 u4 k, s1, s2;
36 k = ((u4) outputKey[4 * j]) | (outputKey[4 * j + 1] << 8) |
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/uuid/
H A Duuid.h56 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \
57 static const uuid_t name ATTRIBUTE_UNUSED = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
59 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \
60 static const uuid_t name = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Dcrc32.c39 typedef unsigned int u4; typedef
42 typedef unsigned long u4; typedef
45 typedef unsigned short u4; typedef
233 u4 endian;
267 register u4 c;
268 register const u4 FAR *buf4;
270 c = (u4)crc;
277 buf4 = (const u4 FAR *)(const void FAR *)buf;
307 register u4 c;
308 register const u4 FA
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Dcrc32.c39 typedef unsigned int u4; typedef
42 typedef unsigned long u4; typedef
45 typedef unsigned short u4; typedef
233 u4 endian;
267 register u4 c;
268 register const u4 FAR *buf4;
270 c = (u4)crc;
277 buf4 = (const u4 FAR *)(const void FAR *)buf;
307 register u4 c;
308 register const u4 FA
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Dcrc32.c39 typedef unsigned int u4; typedef
42 typedef unsigned long u4; typedef
45 typedef unsigned short u4; typedef
233 u4 endian;
267 register u4 c;
268 register const u4 FAR *buf4;
270 c = (u4)crc;
277 buf4 = (const u4 FAR *)(const void FAR *)buf;
307 register u4 c;
308 register const u4 FA
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A DMakefile.am27 44u0.vqs 44u1.vqs 44u2.vqs 44u3.vqs 44u4.vqs 44u5.vqs 44u6.vqs \
H A DMakefile.in258 44u0.vqs 44u1.vqs 44u2.vqs 44u3.vqs 44u4.vqs 44u5.vqs 44u6.vqs \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dhpwdt.c123 } u4; member in struct:cmn_registers
227 physical_bios_offset = cmn_regs.u4.redx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dsosemanuk.cpp644 CRYPTOPP_KEYSTREAM_OUTPUT_WORD(x, LITTLE_ENDIAN_ORDER, 3, u4 ^ v3);
647 S2(0, u0, u1, u2, u3, u4);\
662 word32 u0, u1, u2, u3, u4, v0, v1, v2, v3; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/src/
H A Dilsp.S306 swap %d6 # get u4
307 mov.w %d6, %d5 # rb + u4
335 lsl.l &0x1, %d6 # shift u4,u3 with overflow to u2
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dbuzzz.h582 uint32_t u3, uint32_t u4);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-802_11.c1892 } u, u2, u3, u4; local
1950 rc = cpack_uint8(s, &u4.u8);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsvq3.c900 int u4 = svq3_get_ue_golomb(&gb); local
910 av_log(avctx, AV_LOG_DEBUG, "u1: %x u2: %x u3: %x compressed data size: %d offset: %d\n", u1, u2, u3, u4, offset);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dzipfile.c2338 ulg u4; /* unsigned 4 byte variable */
2529 u4 = LG(bf);
2530 if (u4 == ZIP64_EOCDL_SIG) {
2537 u4 = LG(bf);
2538 if (u4 != 1) {
2554 u4 = LG(bf);
2555 if (u4 != ZIP64_EOCD_SIG) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsvq3.c998 int u4 = svq3_get_ue_golomb(&gb); local
1015 u1, u2, u3, u4, offset);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dfft_mmx.asm126 vpermilps %1, %1, [perm2] ; k = {u1,u2,u3,u4,u6,u5,u7,u8}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dfft.asm131 vpermilps %1, %1, [perm2] ; k = {u1,u2,u3,u4,u6,u5,u7,u8}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin919 I1��������o�����%�����t&���2�D�t&��=�2��.jRh h�9�D����� Ph�9h 2�L ���J�����u$1��5���?����t;] ~�] �=���E��E9E�������E �e�[^_]���&��'U1��������91�V1�1�S�� ��1��������B� ��%�=�u:�B<t<t<u*�X2��u �02��u�0���t �� ���1�����X2��t`�T2����j��h�h���h�yh�����Ph�h�h�9������Ph�9h 2�L ���/� 02��t ��1�����4��t�2�����[ � ���tV����h��h�yh���� Ph�h�9�u����� Ph�9h 2�L ����i�X2�����T2���������t,j��h�h���h�yh�����Ph��jj� 02���4&��u���=,2��Pu&�0���t��9���@u �����R��h�yh��(��Ph�h�h�9�������Ph�9h 2�L ����91�� ����Y��t&� ����� �@=���u5��jPh�9� ����1�����9��� �u4�����u+���H�����x����@�����������u������|��jPh�9��
993 �2�]��9�@uQ�02��u4��S�}�W�5��V�L����$�$�����9�t �e�[^_]�)�02��� jS�]�S����t �=��
1075 �Af=2 u4�������t+���t&��'��y����A���u�������9��1�<u �^C�[�1<u+�F�<
2076 ��:���i��(�����S?t�W�� u4�c�m�{OPBY��q"8]n-�Ii�? �uJ ew������������ �^I����w�� d�f4kU+�b)|-�����QD���:�����C�'�� ,���xm���"��Y����ksYN������W<��m�]�'.X:������ M��;���qZ���/i����������6AH������Ly/���� G�q_������"�b�,�}�y67~��~t9������'�2Nh����tb�gWe������_��<�N�+v�z";2Z��W��K� {��eu��e��ph�����N'����v�h������z�]KZ"l��U����r�m4r�9��m���_f������/b������q��[��]*� >���;�oYW�eo���^���)I��8Q �F{��i��S�z}����(���!l��*x��� �*����V��k��q3.4��~���c����g�����8��m���D�Ab� �T��tI���]�U$��u���p�'Nr�z�"]F��5j�xJ�8 E&A?-�E�a�H��8����5�.}�(�$]������Z���d�NO_a[�� ��3\������Q��� �?~���sF�I�9#h�x�'���aHj&�E �[��Bf�L�� �5��H
5820 o:�>����=�`��$�u;���u[��Nt>�������@A�����L"����@������(�o�<�S�u4>�{;��������fu]kP����� ��~�sI�?FW�ph �,����#t�����Y+��!`E�l���k�����=w�_&1���Q�r1e������R�n��]�~�g���V��^�E���A�!]��W8�����w�:8���T�N�F�qB��#Z�&~�R�9|2c�P=�����O�C3�~�:{�~��-��uo����zAhV���Xj� ��9������l��������������9u�k����<O��g5�x��uC����JV��K�y��N �F?`���Jv$�x#3-�����R�O\�>�����������3������T�tI��6�Zz�N�rF��������=��_����6��
6357 ��2L�����A��A�0�����^w���t�V�u4�D g���7�t\h(G:� A��Q��"��!R5�� ���-8����}H�3lJV�Z1B����{����lo��{���l�� �����A����h
8420 ����v��f�[2����{q������:(���k��,��+������ ���J���p�"q)�n�vS?=���$��rTs���� %���U O���K���-��%��u4���e��A�Cs���R��^Z���Fh�����r��>������)��� r!&x��b<�v�� ��_����}�����r��B������qVD����B����WZH������z}��"�h��X��B��&����V~*?D�K��o������f�#���)E�w&������FD��K��e����Z���\��f����f#v��9���C!�*y��)�*A+�e�� �?&S�+�����qV��\QsU��,a:�����=t�����l<KM-��e����at��� ��ylRDk��L����Z�{puf�>�F1��?mZp���������l��NZ�GO&��{-�K�o�]6e���7���� I>�B���B-q�&�����!���������~A��X �����T� s4��ur��������*v�v�'!�6�
15802 ������R����s*��xR��L|K#M^;���am!��^����L����'���*�o����Ay��e����,J���?��x.��P�y�N?`��9�cN��" ��u4��@��^/�5����"��a�����E+@�@��9E��O�"s��+� UN��F+)n�����|������L�w�����C��U@c��E�L���[���Gy
[all...]

Completed in 505 milliseconds