Searched refs:much (Results 1 - 25 of 134) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/easycap/
H A Deasycap_testcard.c40 int i1, line, k, m, n, more, much, barwidth; local
103 much = PAGE_SIZE - n;
104 if (much > more)
105 much = more;
108 memcpy(p2, p1, much);
110 p1 += much;
111 n += much;
112 more -= much;
H A Deasycap_sound.c52 int i, j, more, much, leap, rc; local
69 much = 0;
404 much = PAGE_SIZE - (int)(paudio_buffer->pto -\
408 if (much > more)
409 much = more;
411 memcpy(paudio_buffer->pto, p1, much);
412 p1 += much;
413 more -= much;
416 if (much % 16)
417 JOT(8, "MISTAKE? much" \
[all...]
H A Deasycap_main.c1022 int rc, bytesperpixel, multiplier, much, more, over, rump, caches; local
1105 much = over; more = 0; margin = 0; mask = 0x00;
1106 if (rex < much)
1107 much = rex;
1110 if (much % 2) {
1111 SAY("MISTAKE: much is odd\n");
1116 much) / 2;
1120 2) < (much * \
1128 much = ((((2 * \
1131 much) /
1433 redaub(struct easycap *peasycap, void *pad, void *pex, int much, int more, \ __u8 mask, __u8 margin, bool isuy) argument
2415 int i, more, much, leap, rc, last; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/times/
H A Dusparc.cc13 and while it makes the des_opts numbers much slower, it makes the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/times/
H A Dusparc.cc13 and while it makes the des_opts numbers much slower, it makes the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/times/
H A Dusparc.cc13 and while it makes the des_opts numbers much slower, it makes the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dmutexlck.tex5 (or unlocks) the mutex in the destructor making it much more difficult to
H A Dcrtslock.tex5 constructor and leaves it in the destructor making it much more difficult to
H A Dwxgtk.tex21 much lower version of GTK+. You will have to ensure that the
H A Dactivevt.tex26 system is low on memory; the application should free up as much memory as possible, and restore
H A Dconditn.tex10 perfect because in this particular case it would be much better to just
12 worker threads it already makes much more sense).
81 Of course, here it would be much better to simply use a joinable thread and
H A Dminifram.tex4 take up too much screen area.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/help/
H A Ddoc.tex45 About this HelpDemo: this file is really not much of a demo, but it's a start.
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/examples/
H A Dbusybox.spec27 very much like their GNU counterparts.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/lib/
H A Dmemcpy.S41 # we want to transfer as much as we can in chunks of 32 bytes
H A Dmemset.S45 # we want to transfer as much as we can in chunks of 32 bytes
H A Ddo_csum.S60 # we want to checksum as much as we can in chunks of 32 bytes
H A Dmemmove.S47 # we want to transfer as much as we can in chunks of 32 bytes
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/
H A DwxBase.spec39 using either Win32 or POSIX threads and much more. wxBase currently supports
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/build/
H A Dexe.mk57 # by default on OS X we link with static libs as much as possible
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dpage.h98 * However, it's also inefficient, since L2 page tables are much smaller
172 # error Too much PA to map with the VA available!
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dhead-uc-fr451.S67 # need to tile the remaining IAMPR/DAMPR registers to cover as much of the RAM as possible
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm90 ;;; program to crash horribly, without so much as a warning at
384 ;;; bytes, as much as necessary in order to dword-align the edi
388 ;;; much of the total running time. Replacing it with a more
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm90 ;;; program to crash horribly, without so much as a warning at
384 ;;; bytes, as much as necessary in order to dword-align the edi
388 ;;; much of the total running time. Replacing it with a more
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dgvmat64.asm90 ;;; program to crash horribly, without so much as a warning at
384 ;;; bytes, as much as necessary in order to dword-align the edi
388 ;;; much of the total running time. Replacing it with a more

Completed in 93 milliseconds

123456