Searched defs:length (Results 376 - 400 of 2619) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/fnic/
H A Drq_enet_desc.h41 rq_enet_desc_enc(struct rq_enet_desc *desc, u64 address, u8 type, u16 length) argument
49 rq_enet_desc_dec(struct rq_enet_desc *desc, u64 *address, u8 *type, u16 *length) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/support/
H A Ddebug.c112 xfs_hex_dump(void *p, int length) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dblkpg.h51 long long length; /* length in bytes */ member in struct:blkpg_partition
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cxt1e1/
H A Dsbeproc.c55 sbecom_proc_get_sbe_info(char *buffer, char **start, off_t offset, int length, int *eof, void *priv) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/squashfs/
H A Dblock.c44 get_block_length(struct super_block *sb, u64 *cur_index, int *offset, int *length) argument
88 squashfs_read_data(struct super_block *sb, void **buffer, u64 index, int length, u64 *next_index, int srclength, int pages) argument
[all...]
H A Ddecompressor.h43 squashfs_decompress(struct squashfs_sb_info *msblk, void **buffer, struct buffer_head **bh, int b, int offset, int length, int srclength, int pages) argument
H A Dzlib_wrapper.c64 zlib_uncompress(struct squashfs_sb_info *msblk, void **buffer, struct buffer_head **bh, int b, int offset, int length, int srclength, int pages) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DPersistKeyBinding.java69 Object bytesToObject(byte[] bytes, int offset, int length) { argument
77 readKey(Format keyFormat, Catalog catalog, byte[] bytes, int offset, int length, boolean rawAccess) argument
H A DRecordOutput.java164 public void writeArrayLength(int length) { argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc5/
H A Drc5_enc.c63 RC5_32_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, RC5_32_KEY *ks, unsigned char *iv, int encrypt) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs109 private static extern uint crc32(uint crc, int data, uint length); argument
160 private static extern uint adler32(uint adler, int data, uint length); argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rc5/
H A Drc5_enc.c63 RC5_32_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, RC5_32_KEY *ks, unsigned char *iv, int encrypt) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Da_bytes.c67 d2i_ASN1_type_bytes(ASN1_STRING **a, const unsigned char **pp, long length, int type) argument
157 d2i_ASN1_bytes(ASN1_STRING **a, const unsigned char **pp, long length, int Ptag, int Pclass) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Da_bytes.c66 d2i_ASN1_type_bytes(ASN1_STRING **a, const unsigned char **pp, long length, int type) argument
157 d2i_ASN1_bytes(ASN1_STRING **a, const unsigned char **pp, long length, int Ptag, int Pclass) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bf/
H A Dbf_enc.c224 void BF_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/cast/
H A Dc_enc.c126 void CAST_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Dcfb_enc.c71 DES_cfb_encrypt(const unsigned char *in, unsigned char *out, int numbits, long length, DES_key_schedule *schedule, DES_cblock *ivec, int enc) argument
H A Dofb_enc.c67 DES_ofb_encrypt(const unsigned char *in, unsigned char *out, int numbits, long length, DES_key_schedule *schedule, DES_cblock *ivec) argument
H A Dpcbc_enc.c61 DES_pcbc_encrypt(const unsigned char *input, unsigned char *output, long length, DES_key_schedule *schedule, DES_cblock *ivec, int enc) argument
H A Dqud_cksm.c76 DES_quad_cksum(const unsigned char *input, DES_cblock output[], long length, int out_count, DES_cblock *seed) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dcss-url.c111 get_uri_string (const char *at, int *pos, int *length) argument
158 int pos, length; local
[all...]
H A Dftp-opie.c2098 extract (const unsigned char *s, int start, int length) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs109 private static extern uint crc32(uint crc, int data, uint length); argument
160 private static extern uint adler32(uint adler, int data, uint length); argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/mac/
H A Dmacboing.c216 static void mac_quadra_start_bell( unsigned int freq, unsigned int length, unsigned int volume ) argument
297 static void mac_av_start_bell( unsigned int freq, unsigned int length, unsigned int volume ) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/auth_gss/
H A Dgss_generic_token.c72 der_length_size( int length) argument
92 der_write_length(unsigned char **buf, int length) argument
[all...]

Completed in 333 milliseconds

<<11121314151617181920>>