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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A Diowin32.c61 HANDLE hf; member in struct:__anon7240
106 w32fiow.hf = hFile;
126 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
149 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
170 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
197 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
236 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/minizip/
H A Diowin32.c61 HANDLE hf; member in struct:__anon7458
106 w32fiow.hf = hFile;
126 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
149 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
170 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
197 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
236 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dgpmc-onenand.c97 int sync_read, int sync_write, int hf)
113 if (hf)
133 int first_time = 0, hf = 0, sync_read = 0, sync_write = 0; local
210 hf = 1;
211 if (hf)
220 sync_read, sync_write, hf);
311 set_onenand_cfg(onenand_base, latency, sync_read, sync_write, hf);
96 set_onenand_cfg(void __iomem *onenand_base, int latency, int sync_read, int sync_write, int hf) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/minizip/
H A Diowin32.c45 HANDLE hf; member in struct:__anon4131
83 w32fiow.hf = hFile;
202 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
224 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
265 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
288 hFile = ((WIN32FILE_IOWIN*)stream)->hf;
315 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
353 hFile = ((WIN32FILE_IOWIN*)stream)->hf;
392 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/minizip/
H A Diowin32.c38 HANDLE hf; member in struct:__anon2752
76 w32fiow.hf = hFile;
153 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
175 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
196 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
217 hFile = ((WIN32FILE_IOWIN*)stream)->hf;
244 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
281 hFile = ((WIN32FILE_IOWIN*)stream)->hf;
320 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dhashset.h74 wxEXPLICIT CLASSNAME( size_type hint = 100, hasher hf = hasher(), \
76 : CLASSNAME##_wxImplementation_HashTable( hint, hf, eq, \
H A Dhashmap.h634 wxEXPLICIT CLASSNAME( size_type hint = 100, hasher hf = hasher(), \
636 : CLASSNAME##_wxImplementation_HashTable( hint, hf, eq, \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dacornfb.h100 u_int hf; member in struct:modex_params
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Ddsp56k.c359 struct dsp56k_host_flags __user *hf = argp; local
361 if(get_user(dir, &hf->dir) < 0)
363 if(get_user(out, &hf->out) < 0)
382 return put_user(status, &hf->status);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Damrnbdec.c863 float *hf = impulse_buffer + LP_FILTER_ORDER; // start of impulse response local
865 hf[0] = 1.0;
866 memcpy(hf + 1, lpc_n, sizeof(float) * LP_FILTER_ORDER);
867 ff_celp_lp_synthesis_filterf(hf, lpc_d, hf, AMR_TILT_RESPONSE,
870 rh0 = ff_dot_productf(hf, hf, AMR_TILT_RESPONSE);
871 rh1 = ff_dot_productf(hf, hf + 1, AMR_TILT_RESPONSE - 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Damrnbdec.c880 float *hf = impulse_buffer + LP_FILTER_ORDER; // start of impulse response local
882 hf[0] = 1.0;
883 memcpy(hf + 1, lpc_n, sizeof(float) * LP_FILTER_ORDER);
884 p->celpf_ctx.celp_lp_synthesis_filterf(hf, lpc_d, hf,
888 rh0 = p->celpm_ctx.dot_productf(hf, hf, AMR_TILT_RESPONSE);
889 rh1 = p->celpm_ctx.dot_productf(hf, hf + 1, AMR_TILT_RESPONSE - 1);
H A Dg723_1.c1772 * @param hf harmonic filter parameters
1774 static void comp_harmonic_coeff(int16_t *buf, int16_t pitch_lag, HFParam *hf) argument
1802 hf->index = -1;
1803 hf->gain = 0;
1819 hf->index = i;
1823 if (hf->index == -1) {
1824 hf->index = pitch_lag;
1830 ccr = energy[(hf->index << 1) + 1] * energy[(hf->index << 1) + 1];
1832 eng = energy[(hf
1847 harmonic_filter(HFParam *hf, const int16_t *src, int16_t *dest) argument
1857 harmonic_noise_sub(HFParam *hf, const int16_t *src, int16_t *dest) argument
2352 HFParam hf[4]; local
[all...]
H A Dexr.c134 * @param hf half float as uint16_t
138 static union av_intfloat32 exr_half2float(uint16_t hf) argument
140 unsigned int sign = (unsigned int)(hf >> 15);
141 unsigned int mantissa = (unsigned int)(hf & ((1 << 10) - 1));
142 unsigned int exp = (unsigned int)(hf & HALF_FLOAT_MAX_BIASED_EXP);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dinterface.c877 int hf; local
892 hf = ptr->type;
894 if (hf == ARPHRD_CSLIP || hf == ARPHRD_CSLIP6)
897 hw = get_hwntype(hf);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Dmain.c1012 u64 hf; local
1018 hf = b43_hf_read(dev);
1020 !!(hf & B43_HF_USEDEFKEYS));
4136 u64 hf; local
4145 hf = b43_hf_read(dev);
4147 hf |= B43_HF_BTCOEXALT;
4149 hf |= B43_HF_BTCOEX;
4150 b43_hf_write(dev, hf);
4262 u64 hf; local
4294 hf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/admin/
H A Dam_edit1743 foreach $hf (@hFiles)
1745 next if ($hf =~ /^\.\#/);
1746 $hf =~ /(.*)\.[^\.]*$/; # Find name minus extension
1748 open (HFIN, "$dir/$hf") || die "Could not open $dir/$hf: $!\n";
1755 # push (@list, $hf) if(index($hfData, "Q_OBJECT") >= 0); ### fast but doesn't handle //Q_OBJECT
1758 push (@list, $hf) unless $1 =~ m://[^\n]*Q_OBJECT[^\n]*$:s; ## reject "// Q_OBJECT"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/os2/
H A Dos2zip.c399 HFILE hf; local
406 switch(DosOpen(name, &hf, &uAction, 0, 0, FILE_OPEN,
413 DosClose(hf);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/dss/
H A Ddispc.c1488 unsigned int hf, vf; local
1492 hf = 4;
1494 hf = 3;
1496 hf = 2;
1498 hf = 1;
1505 return dispc_pclk_rate() * vf * hf;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43legacy/
H A Dmain.c3213 u32 hf; local
3252 hf = b43legacy_hf_read(dev);
3254 hf |= B43legacy_HF_SYMW;
3256 hf |= B43legacy_HF_GDCW;
3258 hf |= B43legacy_HF_OFDMPABOOST;
3260 hf |= B43legacy_HF_SYMW;
3262 hf &= ~B43legacy_HF_GDCW;
3264 b43legacy_hf_write(dev, hf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/os2/
H A Dos2.c1878 HFILE hf;
1885 switch( DosOpen((PSZ) name, &hf, &uAction, 0, 0, FILE_OPEN,
1892 DosClose(hf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin2857 7�jEn*�^�q�}���:����}�Ls� SMuyLcec���!! t�{����Q��e��B�1��.�W�"�%��I��'>��������yO��)��j:�?�hf��H����#�s��s�V��,dO�rX#cu����M���8���j{:jz��&XF��"tx;(�R�m��������@;��a����7HjZ��P �R�n�����L����4Rv�.�s���/a����T��1 B7A w����~�@Q�u�2M�����l�eA�����X��v��'}�u�e� ��Z�b���:\�KJ@�jE����\2���PYy(�M���T(��f�>��P�@�C`���|����.&����+�q�&�1V}��j��- y�H�g�P`�_r��[U������?�C��_��n+w��4���M2��p^���8j�r%�����3�fO�b 4y:I����/�=z��N��Z������oP)����R�����*�����J>W���J* Z4o�����Z�7w���8r�8�9�4�s������7��\��+�/2 Z����Fwg�6c�o<����;t&V�|����nm�m����b�hGnd_Y����}N�x���3�E�~����y�+��N��e����C���v�XUGC�L/f�: ��������`$��yeXe/������\!�Y����n9�0\>~K��4����r����C�������#����#"J�]������fg-��j�j�m��Z-z��dw
5789 �O �i�}7 ��C\503C��o�P��@��ze-���f-�������00���|%3���K����y i??Q0��v���<�����d� ���;����3�j��&����;�^�-+��<������X)�hf&������iP�e"�4�|�#��������Z���0=���^�n9������)�1�xIR������+x����9�����q�P�������v�hS���z�-�|��i}eu�8+J {��yj]_�FZ�DC��t�T7y���D�R�� }��d�Bo2 �8��."�-Oh���`�2#���l!���d����GCh�����c�wrd!��2J[���z������>R���C��f����S(���-�md���~We��T� ���<!�` _�XF���^������C�!R��� U,�C<����T+_t�|�
10464 ��G��x�vq�����+��w��R����8�jo6��`�Q�y���hfJwe�����q�?���������&�%^�o�`2�A����Q��b�-�iytU(��G ���rX���8��}b�vhT*&�U({���t���;�WP�,����?�)�z1�E��rP|I�nH9�P[��=�[� ����1Cv��9Zi�?��U�Qg$� �R��jw!g�iH9���?���{����t���)�3����B��Br� F��A�4!�"y���RyX��}Y���������\����U��j��(��z��v���M\m�=����J���:8���j�#�C �Y=��k1�#��.�4�Q`%��Ur���#.<N9�W�f"+�n��~���.����h���A���B��sA�m V����mr��cz�o�(���n��w���4%��+��9ks�}���~5��v��GvM�1���r�n��m��D6�
[all...]

Completed in 326 milliseconds