Searched refs:more (Results 76 - 100 of 841) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/lib/
H A Dfindbit.S35 2: cmp r2, r1 @ any more?
76 2: cmp r2, r1 @ any more?
114 2: cmp r2, r1 @ any more?
148 2: cmp r2, r1 @ any more?
173 * One or more bits in the LSB of r3 are assumed to be set.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dhscx_irq.c86 int more, count; local
98 more = (bcs->mode == L1_MODE_TRANS) ? 1 : 0;
100 more = !0;
111 WriteHSCXCMDR(cs, bcs->hw.hscx.hscx, more ? 0x8 : 0xa);
H A Djade_irq.c76 int more, count; local
88 more = (bcs->mode == L1_MODE_TRANS) ? 1 : 0;
90 more = !0;
101 WriteJADECMDR(cs, bcs->hw.hscx.hscx, jade_HDLC_XCMD, more ? jadeXCMD_XF : (jadeXCMD_XF|jadeXCMD_XME));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/lguest/
H A Dinterrupts_and_traps.c81 * in the kernel, and a more complex one where the Guest is in
158 unsigned int interrupt_pending(struct lg_cpu *cpu, bool *more) argument
178 *more = find_next_bit(blk, LGUEST_IRQS, irq+1);
187 void try_deliver_interrupt(struct lg_cpu *cpu, unsigned int irq, bool more) argument
241 * did this more often, but it can actually be quite slow: doing it
251 if (!more)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Deni.h105 struct atm_dev *more; /* other ENI devices */ member in struct:eni_dev
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dvideodsp_armv5te.S15 @ Lesser General Public License for more details.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/kernel/
H A Dhead.S88 beqz r4, .Lendloop1 ; any more to go?
92 bnez r4, .Lloop1 ; go do some more
96 beqz r4, .Lendloop2 ; any more to go?
101 bnez r4, .Lloop2 ; go do some more
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/
H A Dccid.h80 int more, unsigned int len);
151 int more, unsigned int len)
154 ccid->ccid_ops->ccid_hc_tx_packet_sent(sk, more, len);
150 ccid_hc_tx_packet_sent(struct ccid *ccid, struct sock *sk, int more, unsigned int len) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netrom/
H A Dnr_in.c33 static int nr_queue_rx_frame(struct sock *sk, struct sk_buff *skb, int more) argument
42 if (more) {
48 if (!more && nr->fraglen > 0) { /* End of fragment */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/zlib_deflate/
H A Ddeflate.c20 * is preferable to spend more time in matches to allow very fast string
26 * A previous version of this file used a more sophisticated algorithm
28 * time, but has a larger average cost, uses more memory and is patented.
60 need_more, /* block not completed, need more input or more output */
62 finish_started, /* finish started, need only more output at next deflate */
63 finish_done /* finish done, accept no more input or output */
366 * more output space, but possibly with both pending and
384 /* User must not provide more input after the first FINISH: */
614 * necessary to put more guar
731 unsigned more; /* Amount of free space at the end of the window. */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcombopopup.tex15 an interface class must be derived from wxComboPopup. For more information
125 until the popup is shown for the first time. It is more
126 efficient, but on the other hand it is often more convenient
H A Dpickerbase.tex17 The proportion (see \helpref{wxSizer}{wxsizer} documentation for more info about
69 Look at the overview of wxPickerBase for more details about this.
78 Look at the overview of wxPickerBase for more details about this.
H A Danimation.tex55 \docparam{type}{See \helpref{LoadFile}{wxanimationloadfile} for more info.}
63 See \helpref{reference-counted object destruction}{refcountdestruct} for more info.
H A Dreferenc.tex67 Interface) and other facilities on more than one platform. This document
70 wxWidgets user manual for a more general description of wxWidgets.
H A Dtunicode.tex15 Read it if you want to know more about how to write programs able to work with
37 support for it improves, it should become more and more so. Moreover, in the
39 from using Unicode because they will work more efficiently - there will be no
71 more readable, you are also allowed to prefix the constant with {\tt 'L'}
83 strings but it is more likely that Unicode strings are wanted in the Unicode
122 What happens here? First of all, you see that there are no more {\tt \#ifdef}s
184 For more information about converters and Unicode see
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rxrpc/
H A Dar-output.c207 * more data to come, otherwise this data will end the transmission phase.
533 bool more; local
551 more = msg->msg_flags & MSG_MORE;
586 if (chunk > len && !more)
666 if (sp->remain <= 0 || (segment == 0 && !more)) {
694 if (len == 0 && !more)
708 rxrpc_queue_packet(call, skb, segment == 0 && !more);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dev6-memset.S25 * WARNING: Maintaining this is going to be more work than the above version,
176 subq $3, 16, $2 # E : Repeat the loop at least once more?
198 bne $3,loop_b # U : more?
353 subq $3, 16, $2 # E : Repeat the loop at least once more?
375 bne $3,loop # U : more?
540 subq $3, 16, $2 # E : Repeat the loop at least once more?
562 bne $3,loop_w # U : more?
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/x25/
H A Dx25_in.c35 static int x25_queue_rx_frame(struct sock *sk, struct sk_buff *skb, int more) argument
40 if (more) {
47 if (!more && x25->fraglen > 0) { /* End of fragment */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Dscatterwalk.h118 void scatterwalk_done(struct scatter_walk *walk, int out, int more);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/human68k/
H A Dcrc_68.s27 ; Define NO_UNROLLED_LOOPS to use a simple short loop which might be more
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dip.h246 extern void __ip_select_ident(struct iphdr *iph, struct dst_entry *dst, int more);
257 static inline void ip_select_ident_more(struct iphdr *iph, struct dst_entry *dst, struct sock *sk, int more) argument
262 inet_sk(sk)->inet_id += 1 + more;
266 __ip_select_ident(iph, dst, more);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/human68k/
H A Dcrc_68.s27 ; Define NO_UNROLLED_LOOPS to use a simple short loop which might be more
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/tops20/
H A Dtops20.c39 int more; member in struct:__anon7701
89 d->more = TRUE;
96 no more entries or an error occurs. */
99 if ((d->more == FALSE) || ((p = wfname(d->wfjfn)) == NULL)) {
103 d->more = FALSE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/lib/
H A Dnand_init.S7 ## code copies more data from NAND flash to internal RAM. Obvioulsy this
21 ## can't trust more than the first 256 bytes.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/easycap/
H A Deasycap_main.c22 * GNU General Public License for more details.
1022 int rc, bytesperpixel, multiplier, much, more, over, rump, caches; local
1105 much = over; more = 0; margin = 0; mask = 0x00;
1115 more = (bytesperpixel * \
1132 more = rad;
1156 rc = redaub(peasycap, pad, pex, much, more, \
1175 pad += more;
1176 rad -= more;
1202 more = over;
1203 if (rad < more)
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...]

Completed in 218 milliseconds

1234567891011>>