Searched refs:length (Results 176 - 200 of 5377) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unistr/
H A Dtest-u8-to-u16.c31 size_t length; local
35 result = u8_to_u16 (input, input_length, NULL, &length);
38 if (!(length == expected_length))
49 length = expected_length - 1;
50 preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
51 result = u8_to_u16 (input, input_length, preallocated, &length);
56 if (!(length == expected_length))
68 length = expected_length;
69 preallocated = (uint16_t *) malloc (length * sizeof (uint16_t));
70 result = u8_to_u16 (input, input_length, preallocated, &length);
134 size_t length; local
[all...]
H A Dtest-u8-to-u32.c31 size_t length; local
35 result = u8_to_u32 (input, input_length, NULL, &length);
38 if (!(length == expected_length))
49 length = expected_length - 1;
50 preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
51 result = u8_to_u32 (input, input_length, preallocated, &length);
56 if (!(length == expected_length))
68 length = expected_length;
69 preallocated = (uint32_t *) malloc (length * sizeof (uint32_t));
70 result = u8_to_u32 (input, input_length, preallocated, &length);
134 size_t length; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-802_11.c71 for (z = 0; z < p.rates.length ; z++) { \
76 if (p.rates.length != 0) \
656 u_int length)
676 while (length != 0) {
679 if (length < 1)
685 if (length < 2)
689 length -= 2;
690 if (ssid.length != 0) {
691 if (ssid.length > sizeof(ssid.ssid) - 1)
693 if (!TTEST2(*(p + offset), ssid.length))
655 parse_elements(struct mgmt_body_t *pbody, const u_char *p, int offset, u_int length) argument
897 handle_beacon(const u_char *p, u_int length) argument
933 handle_assoc_request(const u_char *p, u_int length) argument
960 handle_assoc_response(const u_char *p, u_int length) argument
996 handle_reassoc_request(const u_char *p, u_int length) argument
1029 handle_reassoc_response(const u_char *p, u_int length) argument
1036 handle_probe_request(const u_char *p, u_int length) argument
1053 handle_probe_response(const u_char *p, u_int length) argument
1094 handle_disassoc(const u_char *p, u_int length) argument
1115 handle_auth(const u_char *p, u_int length) argument
1168 handle_deauth(const struct mgmt_header_t *pmh, const u_char *p, u_int length) argument
1255 handle_action(const struct mgmt_header_t *pmh, const u_char *p, u_int length) argument
1294 mgmt_body_print(u_int16_t fc, const struct mgmt_header_t *pmh, const u_char *p, u_int length) argument
1710 ieee802_11_print(const u_char *p, u_int length, u_int orig_caplen, int pad, u_int fcslen) argument
1963 u_int16_t length; local
2194 ieee802_11_radio_print(const u_char *p, u_int length, u_int caplen) argument
2294 ieee802_11_avs_radio_print(const u_char *p, u_int length, u_int caplen) argument
2346 u_int length = h->len; local
[all...]
H A Dprint-ppp.c409 static void handle_ctrl_proto (u_int proto,const u_char *p, int length);
410 static void handle_chap (const u_char *p, int length);
411 static void handle_pap (const u_char *p, int length);
412 static void handle_bap (const u_char *p, int length);
413 static void handle_mlppp(const u_char *p, int length);
419 static void handle_ppp (u_int proto, const u_char *p, int length);
420 static void ppp_hdlc(const u_char *p, int length);
424 handle_ctrl_proto(u_int proto, const u_char *pptr, int length) argument
437 if (length < 4) /* FIXME weak boundary checking */
443 printf("%s (0x%02x), id %u, length
589 print_lcp_config_options(const u_char *p, int length) argument
783 handle_mlppp(const u_char *p, int length) argument
798 handle_chap(const u_char *p, int length) argument
877 handle_pap(const u_char *p, int length) argument
979 print_ipcp_config_options(const u_char *p, int length) argument
1106 print_ip6cp_config_options(const u_char *p, int length) argument
1163 print_ccp_config_options(const u_char *p, int length) argument
1221 print_bacp_config_options(const u_char *p, int length) argument
1267 ppp_hdlc(const u_char *p, int length) argument
1334 handle_ppp(u_int proto, const u_char *p, int length) argument
1397 ppp_print(register const u_char *p, u_int length) argument
1469 register u_int length = h->len; local
1535 register u_int length = h->len; local
1599 register u_int length = h->len; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dntlm_check.c47 if (sec_blob->length != 8) {
49 (unsigned long)sec_blob->length));
53 if (nt_response->length != 24) {
54 DEBUG(0, ("smb_pwd_check_ntlmv1: incorrect password length (%lu)\n",
55 (unsigned long)nt_response->length));
70 dump_data(100, (const char *)nt_response->data, nt_response->length);
72 dump_data(100, (const char *)sec_blob->data, sec_blob->length);
104 if (sec_blob->length != 8) {
106 (unsigned long)sec_blob->length));
110 if (ntv2_response->length < 2
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DAnnotationWriter.java138 bv.put12('[', v.length);
139 for (int i = 0; i < v.length; i++) {
144 bv.put12('[', v.length);
145 for (int i = 0; i < v.length; i++) {
150 bv.put12('[', v.length);
151 for (int i = 0; i < v.length; i++) {
156 bv.put12('[', v.length);
157 for (int i = 0; i < v.length; i++) {
162 bv.put12('[', v.length);
163 for (int i = 0; i < v.length;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Ddes_old.c92 long length,des_key_schedule schedule,_ossl_old_des_cblock *ivec)
94 return DES_cbc_cksum((unsigned char *)input, output, length,
97 void _ossl_old_des_cbc_encrypt(_ossl_old_des_cblock *input,_ossl_old_des_cblock *output,long length, argument
101 length, (DES_key_schedule *)schedule, ivec, enc);
103 void _ossl_old_des_ncbc_encrypt(_ossl_old_des_cblock *input,_ossl_old_des_cblock *output,long length, argument
107 length, (DES_key_schedule *)schedule, ivec, enc);
109 void _ossl_old_des_xcbc_encrypt(_ossl_old_des_cblock *input,_ossl_old_des_cblock *output,long length, argument
114 length, (DES_key_schedule *)schedule, ivec, inw, outw, enc);
117 long length,des_key_schedule schedule,_ossl_old_des_cblock *ivec,int enc)
119 DES_cfb_encrypt(in, out, numbits, length,
91 _ossl_old_des_cbc_cksum(_ossl_old_des_cblock *input,_ossl_old_des_cblock *output, long length,des_key_schedule schedule,_ossl_old_des_cblock *ivec) argument
116 _ossl_old_des_cfb_encrypt(unsigned char *in,unsigned char *out,int numbits, long length,des_key_schedule schedule,_ossl_old_des_cblock *ivec,int enc) argument
147 _ossl_old_des_ede3_cbc_encrypt(_ossl_old_des_cblock *input, _ossl_old_des_cblock *output, long length, des_key_schedule ks1, des_key_schedule ks2, des_key_schedule ks3, _ossl_old_des_cblock *ivec, int enc) argument
155 _ossl_old_des_ede3_cfb64_encrypt(unsigned char *in, unsigned char *out, long length, des_key_schedule ks1, des_key_schedule ks2, des_key_schedule ks3, _ossl_old_des_cblock *ivec, int *num, int enc) argument
163 _ossl_old_des_ede3_ofb64_encrypt(unsigned char *in, unsigned char *out, long length, des_key_schedule ks1, des_key_schedule ks2, des_key_schedule ks3, _ossl_old_des_cblock *ivec, int *num) argument
200 _ossl_old_des_ofb_encrypt(unsigned char *in,unsigned char *out, int numbits,long length,des_key_schedule schedule,_ossl_old_des_cblock *ivec) argument
206 _ossl_old_des_pcbc_encrypt(_ossl_old_des_cblock *input,_ossl_old_des_cblock *output,long length, des_key_schedule schedule,_ossl_old_des_cblock *ivec,int enc) argument
212 _ossl_old_des_quad_cksum(_ossl_old_des_cblock *input,_ossl_old_des_cblock *output, long length,int out_count,_ossl_old_des_cblock *seed) argument
260 _ossl_old_des_cfb64_encrypt(unsigned char *in, unsigned char *out, long length, des_key_schedule schedule, _ossl_old_des_cblock *ivec, int *num, int enc) argument
266 _ossl_old_des_ofb64_encrypt(unsigned char *in, unsigned char *out, long length, des_key_schedule schedule, _ossl_old_des_cblock *ivec, int *num) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dexfield.c73 acpi_size length; local
112 length = ACPI_SMBUS_BUFFER_SIZE;
117 length = ACPI_IPMI_BUFFER_SIZE;
121 buffer_desc = acpi_ut_create_buffer_object(length);
149 * Note: Field.length is in bits.
151 length =
153 if (length > acpi_gbl_integer_byte_width) {
157 buffer_desc = acpi_ut_create_buffer_object(length);
170 length = acpi_gbl_integer_byte_width;
177 (u32) length));
223 u32 length; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/
H A Ddes_old.c97 _ossl_old_des_cblock *output, long length,
101 return DES_cbc_cksum((unsigned char *)input, output, length,
106 _ossl_old_des_cblock *output, long length,
111 length, (DES_key_schedule *)schedule, ivec, enc);
115 _ossl_old_des_cblock *output, long length,
120 length, (DES_key_schedule *)schedule, ivec, enc);
124 _ossl_old_des_cblock *output, long length,
131 length, (DES_key_schedule *)schedule, ivec, inw, outw,
136 int numbits, long length,
140 DES_cfb_encrypt(in, out, numbits, length,
96 _ossl_old_des_cbc_cksum(_ossl_old_des_cblock *input, _ossl_old_des_cblock *output, long length, des_key_schedule schedule, _ossl_old_des_cblock *ivec) argument
105 _ossl_old_des_cbc_encrypt(_ossl_old_des_cblock *input, _ossl_old_des_cblock *output, long length, des_key_schedule schedule, _ossl_old_des_cblock *ivec, int enc) argument
114 _ossl_old_des_ncbc_encrypt(_ossl_old_des_cblock *input, _ossl_old_des_cblock *output, long length, des_key_schedule schedule, _ossl_old_des_cblock *ivec, int enc) argument
123 _ossl_old_des_xcbc_encrypt(_ossl_old_des_cblock *input, _ossl_old_des_cblock *output, long length, des_key_schedule schedule, _ossl_old_des_cblock *ivec, _ossl_old_des_cblock *inw, _ossl_old_des_cblock *outw, int enc) argument
135 _ossl_old_des_cfb_encrypt(unsigned char *in, unsigned char *out, int numbits, long length, des_key_schedule schedule, _ossl_old_des_cblock *ivec, int enc) argument
175 _ossl_old_des_ede3_cbc_encrypt(_ossl_old_des_cblock *input, _ossl_old_des_cblock *output, long length, des_key_schedule ks1, des_key_schedule ks2, des_key_schedule ks3, _ossl_old_des_cblock *ivec, int enc) argument
188 _ossl_old_des_ede3_cfb64_encrypt(unsigned char *in, unsigned char *out, long length, des_key_schedule ks1, des_key_schedule ks2, des_key_schedule ks3, _ossl_old_des_cblock *ivec, int *num, int enc) argument
200 _ossl_old_des_ede3_ofb64_encrypt(unsigned char *in, unsigned char *out, long length, des_key_schedule ks1, des_key_schedule ks2, des_key_schedule ks3, _ossl_old_des_cblock *ivec, int *num) argument
248 _ossl_old_des_ofb_encrypt(unsigned char *in, unsigned char *out, int numbits, long length, des_key_schedule schedule, _ossl_old_des_cblock *ivec) argument
257 _ossl_old_des_pcbc_encrypt(_ossl_old_des_cblock *input, _ossl_old_des_cblock *output, long length, des_key_schedule schedule, _ossl_old_des_cblock *ivec, int enc) argument
266 _ossl_old_des_quad_cksum(_ossl_old_des_cblock *input, _ossl_old_des_cblock *output, long length, int out_count, _ossl_old_des_cblock *seed) argument
330 _ossl_old_des_cfb64_encrypt(unsigned char *in, unsigned char *out, long length, des_key_schedule schedule, _ossl_old_des_cblock *ivec, int *num, int enc) argument
339 _ossl_old_des_ofb64_encrypt(unsigned char *in, unsigned char *out, long length, des_key_schedule schedule, _ossl_old_des_cblock *ivec, int *num) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/
H A Ddes_old.c97 _ossl_old_des_cblock *output, long length,
101 return DES_cbc_cksum((unsigned char *)input, output, length,
106 _ossl_old_des_cblock *output, long length,
111 length, (DES_key_schedule *)schedule, ivec, enc);
115 _ossl_old_des_cblock *output, long length,
120 length, (DES_key_schedule *)schedule, ivec, enc);
124 _ossl_old_des_cblock *output, long length,
131 length, (DES_key_schedule *)schedule, ivec, inw, outw,
136 int numbits, long length,
140 DES_cfb_encrypt(in, out, numbits, length,
96 _ossl_old_des_cbc_cksum(_ossl_old_des_cblock *input, _ossl_old_des_cblock *output, long length, des_key_schedule schedule, _ossl_old_des_cblock *ivec) argument
105 _ossl_old_des_cbc_encrypt(_ossl_old_des_cblock *input, _ossl_old_des_cblock *output, long length, des_key_schedule schedule, _ossl_old_des_cblock *ivec, int enc) argument
114 _ossl_old_des_ncbc_encrypt(_ossl_old_des_cblock *input, _ossl_old_des_cblock *output, long length, des_key_schedule schedule, _ossl_old_des_cblock *ivec, int enc) argument
123 _ossl_old_des_xcbc_encrypt(_ossl_old_des_cblock *input, _ossl_old_des_cblock *output, long length, des_key_schedule schedule, _ossl_old_des_cblock *ivec, _ossl_old_des_cblock *inw, _ossl_old_des_cblock *outw, int enc) argument
135 _ossl_old_des_cfb_encrypt(unsigned char *in, unsigned char *out, int numbits, long length, des_key_schedule schedule, _ossl_old_des_cblock *ivec, int enc) argument
175 _ossl_old_des_ede3_cbc_encrypt(_ossl_old_des_cblock *input, _ossl_old_des_cblock *output, long length, des_key_schedule ks1, des_key_schedule ks2, des_key_schedule ks3, _ossl_old_des_cblock *ivec, int enc) argument
188 _ossl_old_des_ede3_cfb64_encrypt(unsigned char *in, unsigned char *out, long length, des_key_schedule ks1, des_key_schedule ks2, des_key_schedule ks3, _ossl_old_des_cblock *ivec, int *num, int enc) argument
200 _ossl_old_des_ede3_ofb64_encrypt(unsigned char *in, unsigned char *out, long length, des_key_schedule ks1, des_key_schedule ks2, des_key_schedule ks3, _ossl_old_des_cblock *ivec, int *num) argument
248 _ossl_old_des_ofb_encrypt(unsigned char *in, unsigned char *out, int numbits, long length, des_key_schedule schedule, _ossl_old_des_cblock *ivec) argument
257 _ossl_old_des_pcbc_encrypt(_ossl_old_des_cblock *input, _ossl_old_des_cblock *output, long length, des_key_schedule schedule, _ossl_old_des_cblock *ivec, int enc) argument
266 _ossl_old_des_quad_cksum(_ossl_old_des_cblock *input, _ossl_old_des_cblock *output, long length, int out_count, _ossl_old_des_cblock *seed) argument
330 _ossl_old_des_cfb64_encrypt(unsigned char *in, unsigned char *out, long length, des_key_schedule schedule, _ossl_old_des_cblock *ivec, int *num, int enc) argument
339 _ossl_old_des_ofb64_encrypt(unsigned char *in, unsigned char *out, long length, des_key_schedule schedule, _ossl_old_des_cblock *ivec, int *num) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_asn1.c101 a.version.length=LSIZE2;
106 a.ssl_version.length=LSIZE2;
120 a.cipher.length=3;
127 a.cipher.length=2;
132 a.master_key.length=in->master_key_length;
136 a.session_id.length=in->session_id_length;
140 a.session_id_context.length=in->sid_ctx_length;
144 a.key_arg.length=in->key_arg_length;
151 a.krb5_princ.length=in->krb5_client_princ_len;
159 a.time.length
229 d2i_SSL_SESSION(SSL_SESSION **a, const unsigned char **pp, long length) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/plasmamule/
H A Dqt-emc.cpp107 quint16 length, mFileSize; local
154 in >> length; local
162 char* buffer = new char[length];
163 in.readRawData(buffer, length);
173 in >> length; local
181 char* buffer = new char[length];
182 in.readRawData(buffer, length);
273 in >> length; local
281 char* buffer = new char[length];
282 in.readRawData(buffer, length);
475 in >> length; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/enic/
H A Drq_enet_desc.h44 u64 address, u8 type, u16 length)
47 desc->length_type = cpu_to_le16((length & RQ_ENET_LEN_MASK) |
52 u64 *address, u8 *type, u16 *length)
55 *length = le16_to_cpu(desc->length_type) & RQ_ENET_LEN_MASK;
43 rq_enet_desc_enc(struct rq_enet_desc *desc, u64 address, u8 type, u16 length) argument
51 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/drivers/usb/misc/
H A Drio500_usb.h30 short length; member in struct:RioCommand
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/fnic/
H A Drq_enet_desc.h42 u64 address, u8 type, u16 length)
45 desc->length_type = cpu_to_le16((length & RQ_ENET_LEN_MASK) |
50 u64 *address, u8 *type, u16 *length)
53 *length = le16_to_cpu(desc->length_type) & RQ_ENET_LEN_MASK;
41 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/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/util/
H A DErrorBuffer.java14 current = (current + 1) % msgs.length;
16 first = (first + 1) % msgs.length;
21 for (int i = first; i != current; i = (i + 1) % msgs.length) {
23 if ((i + 1) % msgs.length != current)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/uams_krb4/
H A Dkuam.c102 pkt->length = 3 + strlen(user);
103 (void) strcpy((char *)(pkt->dat+pkt->length),
105 pkt->length += 1 + strlen(instance);
106 (void) strcpy((char *)(pkt->dat+pkt->length),realm); /* realm */
107 pkt->length += 1 + strlen(realm);
111 memcpy((pkt->dat+pkt->length), &(t_local.tv_sec), 4);
112 pkt->length += 4;
114 *(pkt->dat+(pkt->length)++) = (char) life;
115 (void) strcpy((char *)(pkt->dat+pkt->length),service);
116 pkt->length
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dprobe_roms_32.c86 static int __init romchecksum(const unsigned char *rom, unsigned long length) argument
90 for (sum = 0; length && probe_kernel_address(rom++, c) == 0; length--)
92 return !length && !sum;
98 unsigned long start, length, upper; local
114 /* 0 < length <= 0x7f * 512, historically */
115 length = c * 512;
117 /* if checksum okay, trust length byte */
118 if (length && romchecksum(rom, length))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dacelp_filters.h34 int frac_pos, int filter_length, int length);
79 * @param filter_length filter length
80 * @param length length of output
89 int frac_pos, int filter_length, int length);
96 int frac_pos, int filter_length, int length);
105 * @param length input data size
123 const int16_t* in, int length);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unistdio/
H A Dtest-u16-vsnprintf1.c43 size_t length; local
51 length = u16_strlen (buf);
52 result = XNMALLOC (length + 1, uint16_t);
53 u16_cpy (result, buf, length + 1);
H A Dtest-u16-vsprintf1.c43 size_t length; local
51 length = u16_strlen (buf);
52 result = XNMALLOC (length + 1, uint16_t);
53 u16_cpy (result, buf, length + 1);
H A Dtest-u32-vsnprintf1.c43 size_t length; local
51 length = u32_strlen (buf);
52 result = XNMALLOC (length + 1, uint32_t);
53 u32_cpy (result, buf, length + 1);
H A Dtest-u32-vsprintf1.c43 size_t length; local
51 length = u32_strlen (buf);
52 result = XNMALLOC (length + 1, uint32_t);
53 u32_cpy (result, buf, length + 1);
H A Dtest-u8-vsnprintf1.c43 size_t length; local
51 length = u8_strlen (buf);
52 result = XNMALLOC (length + 1, uint8_t);
53 u8_cpy (result, buf, length + 1);
H A Dtest-u8-vsprintf1.c43 size_t length; local
51 length = u8_strlen (buf);
52 result = XNMALLOC (length + 1, uint8_t);
53 u8_cpy (result, buf, length + 1);

Completed in 232 milliseconds

1234567891011>>