Searched refs:use (Results 176 - 200 of 299) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx64/
H A Dinffasx64.asm8 ; to compile this file, I use option
186 mov r8, rsi ; /* save in so from can use it's reg */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_conntrack_l3proto_ipv4_compat.c162 if (seq_printf(s, "use=%u\n", atomic_read(&ct->ct_general.use)))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/ca0106/
H A Dca0106.h225 * So, from this you can see that you cannot use a Standard 4 pole Video A/V cable with the SB Audigy LS card.
230 * Summary: For ALSA we use the Rear channel for SPDIF Digital AC3/DTS output
297 * But as the jack is shared, use 0xf00.
551 int use; member in struct:snd_ca0106_channel
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Dtrident.h294 unsigned int use: 1, member in struct:snd_trident_voice
324 unsigned int negCSO; /* nonzero - use negative CSO */
H A Dymfpci.h246 unsigned int use: 1, member in struct:snd_ymfpci_voice
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/trident/
H A Dtrident_synth.c364 voice->GVSel = 0; /* use global music volume */
725 if (v->use && v->client == ev->source.client &&
747 if (voice->use && voice->client == client && voice->port == port)
844 if (pvoice->use && !memcmp(&pvoice->instr, &instr->instr, sizeof(pvoice->instr))) {
886 callbacks.use = snd_trident_synth_use;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/synth/emux/
H A Demux_seq.c92 pinfo.use = snd_emux_use;
302 * Routine that is called upon a first use of a particular port
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/
H A Dudev_rules.c1127 info("no node name set, will use kernel name '%s'", udev->name);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/boot/
H A Dsetup.S348 # (use 1e0 because that's what Larry Augustine uses in his
543 std # we have to move up, so we use
594 # vector, which should be safe to use.
602 movw %ax, %fs:(0x200) # we use the "int 0x80" vector
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/rose/
H A Daf_rose.c163 rose->neighbour->use--;
184 rose->neighbour->use--;
602 rose->neighbour->use--;
798 rose->neighbour->use++;
880 * The write queue this time is holding sockets ready to use
1005 make_rose->neighbour->use++;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DHTMLparser.c212 * Dirty macros, i.e. one need to make assumption on the context to use them
380 * XML constructs only use < 128 chars
1039 * case of use in multithreaded programs.
3190 * Cleanup, since we don't use all those identifiers
4332 input->end = &input->buf->buffer->content[input->buf->buffer->use];
4415 * parser, do not use liberally.
4440 len = in->buf->buffer->use;
4450 /* do not increment past <! - some people use <!--> */
4580 avail = in->buf->buffer->use - (in->cur - in->base);
4616 avail = in->buf->buffer->use
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A DHTMLparser.c212 * Dirty macros, i.e. one need to make assumption on the context to use them
380 * XML constructs only use < 128 chars
1047 * case of use in multithreaded programs.
3229 * Cleanup, since we don't use all those identifiers
4431 input->end = &input->buf->buffer->content[input->buf->buffer->use];
4515 * parser, do not use liberally.
4540 len = in->buf->buffer->use;
4550 /* do not increment past <! - some people use <!--> */
4680 avail = in->buf->buffer->use - (in->cur - in->base);
4716 avail = in->buf->buffer->use
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dpubkey.c410 check_pubkey_algo (int algorithm, unsigned use) argument
424 if (((use & GCRY_PK_USAGE_SIGN)
425 && (! (pubkey->use & GCRY_PK_USAGE_SIGN)))
426 || ((use & GCRY_PK_USAGE_ENCR)
427 && (! (pubkey->use & GCRY_PK_USAGE_ENCR))))
654 * ALGO gives the algorithm to use and this implicitly determines
1179 with the message, if LABEL is NULL the default is to use the empty
1338 message, if LABEL is NULL the default is to use the empty string as
1601 /* Note that we use EM to store DB and later Xor in-place. */
1707 /* Step 3: Check length of EM. Because we internally use MP
3988 int use = nbytes ? *nbytes : 0; local
3999 int use = 0; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DHTMLparser.c212 * Dirty macros, i.e. one need to make assumption on the context to use them
380 * XML constructs only use < 128 chars
1039 * case of use in multithreaded programs.
3190 * Cleanup, since we don't use all those identifiers
4332 input->end = &input->buf->buffer->content[input->buf->buffer->use];
4415 * parser, do not use liberally.
4440 len = in->buf->buffer->use;
4450 /* do not increment past <! - some people use <!--> */
4580 avail = in->buf->buffer->use - (in->cur - in->base);
4616 avail = in->buf->buffer->use
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dres_func.S632 | use fpu to perform dest+new_src (user's rmode and X)
642 | use fpu to perform dest+new_src (user's rmode and X)
776 bfextu FPCR_MODE(%a6){#0:#2},%d0 |inst not forced - use fpcr prec
893 sne WBTEMP_SGN(%a6) |use internal format for round
1244 bfextu FPCR_MODE(%a6){#0:#2},%d0 |inst not forced - use fpcr prec
1272 bfextu FPCR_MODE(%a6){#0:#2},%d0 |inst not forced - use fpcr prec
1505 movel USER_FPCR(%a6),%d1 |use user's rounding mode
1551 movel USER_FPCR(%a6),%d1 |use user's rounding mode
1596 movel USER_FPCR(%a6),%d1 |use user's rounding mode
1848 leal FP_SCR1(%a6),%a0 |use FP_SCR
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/lib/
H A Dchecksum.S338 andcc %g1, 0xffffff80, %g0 ! can we use unrolled loop?
353 3: andcc %g1, 0x70, %o2 ! can use table?
390 andcc %g1, 0x70, %o2 ! can use table? (clears carry btw)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/doc/
H A Dip-cref.tex68 --- enforce the protocol family to use. If the option is not present,
96 --- use the system's name resolver to print DNS names instead of
100 Do not use this option when reporting bugs or asking for advice.
214 when configuring the kernel. In this case any attempt to use the
294 Do not use it, if you do not understand what this operation really does.
416 to use multicasting on this interface. Any \verb|POINTOPOINT| and
419 Certainly, the use of high bandwidth multicast transfers is not recommended
555 to use the corresponding protocol. It is possible to have several
558 for them and we do not use it in this document.
600 It is possible to use th
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_netlink.c256 __be32 use = htonl(atomic_read(&ct->ct_general.use)); local
258 NFA_PUT(skb, CTA_USE, sizeof(u_int32_t), &use);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/jpeg-7/
H A Djmemdosa.asm6 ; For conditions of distribution and use, see the accompanying README file.
18 ; require SI,DI,DS to be preserved. Also, we use only 16-bit-wide return
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D07-floor1.tex105 the partition class may use in representing Y values, the list of
340 calling to floor decode). Floor 1 curve synthesis makes use of the
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/xtensa/kernel/
H A Dsignal.c307 # error Must use compiler for Xtensa processors.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/xtensa/lib/
H A Dmemcopy.S58 * do the same, but use SRC to align the source data.
59 * This code tries to use fall-through branches for the common
63 * Register use:
161 _bany a3, a8, .Lsrcunaligned # then use shifting copy
163 * Destination and source are word-aligned, use word copy.
H A Dusercopy.S34 * do the same, but use SRC to align the source data.
37 * This code tries to use fall-through braches for the common
41 * Register use:
66 /* Load or store instructions that may cause exceptions use the EX macro. */
91 bnone a3, a8, .Laligned # then use word copy
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v32/boot/compressed/
H A Dhead.S163 ;; Put start address of root partition in r9 so the kernel can use it
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dkgdb_asm.S23 ;; Now we are free to use ACR all we want.

Completed in 484 milliseconds

1234567891011>>