Searched refs:more (Results 251 - 275 of 841) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep026.tcl241 # Verify egens (should be +2 or more in all clients).
249 error_check_good egen+more($i) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Ddi.c19 See the GNU General Public License for more details.
87 byte more; local
176 more = true;
183 more = false;
195 if(more) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dsession.c527 * probably more efficient than an rbtree based sorting.
692 more:
750 goto more;
798 more:
847 goto more;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Didctdsp_arm.S15 @ Lesser General Public License for more details.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Ddsputilenc_yasm.asm17 ;* Lesser General Public License for more details.
105 ; and it's even more unlikely to not have any alternative mvs/modes with lower cost.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dx_fline.S35 | the equate is valid only after a 'link a6' has pushed one more
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dmediactrl.tex51 More complex operations are generally more heavily dependant on the
54 slightly more flexible in that regard.
263 for more information.
387 QuickTime usually have a scrollbar, play button, and more provided to
403 For more see \helpref{Player controls}{playercontrolswxmediactrl}. Currently
H A Drichtextoverview.tex39 adequate (this is particularly true on Windows) and where more direct access to
227 by wxRichTextCtrl. Finally, wxRichTextAttr is a more efficient version
229 query styles more quickly. wxTextAttrEx and wxRichTextAttr are largely
268 To make all this more concrete, here are examples of where you might set these different
365 must limit itself to, or one or more flexible directions (vertical
H A Dtext.tex36 allows to have more than 64KB of text in the control even under Win9x. This
99 much more efficient).
193 See \helpref{wxStreamToTextRedirector}{wxstreamtotextredirector} for more
238 \twocolitem{{\bf EVT\_TEXT\_MAXLEN(id, func)}}{User tried to enter more text
532 may also be more efficient, especially if the control contains a lot of data.
632 \texttt{GetValue().empty()} but can be much more efficient for the multiline
922 If the user tries to enter more characters into the text control when it
1016 See \helpref{this topic}{progevent} for more information.
1058 line breaks. See \helpref{wxTextCtrl::\cinsert}{wxtextctrlinsert} and \helpref{wxTextCtrl::AppendText}{wxtextctrlappendtext} for more convenient ways of writing to the window.
H A Dauimanager.tex19 flicker, by modifying more than one pane at a time, and then "committing"
174 Returns the current dock constraint values. See \helpref{SetDockSizeConstraint()}{wxauimanagersetdocksizeconstraint} for more information.
207 change a pane's look, state or position. After one or more
H A Dbrush.tex139 See \helpref{reference-counted object destruction}{refcountdestruct} for more info.
303 See \helpref{reference-counted object comparison}{refcountequality} for more info.
311 See \helpref{reference-counted object comparison}{refcountequality} for more info.
H A Dhelpinst.tex47 Although it has an API compatible with other help controllers, it has more advanced features, so it is
209 {\it WinHelp, MS HTML Help:} If more than one match is found,
212 {\it External HTML help, simple wxHTML help:} If more than one match is found,
H A Dhthlpfrm.tex35 You may override this virtual method to add more buttons to the help window's
108 You may override this virtual method to add more buttons to the help window's
309 You may override this virtual method to add more buttons to the help window's
H A Dmbconv.tex94 parameter should be one more to allow to properly \NUL-terminate the string.
141 is made, so it is more efficient to ensure that the string is does have the
162 But notice that just as with \helpref{cMB2WC}{wxmbconvmb2wc}, it is more
H A Dpen.tex158 See \helpref{reference-counted object destruction}{refcountdestruct} for more info.
338 See \helpref{reference-counted object comparison}{refcountequality} for more info.
345 See \helpref{reference-counted object comparison}{refcountequality} for more info.
H A Dsettings.tex178 \twocolitem{{\bf wxSYS\_SCREEN\_PDA}}{PDA screen, 320x240 or more but less than 640x480}
179 \twocolitem{{\bf wxSYS\_SCREEN\_SMALL}}{Small screen, 640x480 or more but less than 800x600}
180 \twocolitem{{\bf wxSYS\_SCREEN\_DESKTOP}}{Desktop screen, 800x600 or more}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Ddir.c129 more:
190 goto more;
292 more:
388 goto more;
391 /* more frags? */
397 goto more;
918 * renew if the least is more than half up.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dip6_fib.c472 * We have more bits to go
938 * We have more bits to go
1156 /* No more references are possible at this point. */
1429 int more; member in struct:fib6_gc_args
1449 gc_args.more++;
1461 gc_args.more++;
1483 gc_args.more = icmp6_dst_gc();
1487 if (gc_args.more)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Dgzip.c142 * error message. It does check the number of bits, but it's more
331 * more than 16 bits on some systems.)
539 unsigned more = WINDOW_SIZE - G1.lookahead - G1.strstart; local
545 if (more == (unsigned) -1) {
549 more--;
552 * more == 0 with more == 64K on a 16 bit machine.
573 more += WSIZE;
575 /* At this point, more >= 2 */
577 n = file_read(G1.window + G1.strstart + G1.lookahead, more);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c478 * trees more frequently.
559 * is preferable to spend more time in matches to allow very fast string
565 * A previous version of this file used a more sophisticated algorithm
567 * time, but has a larger average cost, uses more memory and is patented.
606 need_more, /* block not completed, need more input or more output */
608 finish_started, /* finish started, need only more output at next deflate */
609 finish_done /* finish done, accept no more input or output */
1022 * more output space, but possibly with both pending and
1040 /* User must not provide more inpu
1451 unsigned more; /* Amount of free space at the end of the window. */ local
3453 } more; member in struct:inflate_huft_s
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/common/
H A Dzlib.c478 * trees more frequently.
559 * is preferable to spend more time in matches to allow very fast string
565 * A previous version of this file used a more sophisticated algorithm
567 * time, but has a larger average cost, uses more memory and is patented.
606 need_more, /* block not completed, need more input or more output */
608 finish_started, /* finish started, need only more output at next deflate */
609 finish_done /* finish done, accept no more input or output */
1022 * more output space, but possibly with both pending and
1040 /* User must not provide more inpu
1451 unsigned more; /* Amount of free space at the end of the window. */ local
3453 } more; member in struct:inflate_huft_s
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dvorbisfile.c33 /* A 'chained bitstream' is a Vorbis bitstream that contains more than
62 /* read a little more data from the file/pipe into the ogg_sync framer
79 /* save a tiny smidge of verbosity to make the code more readable */
97 if the function is allowed to fetch more data from the stream (and
111 long more; local
114 more=ogg_sync_pageseek(&vf->oy,og);
116 if(more<0){
118 vf->offset-=more;
120 if(more==0){
121 /* send more paramedic
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/musb/
H A Dmusb_host.c16 * General Public License for more details.
89 * (Yes, bulk _could_ use more of the endpoints than that, and would even
257 /* transmit may have more work: start it when it is time */
886 bool more = false; local
910 more = true;
921 more = true;
926 more = true;
943 more = true;
951 return more;
1004 * ep0 is more likel
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/sound/oss/
H A DMultiSound31 # for more information).
145 # See the `msnd_pinnacle Additional Options' section below for more
465 X * GNU General Public License for more details.
571 X * GNU General Public License for more details.
1079 X * GNU General Public License for more details.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex99 very small subset of them (none, to be more exact) really use it.
115 is followed by attempts to patch the hole and more mistakes...
256 still have no serious applications it is not useful to work on more
378 A bit more complicated example using routing header can be found

Completed in 138 milliseconds

<<11121314151617181920>>