Searched refs:sample (Results 651 - 675 of 692) sorted by relevance

<<2122232425262728

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dwxmsw.tex384 Then, for a sample you want to compile, edit the configuration properties
434 frame's menubar. See for example the find dialog in the dialogs sample. However, the menubar is restored
H A Dcalctrl.tex103 \helpref{Calendar sample}{samplecalendar}\\
H A Dcmdlpars.tex148 console sample
H A Devthand.tex89 is an alternative to the use of static event tables. See the 'event' or the old 'dynamic' sample for usage.
H A Dlocale.tex52 \helpref{Internat sample}{sampleinternat}
H A Dlistctrl.tex36 \helpref{corresponding sample}{samplelistctrl}.
1074 Please see the \helpref{listctrl sample}{samplelistctrl} for an example of
H A Dcomboctrl.tex33 Here's a minimal sample of \helpref{wxListView}{wxlistview} popup:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Dphy_lp.c1776 struct b43_c32 sample; local
1792 sample = b43_cordic(angle);
1794 buf[i] = CORDIC_CONVERT((sample.i * max) & 0xFF) << 8;
1795 buf[i] |= CORDIC_CONVERT((sample.q * max) & 0xFF);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Drc80211_minstrel_ht.c262 /* try to sample up to half of the availble rates during each interval */
500 bool sample, bool rtscts)
553 * When not using MRR, do not sample if the probability is already
661 /* When using MRR, sample more on the first attempt, without delay */
497 minstrel_ht_set_rate(struct minstrel_priv *mp, struct minstrel_ht_sta *mi, struct ieee80211_tx_rate *rate, int index, struct ieee80211_tx_rate_control *txrc, bool sample, bool rtscts) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-lock.c853 .sample = process_sample_event,
H A Dbuiltin-sched.c1636 .sample = process_sample_event,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Devent.c762 const u64 *array = event->sample.array;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmxfenc.c730 // write sample rate
1659 uint32_t sample; local
1661 sample = AV_RL24(samples)<< 4;
1664 sample = AV_RL16(samples)<<12;
1667 avio_wl32(pb, sample | i);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/test/
H A DMakefile.in301 TEST_IMAGES = $(top_srcdir)/daniel-andrews-sample.jpg
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/
H A DMakefile.in385 SUBDIRS = build distro include src sample doc tests
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/manual/
H A Dstudio.tex27 Welcome to OGL Studio, an extended sample for the Object Graphics Library.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/treectrl/
H A Dtreetest.cpp3 // Purpose: wxTreeCtrl sample
46 #include "../sample.xpm"
52 wxT("Tree sample error"), \
182 SetIcon(wxICON(sample));
411 wxMessageBox(wxT("Tree test sample\n")
426 s_text = wxGetTextFromUser(wxT("New name: "), wxT("Tree sample question"),
578 wxT("TreeCtrl sample"),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmxfdec.c75 OPSONYOpt, /* FATE sample, violates the spec in places */
338 uint32_t sample = bytestream_get_le32(&buf_ptr); local
340 bytestream_put_le24(&data_ptr, (sample >> 4) & 0xffffff);
342 bytestream_put_le16(&data_ptr, (sample >> 12) & 0xffff);
1633 av_log(mxf->fc, AV_LOG_WARNING, "invalid sample rate (%d/%d) "
2016 * sample per call to mxf_read_packet().
2287 "sample rate (%d/%d), audio pts won't be accurate.\n",
2619 // Update all tracks sample count
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dni_mio_common.c1367 /* Check if there's a single sample stuck in the FIFO */
1386 /* Assume there is a single sample stuck in the FIFO */
1387 ni_writel(0x01, AIFIFO_Control_6143); /* Get stranded sample into FIFO */
1488 /* Check if stranded sample is present */
1490 ni_writel(0x01, AIFIFO_Control_6143); /* Get stranded sample into FIFO */
1531 /* Check if there's a single sample stuck in the FIFO */
1548 /* Check if there's a single sample stuck in the FIFO */
1550 ni_writel(0x01, AIFIFO_Control_6143); /* Get stranded sample into FIFO */
1826 /* The 6143 has 32-bit FIFOs. You need to strobe a bit to move a single 16bit stranded sample into the FIFO */
1830 ni_writel(0x01, AIFIFO_Control_6143); /* Get stranded sample int
5838 unsigned short sample; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/richtext/
H A Drichtext.cpp3 // Purpose: wxWidgets rich text editor sample
48 #include "../sample.xpm"
560 SetIcon(wxICON(sample));
920 r.WriteText(wxT("Note: this sample content was generated programmatically from within the MyFrame constructor in the demo. The images were loaded from inline XPMs. Enjoy wxRichTextCtrl!"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/contrib/dnslist/
H A Ddnslist.pl596 necessary. Here is a sample; alter the names:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dnd/
H A Ddnd.cpp3 // Purpose: Drag and drop sample
31 #include "../sample.xpm"
81 wxMessageBox(text, _T("wxDnD sample: got URL"),
920 wxMessageBox( _T("This sample has to be compiled with wxUSE_DRAG_AND_DROP"), _T("Building error"), wxOK);
933 SetIcon(wxICON(sample));
1220 wxMenu menu(_T("Dnd sample menu"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Mandrake/
H A Dsamba2.spec1892 - Fix default vscan-clamav config and add sample config for homes share
2223 and add sample linpopup command. Added print driver directories.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/dnsmasq/contrib/dnslist/
H A Ddnslist.pl596 necessary. Here is a sample; alter the names:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A DMakefile.in514 SUBDIRS = . include sample test

Completed in 235 milliseconds

<<2122232425262728