Searched refs:c6 (Results 51 - 72 of 72) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dproc-arm1022.S254 1: mcr p15, 0, r0, c7, c6, 1 @ invalidate D entry
H A Dproc-arm1026.S248 1: mcr p15, 0, r0, c7, c6, 1 @ invalidate D entry
H A Dproc-mohawk.S223 1: mcr p15, 0, r0, c7, c6, 1 @ invalidate D entry
H A Dproc-arm1020.S276 1: mcr p15, 0, r0, c7, c6, 1 @ invalidate D entry
H A Dproc-xsc3.S262 1: mcr p15, 0, r0, c7, c6, 1 @ invalidate L1 D line
H A Dproc-feroceon.S278 1: mcr p15, 0, r0, c7, c6, 1 @ invalidate D entry
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A DMakefile.in257 44c3.vqs 44c4.vqs 44c5.vqs 44c6.vqs 44c7.vqs 44c8.vqs 44c9.vqs \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dhevc_mc.asm400 pmaddubsw m4, [rfilterq + %3q*8+32] ;x5*c5+x6*c6
436 pmaddubsw m4, m14 ;x5*c5+x6*c6
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dparser.c1502 #define CMP6( s, c1, c2, c3, c4, c5, c6 ) \
1503 ( CMP5( s, c1, c2, c3, c4, c5 ) && ((unsigned char *) s)[ 5 ] == c6 )
1504 #define CMP7( s, c1, c2, c3, c4, c5, c6, c7 ) \
1505 ( CMP6( s, c1, c2, c3, c4, c5, c6 ) && ((unsigned char *) s)[ 6 ] == c7 )
1506 #define CMP8( s, c1, c2, c3, c4, c5, c6, c7, c8 ) \
1507 ( CMP7( s, c1, c2, c3, c4, c5, c6, c7 ) && ((unsigned char *) s)[ 7 ] == c8 )
1508 #define CMP9( s, c1, c2, c3, c4, c5, c6, c7, c8, c9 ) \
1509 ( CMP8( s, c1, c2, c3, c4, c5, c6, c7, c8 ) && \
1511 #define CMP10( s, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10 ) \
1512 ( CMP9( s, c1, c2, c3, c4, c5, c6, c
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dparser.c1796 #define CMP6( s, c1, c2, c3, c4, c5, c6 ) \
1797 ( CMP5( s, c1, c2, c3, c4, c5 ) && ((unsigned char *) s)[ 5 ] == c6 )
1798 #define CMP7( s, c1, c2, c3, c4, c5, c6, c7 ) \
1799 ( CMP6( s, c1, c2, c3, c4, c5, c6 ) && ((unsigned char *) s)[ 6 ] == c7 )
1800 #define CMP8( s, c1, c2, c3, c4, c5, c6, c7, c8 ) \
1801 ( CMP7( s, c1, c2, c3, c4, c5, c6, c7 ) && ((unsigned char *) s)[ 7 ] == c8 )
1802 #define CMP9( s, c1, c2, c3, c4, c5, c6, c7, c8, c9 ) \
1803 ( CMP8( s, c1, c2, c3, c4, c5, c6, c7, c8 ) && \
1805 #define CMP10( s, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10 ) \
1806 ( CMP9( s, c1, c2, c3, c4, c5, c6, c
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dparser.c1796 #define CMP6( s, c1, c2, c3, c4, c5, c6 ) \
1797 ( CMP5( s, c1, c2, c3, c4, c5 ) && ((unsigned char *) s)[ 5 ] == c6 )
1798 #define CMP7( s, c1, c2, c3, c4, c5, c6, c7 ) \
1799 ( CMP6( s, c1, c2, c3, c4, c5, c6 ) && ((unsigned char *) s)[ 6 ] == c7 )
1800 #define CMP8( s, c1, c2, c3, c4, c5, c6, c7, c8 ) \
1801 ( CMP7( s, c1, c2, c3, c4, c5, c6, c7 ) && ((unsigned char *) s)[ 7 ] == c8 )
1802 #define CMP9( s, c1, c2, c3, c4, c5, c6, c7, c8, c9 ) \
1803 ( CMP8( s, c1, c2, c3, c4, c5, c6, c7, c8 ) && \
1805 #define CMP10( s, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10 ) \
1806 ( CMP9( s, c1, c2, c3, c4, c5, c6, c
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dparser.c1502 #define CMP6( s, c1, c2, c3, c4, c5, c6 ) \
1503 ( CMP5( s, c1, c2, c3, c4, c5 ) && ((unsigned char *) s)[ 5 ] == c6 )
1504 #define CMP7( s, c1, c2, c3, c4, c5, c6, c7 ) \
1505 ( CMP6( s, c1, c2, c3, c4, c5, c6 ) && ((unsigned char *) s)[ 6 ] == c7 )
1506 #define CMP8( s, c1, c2, c3, c4, c5, c6, c7, c8 ) \
1507 ( CMP7( s, c1, c2, c3, c4, c5, c6, c7 ) && ((unsigned char *) s)[ 7 ] == c8 )
1508 #define CMP9( s, c1, c2, c3, c4, c5, c6, c7, c8, c9 ) \
1509 ( CMP8( s, c1, c2, c3, c4, c5, c6, c7, c8 ) && \
1511 #define CMP10( s, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10 ) \
1512 ( CMP9( s, c1, c2, c3, c4, c5, c6, c
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/camera/
H A Dmsm_vfe8x_proc.h1056 uint32_t c6:12; member in struct:vfe_color_correction_cfg
H A Dmsm_vfe8x_proc.c2634 cmd.c6 = in->C6;
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dstartarm-ca9.S4291 mcr p15,0,r0,c6,c0,0 /* DFAR */
4292 mcr p15,0,r0,c6,c0,1 /* WFSR */
5329 mcr p15, 0, r11, c7, c6, 2 @ invalidate by set/way
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dconfigure2282 pentium-mmx|k6|k6-[23]|winchip-c6|winchip2|c3)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dconfigure3795 pentium-mmx|k6|k6-[23]|winchip-c6|winchip2|c3)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex8144 \gdef^^c6{\AE}
8264 \gdef^^c6{\'C}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex7872 \gdef^^c6{\AE}
7992 \gdef^^c6{\'C}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/doc/
H A Dtexinfo.tex7910 \gdef^^c6{\AE}
8030 \gdef^^c6{\'C}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexinfo.tex7910 \gdef^^c6{\AE}
8030 \gdef^^c6{\'C}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin2094 �5�B�H����.c6`�L�"�|��6=7���Zm�t��� �2����Q��l��- ��E1�N1���*��Z���z_����� ��tl 9[�{���q*N�����&1<��@ ZbD�C���:�{z�8�$��;��: �>j�K\(�(?c��C��M����I�?��~�G'J���3���[�4iKGiKG��=
6813 �k�M�[2F�9���� �HLn���Aq���������g�]�����J[Bh��7w����C��#Y��`���-.#~�4����38���o�#N��,�����q�<�H�7^��y�{��L��O�M@��T��Z:���X����=����.���c6G�;�f�z����4)�������Yo������<��� ��8��/������~��T��IDs���D��sjl+N����9EzC�vB�J��bL�]�HL`���U�-{�9� ��r�(/���k�zQV�<9������[�0����Y����=0����i�Z��1M��_�ux��n�=&����X/�y���,�W}c�9�f����o�D���O��i�����H��a�������W���������2��1�57��W�5��@(Xw�X*'k������������8�^D�)����ok��o_2��q<�f���f���g!��w%���33����X��j��fe�deUb�����S ����>���Xz#�>i�m��>W�/��M�A�3oH��kzZ���J������������JZ�����M��o�O`�(�WD���U6E�Ra�V�PS��Y��&�������Np��|/�'�����vm�^@�W� �<� M-� T��FW�4u�r7�g�> ����[�7���>�
7370 C���<|!�^����>ah��'�����0��� -�����������7��&�����������WZ��AZ�( -�w��������&�[����_x�B��Sah��[ah���0����/$�����?( -�_�� ��/���������#ah��_H���ga��K���qQ�O��1��-a ??c���06��1[#���]�l������=��$��X�n c6�%a�4�1;%������_�������g������F��P�~��~"k�������>����lq��G#�G>|�(d�Ad�A|=��� Y����a&��0S��a�����Lp���W����#�>}�QW �^���M����0z~�z� �m�b4!}��hB>��6P�����}�qo� �������V����;4�P/@�bFFB��W>�}�c��?����`?|7g����{8���FS�����\�u��Gp/���]p���^p#���+�%��n>�;���[�!p��=���/p_��7�a(.� p���� �:p��#����.���\/��@yp �f���pe���{���n�w�/��9s�T[l���8����m�w��$[l���6;O���-:�M )C|R�� �������� I�7��b�N\d�U:�2���<����/IF�jd^�I �I����8!�Y�+��BBq������EGBZ��x1o��P��,
8224 +���b���/K�7Si�:�3ZL�m���{��������g�z���T��N���>*`xl��8�A��6U�r�_,����� X���/n"�I",�toLm�f_Pn8�.��TnKh����q��O���8 ���D��[�/a����#p������:���l����GEB�O�6��� `��I���� ��L�R��A��^G�����Os� 4�o��|N�S�_�]�w�/��\�� ����7���G����K��d�a\H�� G��~�)7�"���>���G�J� xz��,k_J�c6�W.����X�5�I:��}� �p8V$������ ���"����b)N����Rl�V}Du�$ �<�|��\� �]7(A�d1�1��Kw6��Z�h��e� n@�hqoU�:��#�Feo-D�`xUQ����n��k�M�l���i/�8�W�v��rV�"�e���c��������-��w!�U3����3`|�#�lc�j/xI����_^Zp<n��������wB����}f��.�)`��
9416 �]9��9M�c6���$UF!�N�e�.�@�&,g�������xVa��Qh���o�=��`5it��|�~�-�;Q�y o���!��>o�}\h4�E.%�W����0���0s�$���?��KU����v��^h�&/���u6��r������B�_�8^�y|�A~�(�N.���@����V;Gyw�]M������ Dtl�,hP������p�����XI �b�B�)��}BF��~!"�6@$�! D��t)Dyg&�>e���b�r���(�^'�a*t$��p���=J�03��������H�_�d�F�B���W(s�1�l��#����6��_����"]��@�y��p6�6Y3���������h�31�6��Gn�Z��xW>I��.Z7�%`o�8^$��J6�B���-x��"*w4t/���\y�����lJ��qs�Rk����?Q�tQ�d�+~���%�A�3)i7����O��2�)%e����4�RQp���G�
14000 ��x@��zW�$ �������-����(�&b+���R�<�-ag'������*�N���2��.&&�� �KR�i1)U�����?z�9d^� o�� q������r������N�����L;:� ���Y!�m& ��2CR��FZ�/��S�����K�����1��h��n��]�LIQ�=r�� �����Qx�U���mr"`/} �v`���V<� p.<��k�V3;�� ���S����=�:z(4��E�B����>�F��m����?���P~�m�g�0Y�.P��HO�/5����d]O���Fe���[k+�}co;a���N�8s��0,n�O[�W����>"��-���������UY����'n7 ��L/8Z�����7tPu��*��,�Q4��%�����g��Un���'�c�I�t����;zx�7]��&R� ,�:+��.q�eZ~��JtEv��cL�*���b����������A;p\|y�p�����5��S�RS����� G������f����?q#|�5j����sR��Xi[��ny�� �f��;����_�M����2����u��c������$�h�����6�5[ Q����N��rv�:�S�L4��Sm~�|eT�~����p�����Ny� � ��b�a���e��3��h #, ���+rz�Ng�1&�7���zP4M�����4����c6-t�3y�1,I��G����v|<^���#s8����?���2�����{����+D��S0w�+SXl�����5���d��������n-�m�_�~���h!��0
16534 �nf`OU%O�@����B�k�p�[d6)3�8���3$e<=�c��B������r4���#_��Vk�Y@�Y��>�V�> �����O���I-]Iu�:"��*��x7-�u�>�B�'B�����������==4 M���X���a@h���i$hrthj�dss�d_!�E�Bj�Ah/�� ���Z���2�v�Ps�%� E�������z�t����*n5�~"��9��Z1�,�O����R��WZ4y�W��y��O$U�-��5�r�&��<�I|�.�������W�<���MT�T�����F�= #V��R���lP80a���GcR��c62��oN�7��L������[qm����5c�I/�`��Y_�_���a����(v�>��
[all...]

Completed in 569 milliseconds

123