Searched refs:sf (Results 176 - 200 of 202) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ps3/
H A Dps3av_cmd.c621 info->pb2.sf = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/
H A DMakefile174 EDIRS= times doc bugs util include certs ms shlib mt demos perl sf dep VMS
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/
H A DMakefile138 EDIRS= times doc bugs util include certs ms shlib mt demos perl sf dep VMS
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm.c2502 snd_pcm_sframes_t sf; local
2513 sf = pcm->fast_ops->avail_update(pcm->fast_op_arg);
2514 if (sf < 0)
2515 return (int)sf;
2519 *availp = sf;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libdaemon-0.14/
H A DMakefile.in822 ln -sf README.html $$HOME/homepage/private/projects/libdaemon/index.html
H A DMakefile814 ln -sf README.html $$HOME/homepage/private/projects/libdaemon/index.html
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dneighbour.c2507 struct seq_file *sf = file->private_data; local
2508 sf->private = PDE(inode)->data;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libdaemon-0.14/
H A DMakefile.in822 ln -sf README.html $$HOME/homepage/private/projects/libdaemon/index.html
H A DMakefile822 ln -sf README.html $$HOME/homepage/private/projects/libdaemon/index.html
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Daaccoder_mips.c188 static int find_min_book(float maxval, int sf) { argument
189 float Q = ff_aac_pow2sf_tab[POW_SF2_ZERO - sf + SCALE_ONE_POS - SCALE_DIV_512];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex1651 % So we set up a \sf.
1653 \def\sf{\fam=\sffam \setfontstyle{sf}}
1654 \let\li = \sf % Sometimes we call it \li, not \sf.
2539 \def\sansserif#1{{\sf #1}}
4225 \definedummyword\sf
4644 \let\tentt=\sectt \let\tt=\sectt \let\sf=\sectt
6705 % The \sf parens (in \boldbrax) actually are a little bolder than
6707 \sf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex1611 % So we set up a \sf.
1613 \def\sf{\fam=\sffam \setfontstyle{sf}}
1614 \let\li = \sf % Sometimes we call it \li, not \sf.
2386 \def\sansserif#1{{\sf #1}}
3985 \definedummyword\sf
4402 \let\tentt=\sectt \let\tt=\sectt \let\sf=\sectt
6466 % The \sf parens (in \boldbrax) actually are a little bolder than
6468 \sf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/doc/
H A Dtexinfo.tex1631 % So we set up a \sf.
1633 \def\sf{\fam=\sffam \setfontstyle{sf}}
1634 \let\li = \sf % Sometimes we call it \li, not \sf.
2408 \def\sansserif#1{{\sf #1}}
4015 \definedummyword\sf
4432 \let\tentt=\sectt \let\tt=\sectt \let\sf=\sectt
6498 % The \sf parens (in \boldbrax) actually are a little bolder than
6500 \sf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexinfo.tex1631 % So we set up a \sf.
1633 \def\sf{\fam=\sffam \setfontstyle{sf}}
1634 \let\li = \sf % Sometimes we call it \li, not \sf.
2408 \def\sansserif#1{{\sf #1}}
4015 \definedummyword\sf
4432 \let\tentt=\sectt \let\tt=\sectt \let\sf=\sectt
6498 % The \sf parens (in \boldbrax) actually are a little bolder than
6500 \sf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dgencode.c3196 if (bpf_pcap->sf.rfile != NULL &&
3197 bpf_pcap->sf.swapped)
7543 if (bpf_pcap->sf.rfile != NULL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/docs/
H A Dtex2rtf.tex1839 \subsection*{sf:1}\label{sf}
1979 Same as \commandrefn{sf}{sf}.
2871 \item \commandpageref{sf}{sf}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A DMakefile.in4604 sf=`echo "$$f" | sed -e 's,\\.[^.]*$$,,'`.c; \
4605 test -f $$sf || sf=$(srcdir)/$$sf; \
4607 echo "$(COMPILE) -c $$sf" 1>&6; \
4608 $(COMPILE) -c $$sf || { rm -f config.h; exit 1; }; \
H A DMakefile4604 sf=`echo "$$f" | sed -e 's,\\.[^.]*$$,,'`.c; \
4605 test -f $$sf || sf=$(srcdir)/$$sf; \
4607 echo "$(COMPILE) -c $$sf" 1>&6; \
4608 $(COMPILE) -c $$sf || { rm -f config.h; exit 1; }; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A DMakefile204 PACKAGE_BUGREPORT = ntfs-3g-devel@lists.sf.net
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Mandrake/
H A Dsamba2.spec960 ln -sf %{_datadir}/swat%{samba_major}/help/ clean-docs/samba-doc/docs/htmldocs
1083 ln -sf libsmbclient.so.%{libsmbmajor} libsmbclient.so
2408 nasty "ln -sf samba-%{ver} ../samba-2.0.7" hack to force some patches
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/src/
H A Dilsp.S131 sf POSNEG(%a6) # unsigned operation
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dcgroup.c2050 struct seq_file *sf = cb->state; local
2051 return seq_printf(sf, "%s %llu\n", key, (unsigned long long)value);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dconfig.mak21 LN_S=ln -sf
H A Dconfigure1658 ln_s="ln -sf"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin1965 ��h�1������M��_��:Mc���`l�����!��m��� �����IE��]^ ��� �4�u_�Q���~8q�D�sf�sxOmE���Q�����d5��4!w`��"��x;�mB������D�mw<���s�vO��aj-:��n�t�������1�.�`���v2�D�O�D���Y:I�?�����r[����A�{Z��Z����M�=�����W����A4�YE�^6��6h�6k����������@:Fs����K���������{���W�ul�����T��Q���g�f���j�����m��c�N��]x��O�z�j�,�{�����V�*�l���e ���\b�� 2K�O�z��G3K8|\���+���]��+Q��`0E�">���������a���F`�k�Ki�O�^��>�qAF �}���R�n�gy���}���� �U��M�Qk�k��z?2:�GG�)������D�%4~�d���o$k_��77`?�� J=I��D����B��}E=8E��/p`��n��R�!4��,�~��.�_^�5��X����F��z��f����I �/��r�v0�,>eFk����R7�������f6T�9;�$����d w����R��s[y��I���Gt�w�� ��B[x�����X�}�.=�1�����cP����4��?�U�.�� �;g�l�Z�� ��2�f ^T���2��0����a��G���W��($�8a�o]��#V+4��N �5� ��������s4���H��A�>�v �����Z�vR�2��:w�M1:����+�=���~��#�V��@^2<��d���V�R���7���=B���^�>ht��}�u��^�)�������}}���� ��>��:w�[<~����Ej��� �0�d�:��7N�����#�����_��"u�u]�<������E�A-�b0���y0qOx"-��_��.�}=���}a�WJvF��s���bA� �w�C=�%����$/�]<3���0��N���H�:HoEk-6�������|������"Vv���w�Oas;�d�-6}���$�_ �[�����Jx�(;�W�.E�R�'k���e�0eY<������46�4W��h���M�6zw �N$��H����a�n����of[=����3�:�&s�����!U V�^�[J��u� �y?��s4�����K_dc���� F&�G�$4D]�n��������uc�Q���Q#��Nh���P����(Z;{�w������������G��_�����SdW<�1;�� E��-��������?������� �= �<Zs�V#L(���C26��"�1����k��qL?q�8��3����������+�]a������:�=O����Dc���~���p�?u#Tc�^�O�-���6��� =� .9W��w����3t��Bvv��+XZ����,�g�p������d+R�^@6�p&�����s>���a��� ��<��\���2����2�?q#��S��8�T���(�����E�/��uZ�'DpT�,��,<M�����:n�sOczh'��{�D�I��&��.�%���x����O���[��T;I�0!P���!���/�Cr@�Qm^���'l����|A�+bX$p��"
2021 �� ;�L��Td�W�W,�3���4G]N/�4cH����qb�=�W�N��Il��f�"|.�h8z ����p��[t�:/R,���7��A�G��R4yM���;hy����������2�*6o����H��~1@�k���������7�P����Y���sf'a{9r�YTs��!��M����x[f�m[n���P�E��L�9I&��h�r���H��h�9�e%c��G=��H����e%:^�NZ�e%��������4�_w���*C�,���>�{�s��dP ������'ag������/�����8?0�P���W��Qs3c���������C�yO�w���uD��#/`��& ��r��p�N�e��A�i�Cj/�eZ����sh�h�Xzj���n���z�v(^,�jK� ���q^\�I��Hc�����r;�Um
2246 ��||T���M���D��kX��Mv�I6��b4$1�*�nv�fW6���������vY���b����Z���{��b�!6��V^�����-�� D�H5�w���������} �s��3g��9sf����sS����I�JEb 7���Ou2�GrH��y���e�#i�@�$H6HEX�a�� xYO��2LG�$ ��JY9�vA��a;����s'���>��b����d~�z��p�PV w�Ge�p4�����nF/��5�-��` �����������p�����Z �"N�
3253 z�g�]��VD[�J��K���A��/5���Pl�@)9-3B�*\|������@��Ki���p����7P�b'�����`������j�!���:����@GU�y��YdY�KA'h�%U���f��������`R)S����-�=-c�.���� 8.��q�����Eq�F<b�3�8�����{�%2���sf�1�������}�����|����]i#��[���uF�����B&�/LX�������I��kYAp�����X�@�4���#���"���L���m-���l
7802 ��� |T��?��l���+�6����Tl���$e�@Y���Z|����K���p�$��BP@m�������h! "n"M�^T��m�w��+b�������y���{~�}����;s����3���sf�gF��j���l�a�j����y�����,�� �K����t���������K�R���
13830 ����M:�� h�� t��c�F�d2>�u���Bt�����V������5�SR_e��)�#��Kt\7�~�����������J+��V�/��ep������XO����?�����%�<���4������3��}$���K�pK���n ��M�-�S�o(�sf��v3�#E6���'�>8��9��p5c�b�+��� �B�=:������`��
15546 [O7���~���O��w/�W]sf���/���M/���.��!:�(��-Z�
15877 ������xV��?v�����t�kU!�8M>X�72]�|u ���I�i��v�sf&��7�6N>8��h��e�J��>��H=���)v����w�� � �k,� �1����P�J�Y���
16559 �lu4 r��� ;�b�t3� �`�D|�n��w&9�h@� ���k;�b���<b�� ��Tc3�?&V����~�*���*�� �!q�r��������\�Mw�(�9��)H�&��[}q�-K�8�0��e,E�2�� ��;t3�U���)���& �L�-�����B�������4F�wm>' ����%{� �8�@7�T.�s4&���(���!��<;�!h�w�f�G�`��=�$����o�I���c,�������1����x��@�% J��QK�� �����=_3e A�������>%�������r���2��I,�Go��}_��;(~�����q�T�?��G����'���l���Y���eo�o�B+=�k�����U}[���%����o���i������F<�����7��}�g&��M��{_�!����sf��f��8x�0�"~^�R�\��0Ba=dm�M��I!`�_2�v�����k>|��[� D;��\�~��E������.����J�e����iRQejeK� 4�1�q��D(���&T�� ��zFhH�?�=T���.�N3�����B�����P"�I�6������+?�Jn��/��:�)zK������l��j�,��PSh����R�/���/�\��h���XB���fT�9k9�$�71'��7�B���i���n`�������_�?���hPH �Z�s�g��h�9���������P���x ~J=G 9_�U��{aJ��E�}���wN�-� �pG���J���8�L�����0\#��7�[y��Y�k�M��=�|W Uo ���o�
[all...]

Completed in 630 milliseconds

123456789