Searched refs:G1 (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Dgzip.c302 #define head (G1.prev + WSIZE) /* hash head (see deflate.c) */
329 #define BUF_SIZE (8 * sizeof(G1.bi_buf))
346 #define G1 (*(ptr_to_globals - 1)) macro
355 if (G1.outcnt == 0)
358 xwrite(ofd, (char *) G1.outbuf, G1.outcnt);
359 G1.outcnt = 0;
368 G1.outbuf[G1.outcnt++] = (c); \
369 if (G1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/doc/sync/
H A Dkeepalived.conf5 vrrp_sync_group G1 { # must be before vrrp_instance declaration
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/ppc/
H A Dutil_altivec.h56 vector signed short A1, B1, C1, D1, E1, F1, G1, H1; \
65 G1 = vec_mergeh (d, h); \
72 E2 = vec_mergeh (C1, G1); \
73 F2 = vec_mergel (C1, G1); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ppc/
H A Dutil_altivec.h65 vector signed short A1, B1, C1, D1, E1, F1, G1, H1; \
74 G1 = vec_mergeh (d, h); \
81 E2 = vec_mergeh (C1, G1); \
82 F2 = vec_mergel (C1, G1); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dtwofish_generic.c51 * rounds. G1 is the straight g() function; G2 includes the 8-bit
54 #define G1(a) \ macro
68 x = G1 (a); y = G2 (b); \
75 x = G1 (a); y = G2 (b); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/ppc/
H A Dyuv2rgb_altivec.c302 vector signed short R1, G1, B1; \
403 G1 = vec_add(Y1, uvx1); \
407 G = vec_packclp(G0, G1); \
416 G1 = vec_add(Y3, uvx1); \
419 G = vec_packclp(G0, G1); \
485 vector signed short R0, G0, B0, R1, G1, B1; local
515 cvtyuvtoRGB(c, Y, U, V, &R1, &G1, &B1);
518 G = vec_packclp(G0, G1);
650 vector signed short R0, G0, B0, R1, G1, B1; local
714 cvtyuvtoRGB(c, Y1, U1, V1, &R1, &G1,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/ppc/
H A Dyuv2rgb_altivec.c298 vector signed short R1,G1,B1; \
402 G1 = vec_add (Y1,uvx1); \
406 G = vec_packclp (G0,G1); \
415 G1 = vec_add (Y3,uvx1); \
418 G = vec_packclp (G0,G1); \
488 vector signed short R0,G0,B0,R1,G1,B1; local
520 cvtyuvtoRGB (c, Y,U,V,&R1,&G1,&B1);
523 G = vec_packclp (G0,G1);
639 vector signed short R0,G0,B0,R1,G1,B1; local
703 cvtyuvtoRGB (c, Y1,U1,V1,&R1,&G1,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dtwofish.cpp82 #define G1(x) (m_s[0][GETBYTE(x,0)] ^ m_s[1][GETBYTE(x,1)] ^ m_s[2][GETBYTE(x,2)] ^ m_s[3][GETBYTE(x,3)]) macro
86 x = G1 (a); y = G2 (b); \
97 x = G1 (a); y = G2 (b); \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dawk.c448 #define G1 (ptr_to_globals[-1]) macro
451 /* char G1size[sizeof(G1)]; - 0x6c */
455 #define beginseq (G1.beginseq )
456 #define mainseq (G1.mainseq )
457 #define endseq (G1.endseq )
458 #define seq (G1.seq )
459 #define break_ptr (G1.break_ptr )
460 #define continue_ptr (G1.continue_ptr)
461 #define iF (G1.iF )
462 #define vhash (G1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/x86/
H A Dinput.asm154 pshufb m1, m0, shuf_rgb2 ; (word) { R0, B1, G1, R1, R2, B3, G3, R3 }
160 movd m1, [srcq+2] ; (byte) { R0, B1, G1, R1 }
165 punpckldq m1, m3 ; (byte) { R0, B1, G1, R1, R2, B3, G3, R3 }
174 punpcklbw m1, m7 ; (word) { R0, B1, G1, R1, R2, B3, G3, R3 }
180 pmaddwd m1, coeff2 ; (dword) { R0*RY, G1+GY + R1*RY, R2*RY, G3+GY + R3*RY }
247 pshufb m1, m0, shuf_rgb2 ; (word) { R0, B1, G1, R1, R2, B3, G3, R3 }
251 movd m1, [srcq+2] ; (byte) { R0, B1, G1, R1 }
256 punpckldq m1, m5 ; (byte) { R0, B1, G1, R1, R2, B3, G3, R3 }
261 punpcklbw m1, m7 ; (word) { R0, B1, G1, R1, R2, B3, G3, R3 }
264 pmaddwd m3, m1, coeffV2 ; (dword) { R0*BV, G1*G
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dixjuser.h187 hz392 = 0x79fa, /* .00 G1 */
274 G1 = hz392, enumerator in enum:__anon17637
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dtwofish.c724 * rounds. G1 is the straight g() function; G2 includes the 8-bit
727 #define G1(a) \
741 x = G1 (a); y = G2 (b); \
748 x = G1 (a); y = G2 (b); \
721 #define G1 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dtwofish.c724 * rounds. G1 is the straight g() function; G2 includes the 8-bit
727 #define G1(a) \
741 x = G1 (a); y = G2 (b); \
748 x = G1 (a); y = G2 (b); \
721 #define G1 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin4087 ?J�K���ls��w��*?(4�~�Q?���Kx����Z���� �m����M����7<��D��V�����qC`n�y���a���X(��\����KD�5dFp�9Y��B�Oj��1��f�4:�H�=e��z�g4� H���Z��8����_��T>�e�_�����m����Kt�H?���w������IBO��0�����lI<��<����� �.#���@�1dX�FN��:�G1���12�s����[��c����Y Q����������?� ?���H�+'x�x"��'���������������VmN7��0�q=��( o ���F%f}<��w��/S<�M���AV}?�{A���E �
7626 �|v�;�Y�^�������B G��e�i����a��.�R��w_�*l��%�`�[jC��jvI���c��V���S����:���A&��#��G����J�a.����??��^��A�t���(���B�YmqM�C���������5�/y��������G+�.�)��|��l� � ���Y��ZjU��T_@��^�H��'����r�BK5~���P@��� b$�^(����EjC�w��8�RkQ:�R���[����J[�R�F���^�������t1X�l {���,�"P�F�)���ir�,�H��mX�w��i�����+�5���#c]�|v��R��P��g�/�>��u�_���O���C�s���4(���v�Yq4��a�_�����g1����NA����2Jo��}�r������(��V�RS�-Iu�r��(����d/:������������=�����p0������<�C��z����~��]7>����� ��)��r�xG�5�p�3Ovsz�����}�)&�$������X/8m=����P���z�2��� �v+x>|��>p2�U7y��!Z�T�>sZ��x��W��4_����M����0�N�Q�J���W��-�.��]��@�#�??C�[i ����a��}�?�1�a�S���|�O<�,�F�E~��~;�x�zP�� ��v�@� ��>����W�������e�q�F^�bX2�oMc�|�{Y'��],��idR�_��.x�A�r�����x�����$��Mx�F1r5/��c��Wg��y �K�'w��-;����V�B�� CP��I*�Z��y���i�3�t��3����1 �5�x"�?���}D5O���u��Ga����s�_������4^���������9�t�O�S��G1 s#���>����.�x�����y`0h�@�T��b�:s���4�$����jL�/&�5��2��F_��������r�Or]��i���(���4���.����F��mJg�;�� ���oR����^)�C�oo����(� ��X~��w`��Oz?�7������Q��9N�r�}���A6�p�T���I/�z��r(�/WF����b���Yc&�C�g� i���;�2��Q��d����QeR�3c��XD���A)������&@���tB��9�1����j�
8166 a�rpOo�;G1�V�X���,t~�����<�.�k?n;y�������� �I:��c|������o�����D|��BH��a�����~��Uj��sP�bQ3���9��H?�=��ozB��U9��8V��X���8B��vT C/s���o���Ch� ��o~-sL{-v�����P��~�>W�K�=���PI��"Q��&@���F=��!&-S�6�L�=�3i���Ow��+�V�3��.���0���g�����#h�/��k� W������T>�*=�Z>�<���4���� >��9���D��1�����O�|G� (�j=ua���*����r2P����T n�g�J'I�`�>�W�P���2��� �����P� s��1�e-(s�����"�;uL���
8994 ��s{�1L��-���\���|�"%��� %����`46c��s�SD3��f,�{��E���l����u���qJoA�^�L!���^�<��������)G1�(�J�"�J7AD���QJ�[S+��q��n�-��z��i��~��8(�����n�s�;{���9�O�����!�{����Y���{l��,*���9��FD3>�����T<M�������)e��)_���������;G�����w��Ck| ����a�_" pB������)A��6=�H%��J����Y���#��`�<�!��c��A>_�o��&���yOa�c
13196 �o43��!��xn�,�x9��G1���b�g��/��^�f��`�?v�*������ ���y���s�����q�xf���������x�����������_6�;�<�B���?�����A:�|N!_I��������#v�R�L�xV�|#��� �v<7xv���7��b�g��/��^�O����1���U����W ^p��<;^����x�8v<3x�?����G�t�b��t��Y�:~%�t����t�3��U�U��9����_(���� :~��at����t�R�Mt|3���t��/�������u�:~%�t���yt�oE���K�7)�+������xJ��a���Y���9��klo��sc&����Su-������/W��� ��[��7���������s
14939 �c��'L�6��3� :S������G1� J>�G��S��7N3���m��c�7g������:p��] �U��p�b�������O�l�!��X��?^N��u��u����'+��*�����y��������j�!�Oc�?=)x������)X}�_<E�����@�1�?X��D�G�cH��X�� �cs�g(W��+���
16119 ��{���#�^)��uO��%��s@�>� �����hkEl�US<H���3tIK CKC?��1t�=���'�� ��uaf������X#mF�^=�Me�n7�1]��(�^>?9��[G�|Yl[*��wo�?�����nd3���$�������_Q���*�Y��on��~���y����;�b@������� F 3��]h@�����%��P�+ 'r7S� ���b�:-[�������ba6V�c����G1�r]
[all...]

Completed in 385 milliseconds