Searched refs:boost (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dasiohiper.cpp26 * with boost::asio
28 * This program is in c++ and uses boost::asio instead of libevent/libev.
29 * Requires boost::asio, boost::bind and boost::system
49 #include <boost/asio.hpp>
50 #include <boost/bind.hpp>
54 /* boost::asio related objects
57 boost::asio::io_service io_service;
58 boost
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/rt-tester/
H A Dcheck-all.sh20 testit t5-l4-pi-boost-deboost.tst
21 testit t5-l4-pi-boost-deboost-setsched.tst
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-c-143 # Test C++ support: test boost-format.
10 // These are recognized as boost-format because of the keyword 'format'.
15 // These are recognized as boost-format only through the heuristics.
24 ${XGETTEXT} --omit-header --no-location -d xg-c-14.tmp --boost xg-c-14.cc
30 # boost-format. The last 4 are governed by the heuristic. The first two
35 #, boost-format
39 #, boost-format
43 #, boost-format
47 #, boost-format
51 #, c-format, boost
[all...]
H A Dformat-boost-1287 ${XGETTEXT} -L C++ --boost -o f-bo-1-$n.po f-bo-1-$n.in || exit 1
291 if grep boost-format f-bo-1-$n.po > /dev/null; then
297 if grep boost-format f-bo-1-$n.po > /dev/null; then
H A DMakefile.am100 format-boost-1 format-boost-2 \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pcmcia/vx/
H A Dvxpocket.h36 int mic_level; /* analog mic level (or boost) */
49 void vx_set_mic_boost(struct vx_core *chip, int boost);
H A Dvxp_ops.c465 * vx_set_mic_boost - set mic boost level (on vxp440 only)
466 * @boost: 0 = 20dB, 1 = +38dB
468 void vx_set_mic_boost(struct vx_core *chip, int boost) argument
478 if (boost) {
479 /* boost: 38 dB */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Diuu_phoenix.c63 static int boost = 100; variable
87 u32 boost; member in struct:iuu_private
993 baud * priv->boost / 100,
1093 if (boost < 100)
1094 boost = 100;
1095 priv->boost = boost;
1100 iuu_clk(port, IUU_CLK_3680000 * boost / 100);
1102 iuu_uart_baud(port, baud * boost / 100, &actual,
1106 iuu_clk(port, IUU_CLK_6000000 * boost / 10
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dscpdarry.tex4 the \urlref{Boost}{http://www.boost.org} smart pointers but rewritten to
H A Dscpdptr.tex4 the \urlref{Boost}{http://www.boost.org/} smart pointers but rewritten to
H A Dtdb.tex475 performance boost as well. Each time that a new connection is created
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A DMakefile.am83 ../src/format-boost.c \
H A DMakefile.in247 ../src/format-qt.c ../src/format-kde.c ../src/format-boost.c \
259 format-qt.lo format-kde.lo format-boost.lo format.lo \
857 ../src/format-boost.c \
1109 format-boost.lo: ../src/format-boost.c
1110 $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o format-boost.lo `test -f '../src/format-boost.c' || echo '$(srcdir)/'`../src/format-boost.c
H A DMakefile247 ../src/format-qt.c ../src/format-kde.c ../src/format-boost.c \
259 format-qt.lo format-kde.lo format-boost.lo format.lo \
857 ../src/format-boost.c \
1109 format-boost.lo: ../src/format-boost.c
1110 $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o format-boost.lo `test -f '../src/format-boost.c' || echo '$(srcdir)/'`../src/format-boost.c
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dopus_celt.c639 // approx. maximum bit allocation for each band before boost/trim
641 int boost[CELT_MAX_BANDS]; local
675 /* obtain band boost */
681 boost[i] = 0;
686 while (consumed + (band_dynalloc<<3) < totalbits && boost[i] < cap[i]) {
692 boost[i] += quanta;
697 if (boost[i])
761 bandbits += boost[i];
789 bits1[i] += boost[i];
790 bits2[i] += boost[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ctxfi/
H A Dcthw20k1.c1202 unsigned char mic20db; /* boost mic by 20db if input is microphone */
1547 adc_input_select_SB055x(struct hw *hw, enum ADCSRC type, unsigned char boost) argument
1565 data |= boost ? (0x1<<2) : 0;
1587 adc_input_select_SBx(struct hw *hw, enum ADCSRC type, unsigned char boost) argument
1623 if (boost) {
1624 i2c_write(hw, 0x001a0080, 0x1c, 0xe7); /* +12dB boost */
1625 i2c_write(hw, 0x001a0080, 0x1e, 0xe7); /* +12dB boost */
1627 i2c_write(hw, 0x001a0080, 0x1c, 0xcf); /* No boost */
1628 i2c_write(hw, 0x001a0080, 0x1e, 0xcf); /* No boost */
1637 adc_input_select_hendrix(struct hw *hw, enum ADCSRC type, unsigned char boost) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dvorbisenc.c70 float boost; member in struct:__anon4054
360 p->tone_centerboost=att[is].boost*(1.-ds)+att[is+1].boost*ds;
424 /* impulse blocks may take a user specified bias to boost the
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dlm93.c277 u8 boost[4]; member in struct:lm93_data
501 return LM93_TEMP_FROM_REG(data->boost[nr]) -
509 (LM93_TEMP_FROM_REG(data->boost[nr]) - hyst), mode);
932 data->boost[i] = lm93_read_byte(client, LM93_REG_BOOST(i));
1351 return sprintf(buf,"%d\n",LM93_TEMP_FROM_REG(data->boost[nr]));
1364 data->boost[nr] = LM93_TEMP_TO_REG(val);
1365 lm93_write_byte(client, LM93_REG_BOOST(nr), data->boost[nr]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A Dab3100-core.c768 AB3100_DEVICE(boost, "ab3100-boost");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A DMakefile.in239 format-gcc-internal.c format-qt.c format-kde.c format-boost.c \
253 @WOE32DLL_FALSE@ format-qt.lo format-kde.lo format-boost.lo
261 @WOE32DLL_TRUE@ format-qt.lo format-kde.lo format-boost.lo
1028 @WOE32DLL_FALSE@ format-boost.c
1037 @WOE32DLL_TRUE@ format-boost.c
H A DMakefile239 format-gcc-internal.c format-qt.c format-kde.c format-boost.c \
253 format-qt.lo format-kde.lo format-boost.lo
261 # format-qt.lo format-kde.lo format-boost.lo
1028 format-boost.c
1037 # format-boost.c
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/po/
H A DMakefile98 ../src/format-boost.c \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsched.c1575 int boost = 0; local
1579 boost = 1;
1597 tg->cfs_rq[cpu]->rq_weight = boost ? 0 : rq_weight;
1598 tg->cfs_rq[cpu]->shares = boost ? 0 : shares;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dpatch_analog.c806 /* re-connect the mic boost input according to the jack sensing */
1400 /* Mic boost: 0dB */
1561 /* Mic boost: 0dB */
1935 * pin boost mix input # / adc input #
2872 const char *ctlname, int boost)
2886 if (boost) {
3507 /* docking mic boost */
3765 {0x25, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO}, /* no boost */
4593 {0x39, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO}, /* boost */
4597 {0x3a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO}, /* boost */
2871 new_analog_input(struct ad198x_spec *spec, hda_nid_t pin, const char *ctlname, int boost) argument
[all...]

Completed in 395 milliseconds