Searched refs:more (Results 451 - 475 of 841) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/asm/
H A Dpa-risc2.s13 ; See http://devresource.hp.com/ for more details on the PA-RISC
235 CMPIB,<= 2,num,bn_mul_add_words_unroll2 ; go again if more to do
599 ; If 2 or more numbers do the loop
675 ; If 2 or more numbers do the loop
H A Dpa-risc2W.s7 ; See http://devresource.hp.com/ for more details on the PA-RISC
227 CMPIB,<= 2,num,bn_mul_add_words_unroll2 ; go again if more to do
588 ; If 2 or more numbers do the loop
664 ; If 2 or more numbers do the loop
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D08-residue.tex59 single pass through the residue vector, but more often efficient
61 sum of several passes through the residue vector using more than one
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/x86/
H A Dresample.asm16 ;* Lesser General Public License for more details.
47 ; there's a few more here but we only care about the first few
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dbitmap.tex94 the image quality won't be perfect (and could be better for photo images using more
210 See \helpref{reference-counted object destruction}{refcountdestruct} for more info.
H A Devthand.tex226 Processes an event, searching event tables and calling zero or more suitable event handler function(s).
260 class table is tried, and so on until no more tables exist or an appropriate function was found,
H A Dframe.tex81 take the entire frame client area. If two or more windows are present, they
392 % VZ: we don't have all this any more (18.08.00)
H A Dscrolwin.tex96 more sophisticated applications, use the wxScrolledWindow implementation as a guide
453 Note that for more sophisticated scrolling applications, for example where
H A Dtdocview.tex34 and objects to achieve more than the default behaviour.
242 An application can derive a new class for every command, or, more likely, use
H A Dtxrc.tex21 is a more elegant solution.
74 To compile binary resource files, use the command-line wxrc utility. It takes one or more file parameters
H A DwxPython.tex16 \urlref{http://www.python.org}{http://www.python.org} to learn more,
56 absolutely have to eke more performance out of an algorithm, and even
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dnamei.c685 * Stop if: (a) there are no more entries, or
738 int more; local
751 more = 0;
758 more = 1;
760 } while(more);
1201 /* is more than half of this entry in 2nd half of the block? */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dnamei.c685 * Stop if: (a) there are no more entries, or
738 int more; local
750 more = 0;
756 more = 1;
758 } while(more);
1203 /* is more than half of this entry in 2nd half of the block? */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscript_asm.pl24 # GNU General Public License for more details.
702 more strings from the list ACK, ATN, CARRY, TARGET.
727 # Absolute jump, requires no more gunk
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/addi-data/
H A Dhwdrv_APCI1710.c16 This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dsclp.S239 ltr %r0,%r0 # more characters?
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/
H A Dos.S70 | statements instead of (more expensive) copy{in,out} calls, if
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/ccids/
H A Dccid2.c16 * GNU General Public License for more details.
223 static void ccid2_hc_tx_packet_sent(struct sock *sk, int more, unsigned int len) argument
236 /* check if we need to alloc more space */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dxprtsock.c341 static int xs_send_kvec(struct socket *sock, struct sockaddr *addr, int addrlen, struct kvec *vec, unsigned int base, int more) argument
346 .msg_flags = XS_SENDMSG_FLAGS | (more ? MSG_MORE : 0),
358 static int xs_send_pagedata(struct socket *sock, struct xdr_buf *xdr, unsigned int base, int more) argument
373 if (remainder != 0 || more)
482 /* ...and wait for more buffer space */
1394 * Called when more output buffer space is available for this socket.
1415 * Called when more output buffer space is available for this socket.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/modes/asm/
H A Dghashv8-armx.pl237 subs $len,$len,#32 @ is there more data?
279 b.hs .Loop_mod2x_v8 @ there was at least 32 more bytes
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/modes/asm/
H A Dghashv8-armx.pl237 subs $len,$len,#32 @ is there more data?
279 b.hs .Loop_mod2x_v8 @ there was at least 32 more bytes
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dentry-armv.S268 @ the instruction, or the more conventional lr if we are to treat
477 @ it has emulated the instruction, or the more conventional lr
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dnmblib.c14 GNU General Public License for more details.
457 dgram->header.flags.more = True;
803 datagram. It should split them and use the packet_offset, more and
824 if (dgram->header.flags.more)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Ddcadsp.asm15 ;* Lesser General Public License for more details.
H A Ddct32.asm15 ;* Lesser General Public License for more details.

Completed in 170 milliseconds

<<11121314151617181920>>