Searched refs:copy (Results 276 - 300 of 467) sorted by relevance

<<111213141516171819

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC/
H A Dmetadata_manip.c14 * You should have received a copy of the GNU General Public License
54 the decoded metadata to what's in our local copy. If there are any
68 /* our copy of the metadata in flacfilename() */
119 /* functions for working with our metadata copy */
121 static FLAC__bool replace_in_our_metadata_(FLAC__StreamMetadata *block, unsigned position, FLAC__bool copy) argument
126 if(copy) {
141 static FLAC__bool insert_to_our_metadata_(FLAC__StreamMetadata *block, unsigned position, FLAC__bool copy) argument
145 if(copy) {
474 /* this version is used when we want to compare to our metadata copy */
601 !insert_to_our_metadata_(&streaminfo, i++, /*copy
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC++/
H A Dmetadata_manip.cpp14 * You should have received a copy of the GNU General Public License
53 the decoded metadata to what's in our local copy. If there are any
75 /* our copy of the metadata in flacfilename() */
127 /* functions for working with our metadata copy */
129 static bool replace_in_our_metadata_(FLAC::Metadata::Prototype *block, unsigned position, bool copy) argument
134 if(copy) {
149 static bool insert_to_our_metadata_(FLAC::Metadata::Prototype *block, unsigned position, bool copy) argument
153 if(copy) {
587 FLAC::Metadata::CueSheet c(cuesheet, /*copy=*/false);
591 !insert_to_our_metadata_(&s, i++, /*copy
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dhead64.S83 mvc 0(4,%r11),264(%r7) # copy prefix register to prefix array
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/lib/
H A Dchecksum.S200 ! This is not common, so simple byte by byte copy will do.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/lib/
H A Dcopy_user_memcpy.S34 ! enirety if at least one byte is included in the copy.
39 event that the user pointer is bad somewhere in the copy (e.g. due to
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dhead.S100 * (kexec on panic case). Hence copy out the parameters before initializing
272 pushl %eax # copy to EFLAGS
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dslog2.S22 | SPEED: Two timings are measured, both in the copy-back mode.
H A Dx_store.S52 | if fp0-fp3 is being modified, we must put a copy
H A Dx_unfl.S148 movew %d0,-(%a7) |copy RND_PREC to stack
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsecurity.h202 * @copy copied data which will be passed to the security module.
203 * Returns 0 if the copy was successful.
749 * This hook allows a security module to copy security
807 * @optlen userspace int where the module should copy the actual length
809 * @len as input is the maximum length to copy to userspace provided
815 * which is used to copy security attributes between local stream sockets.
819 * Clone/copy security structure.
1184 void *orig, void *copy);
1518 void *orig, void *copy)
1520 return security_ops->sb_copy_data (type, orig, copy);
1517 security_sb_copy_data(struct file_system_type *type, void *orig, void *copy) argument
2261 security_sb_copy_data(struct file_system_type *type, void *orig, void *copy) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Drme32.c22 * You should have received a copy of the GNU General Public License
286 /* copy callback for halfduplex mode */
300 /* copy callback for halfduplex mode */
1226 .copy = snd_rme32_playback_copy,
1240 .copy = snd_rme32_capture_copy,
1252 .copy = snd_rme32_playback_copy,
1265 .copy = snd_rme32_capture_copy,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dcrunch-bits.S267 1: @ this task owns crunch regs -- grab a copy from there
H A Diwmmxt.S227 1: @ this task owns Concan regs -- grab a copy from there
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/lib/
H A Dcsumpartialcopygeneric.S93 blo .Lless8 @ 8 bytes to copy.
101 * that we must have more than 4 bytes to copy. Note
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.c14 You should have received a copy of the GNU General Public License
1382 copy (position_set const *src, position_set *dst) function
1492 copy(s, &d->states[i].elems);
1719 copy(&merged, &d->follows[pos[j].index]);
1739 copy(&merged, &d->follows[pos[j].index]);
1846 copy(&d->follows[i], &merged);
1850 copy(&merged, &d->follows[i]);
2039 copy(&grps[j], &grps[ngrps]);
2083 copy(&d->states[0].elems, &follows);
2609 copy(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dmpi.h17 * You should have received a copy of the GNU Lesser General Public
188 mpi_barrett_t _gcry_mpi_barrett_init (gcry_mpi_t m, int copy);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ax25/
H A Daf_ax25.c234 struct sk_buff *copy; local
244 if ((copy = skb_clone(skb, GFP_ATOMIC)) == NULL)
246 if (sock_queue_rcv_skb(s->sk, copy) != 0)
247 kfree_skb(copy);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmbldap-useradd20 # You should have received a copy of the GNU General Public License
503 The user's home directory will be created if it does not exist. The files contained in skeletonDir will be copied to the home directory if the -k option is used, otherwise the files contained in /etc/skel will be used instead. Any directories contained in skeletonDir or /etc/skel will be created in the user's home directory as well. The -k option is only valid in conjunction with the -m option. The default is to not create the directory and to not copy any files.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/printing/
H A Dnt_printing.c18 * You should have received a copy of the GNU General Public License
2507 /* found a match, so allocate space and copy the name */
4007 Deep copy a NT_PRINTER_DATA
4040 Deep copy a NT_PRINTER_INFO_LEVEL_2 structure using malloc()'d memeory
4046 NT_PRINTER_INFO_LEVEL_2 *copy; local
4051 if ( !(copy = SMB_MALLOC_P(NT_PRINTER_INFO_LEVEL_2)) )
4054 memcpy( copy, printer, sizeof(NT_PRINTER_INFO_LEVEL_2) );
4058 copy->devmode = dup_nt_devicemode( printer->devmode );
4060 ZERO_STRUCT( copy->data );
4061 copy_printer_data( &copy
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ms/
H A Dtestce.bat90 copy ..\certs\*.pem cert.tmp >nul
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/asm/
H A Dsha512-ia64.pl196 mux2 $t0=A,0x44 };; // copy lower half to upper
274 mux2 $t0=A,0x44 };; // copy lower half to upper
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ms/
H A Dtestce.bat90 copy ..\certs\*.pem cert.tmp >nul
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/boot/compressed/
H A Dhead.S266 1: ldmia r2!, {r9 - r14} @ copy relocation code
476 sub r9, r9, #128 @ do not copy the stack
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dtcp_input.c3651 int copy = SKB_MAX_ORDER(header, 0); local
3654 if (copy < 0)
3656 if (end-start < copy)
3657 copy = end-start;
3658 nskb = alloc_skb(copy+header, GFP_ATOMIC);
3675 while (copy > 0) {
3681 size = min(copy, size);
3685 copy -= size;
4154 * on the receive process context and checksum and copy
4159 * We do checksum and copy als
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dssl.h661 unsigned char *data,int len,int *copy);
798 void SSL_CTX_sess_set_get_cb(SSL_CTX *ctx, SSL_SESSION *(*get_session_cb)(struct ssl_st *ssl, unsigned char *data,int len,int *copy));
799 SSL_SESSION *(*SSL_CTX_sess_get_get_cb(SSL_CTX *ctx))(struct ssl_st *ssl, unsigned char *Data, int len, int *copy);

Completed in 221 milliseconds

<<111213141516171819