Searched refs:need (Results 1 - 25 of 194) sorted by relevance

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/initscript/gentoo/
H A Davahi-daemon.in11 need dbus
H A Davahi-dnsconfd.in9 need avahi-daemon
H A DMakefile.am21 NO_DBUS_DEPENDENCY=/need dbus/d
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/intro/
H A DMakefile3 BUILD= data.html dbis.html dbisnot.html distrib.html need.html \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dx_bsun.S8 | The real_bsun handler will need to perform further corrective
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/examples/c/encode/file/
H A Dmain.c130 size_t need = (left>READSIZE? (size_t)READSIZE : (size_t)left); local
131 if(fread(buffer, channels*(bps/8), need, fin) != need) {
138 for(i = 0; i < need*channels; i++) {
143 ok = FLAC__stream_encoder_process_interleaved(encoder, pcm, need);
145 left -= need;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/examples/cpp/encode/file/
H A Dmain.cpp136 size_t need = (left>READSIZE? (size_t)READSIZE : (size_t)left); local
137 if(fread(buffer, channels*(bps/8), need, fin) != need) {
144 for(i = 0; i < need*channels; i++) {
149 ok = encoder.process_interleaved(pcm, need);
151 left -= need;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/configfs/
H A Ditem.c70 int need; local
78 need = vsnprintf(item->ci_namebuf,limit,fmt,args);
80 if (need < limit)
86 limit = need + 1;
93 need = vsnprintf(name,limit,fmt,args);
97 if (need >= limit) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbwrapper/
H A Dsmbsh.in6 echo You need to set LIBDIR in smbsh
19 # this doesn't hide the password - we need a proper launch app for that
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/blast/
H A Dblast.c56 * Return need bits from the input stream. This always leaves less than
57 * eight bits in the buffer. bits() works properly for need == 0.
66 local int bits(struct state *s, int need) argument
70 /* load at least need bits into val */
72 while (s->bitcnt < need) {
82 /* drop need bits and update buffer, always zero to seven bits left */
83 s->bitbuf = val >> need;
84 s->bitcnt -= need;
86 /* return need bits, zeroing the bits above that */
87 return val & ((1 << need)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/blast/
H A Dblast.c56 * Return need bits from the input stream. This always leaves less than
57 * eight bits in the buffer. bits() works properly for need == 0.
66 local int bits(struct state *s, int need) argument
70 /* load at least need bits into val */
72 while (s->bitcnt < need) {
82 /* drop need bits and update buffer, always zero to seven bits left */
83 s->bitbuf = val >> need;
84 s->bitcnt -= need;
86 /* return need bits, zeroing the bits above that */
87 return val & ((1 << need)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/lib/
H A DMakefile98 OBJS := $(wildcard $(foreach file,libgcc-need.a libc_so.a interp.o,$(OPTINFO)/$(file)))
100 OBJS := $(wildcard $(foreach file,libgcc-need.a libc.a interp.o,$(OPTINFO)/$(file)))
114 OBJS := $(wildcard $(foreach file,libgcc-need.a interp.o,$(OPTINFO)/$(file))) $(CUSTOM_UCLIBC)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Ddump.c117 * need it.
359 int need, nread; local
372 for (need = bb_dump_blocksize, nread = 0;;) {
379 if (need == bb_dump_blocksize) {
388 memset((char *) curp + nread, 0, need);
393 bb_dump_length == -1 ? need : MIN(bb_dump_length, need), stdin);
405 need -= n;
406 if (!need) {
419 need
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/
H A DMakefile.in1498 # "make headers" or "make proto" calls a subshell because we need to
1547 @echo "WARNING: you need to rerun ./autogen.sh"
1550 @echo "WARNING: you need to run ./configure"
1553 @echo "WARNING: you need to run ./config.status"
1570 # These are called by the test suite and need to be built before
H A DMakefile1498 # "make headers" or "make proto" calls a subshell because we need to
1547 @echo "WARNING: you need to rerun ./autogen.sh"
1550 @echo "WARNING: you need to run ./configure"
1553 @echo "WARNING: you need to run ./config.status"
1570 # These are called by the test suite and need to be built before
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dkobject.c259 int need; local
267 need = vsnprintf(kobj->name,limit,fmt,args);
269 if (need < limit)
275 limit = need + 1;
282 need = vsnprintf(name,limit,fmt,args);
286 if (need >= limit) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/acpi/
H A Dwakeup.S10 # Do we need to deal with A20? It is okay: ACPI specs says A20 must be enabled
77 # need a gdt -- use lgdtl to force 32-bit operands, in case
175 # reload the gdt, as we need the full 32 bit address
185 # and restore the stack ... but you need gdt for this to work
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/puff/
H A Dpuff.c101 * Return need bits from the input stream. This always leaves less than
102 * eight bits in the buffer. bits() works properly for need == 0.
111 local int bits(struct state *s, int need) argument
115 /* load at least need bits into val */
117 while (s->bitcnt < need) {
123 /* drop need bits and update buffer, always zero to seven bits left */
124 s->bitbuf = (int)(val >> need);
125 s->bitcnt -= need;
127 /* return need bits, zeroing the bits above that */
128 return (int)(val & ((1L << need)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/puff/
H A Dpuff.c101 * Return need bits from the input stream. This always leaves less than
102 * eight bits in the buffer. bits() works properly for need == 0.
111 local int bits(struct state *s, int need) argument
115 /* load at least need bits into val */
117 while (s->bitcnt < need) {
123 /* drop need bits and update buffer, always zero to seven bits left */
124 s->bitbuf = (int)(val >> need);
125 s->bitcnt -= need;
127 /* return need bits, zeroing the bits above that */
128 return (int)(val & ((1L << need)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dpci-gart.c361 unsigned long pages, int need)
363 if (!need) {
382 int need = 0, nextneed; local
405 if (!iommu_merge || !nextneed || !need || s->offset ||
408 need) < 0)
416 need = nextneed;
419 if (dma_map_cont(sg, start, i, sg+out, pages, need) < 0)
359 dma_map_cont(struct scatterlist *sg, int start, int stopat, struct scatterlist *sout, unsigned long pages, int need) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dforeign_metadata.c61 size_t need = min(sizeof(buffer), left); local
62 if(fread(buffer, 1, need, fin) < need) {
66 if(fwrite(buffer, 1, need, fout) < need) {
70 left -= need;
341 if(error) *error = "unsupported foreign metadata found, may need newer FLAC decoder (005)";
348 if(error) *error = "unsupported foreign metadata found, may need newer FLAC decoder (006)";
408 if(error) *error = "unsupported foreign metadata found, may need newer FLAC decoder (016)";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dgentest.py107 # Some functions really need to be skipped for the tests.
790 need = 0 variable
793 if need:
796 need = 1 variable
806 need = 0; variable
809 if need:
812 need = 1 variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgl-fsearch.c172 handled through the 4-grams table and need to be handled specially.
184 Thus we need the list of the short strings up to length: */
371 size_t need = len1 + len2; local
379 if (accu->nitems2_max < need)
383 if (new_max < need)
384 new_max = need;
487 The match does not need to be optimal. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/perlasm/
H A Dx86asm.pl116 You need to define one of
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/perlasm/
H A Dx86asm.pl119 You need to define one of

Completed in 393 milliseconds

12345678