Searched refs:length (Results 276 - 300 of 5377) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/atari/
H A Datasound.c86 /* Set length of envelope (max 8 sec). */
87 int length = (ticks * PSG_ENV_FREQ_10) / HZ / 10; local
89 if (length > 0xffff) length = 0xffff;
91 sound_ym.wd_data = length & 0xff;
93 sound_ym.wd_data = length >> 8;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mx5/
H A Dmm.c30 .length = MX51_IRAM_SIZE,
35 .length = MX51_DEBUG_SIZE,
40 .length = MX51_AIPS1_SIZE,
45 .length = MX51_SPBA0_SIZE,
50 .length = MX51_AIPS2_SIZE,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dgeneric.c100 .length = 0x02000000,
105 .length = 0x00200000,
110 .length = 0x00100000,
115 .length = 0x00100000,
120 .length = 0x00100000,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/hmac/
H A Dhm_ameth.c68 * length and to free up an HMAC key.
81 OPENSSL_cleanse(os->data, os->length);
127 *pder = OPENSSL_malloc(os->length);
132 memcpy(*pder, os->data, os->length);
135 *pder += os->length;
138 return os->length;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/hmac/
H A Dhm_ameth.c68 * length and to free up an HMAC key.
81 OPENSSL_cleanse(os->data, os->length);
127 *pder = OPENSSL_malloc(os->length);
132 memcpy(*pder, os->data, os->length);
135 *pder += os->length;
138 return os->length;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dasn1_lib.c66 static void asn1_put_length(unsigned char **pp, int length);
71 /* If there is 0 or 1 byte left, the length check should pick
194 * constructed == 2 for indefinite length constructed */
195 void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, argument
221 asn1_put_length(&p,length);
234 static void asn1_put_length(unsigned char **pp, int length) argument
238 if (length <= 127)
239 *(p++)=(unsigned char)length;
242 l=length;
249 p[i]=length
257 ASN1_object_size(int constructed, int length, int tag) argument
314 asn1_GetSequence(ASN1_const_CTX *c, long *length) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uniname/
H A Dgen-uninames.lisp19 length ; number of words
79 (let ((words-by-length (make-array 0 :adjustable t)))
83 (when (>= i1 (length name)) (return))
84 (let ((i2 (or (position #\Space name :start i1) (length name))))
86 (len (length word)))
87 (when (>= len (length words-by-length))
88 (adjust-array words-by-length (1+ len))
90 (unless (aref words-by-length len)
91 (setf (aref words-by-length le
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/uniname/
H A Dgen-uninames.lisp19 length ; number of words
77 (let ((words-by-length (make-array 0 :adjustable t)))
81 (when (>= i1 (length name)) (return))
82 (let ((i2 (or (position #\Space name :start i1) (length name))))
84 (len (length word)))
85 (when (>= len (length words-by-length))
86 (adjust-array words-by-length (1+ len))
88 (unless (aref words-by-length len)
89 (setf (aref words-by-length le
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Dfuncs.js172 /* input ip, if input length = 3 or input '.' , change focus to next text, */
175 if((e.keyCode == 190 || e.keyCode == 110) && text.value.length !=0)
176 text.form[(getIndex(text)+1) % text.form.length].focus();
180 if(text.value.length == 3 && (e.keyCode != 190 && e.keyCode != 110 && e.keyCode != 9))
181 text.form[(getIndex(text)+1) % text.form.length].focus();
188 while (i < input.form.length && index == -1)
246 if(str.length == 0 || str == null || str == "")
248 for(i=0; i<str.length; i++)
315 for(i = 0; i<str.length; i++)
481 for(i=0;i<ipstr.length;
[all...]
H A Dfunc.js39 if (msgVar.length > 1)
83 if (fieldObj.value.length < 1){
100 var size = text_input_field.value.length;
120 if (text_input_field.value.length==0)
127 for (var i=0; i < str.length; i++)
132 if (error_msg.length < 2)
146 if (error_msg.length > 1)
151 if((mac.value.length != 12) || (mac.value=="000000000000")){
214 if ((address.value.length != 12) || (address.value=="000000000000"))
228 if ((loadhelp.arguments.length
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dfilters.cpp102 size_t Filter::OutputModifiable(int outputSite, byte *inString, size_t length, int messageEnd, bool blocking, const std::string &channel) argument
106 size_t result = AttachedTransformation()->ChannelPutModifiable2(channel, inString, length, messageEnd, blocking);
111 size_t Filter::Output(int outputSite, const byte *inString, size_t length, int messageEnd, bool blocking, const std::string &channel) argument
115 size_t result = AttachedTransformation()->ChannelPut2(channel, inString, length, messageEnd, blocking);
158 size_t MeterFilter::PutMaybeModifiable(byte *begin, size_t length, int messageEnd, bool blocking, bool modifiable) argument
167 m_length = length;
216 size_t MeterFilter::Put2(const byte *begin, size_t length, int messageEnd, bool blocking)
218 return PutMaybeModifiable(const_cast<byte *>(begin), length, messageEnd, blocking, false);
221 size_t MeterFilter::PutModifiable2(byte *begin, size_t length, int messageEnd, bool blocking)
223 return PutMaybeModifiable(begin, length, messageEn
436 NextPutMultiple(const byte *inString, size_t length) argument
504 Put2(const byte *begin, size_t length, int messageEnd, bool blocking) argument
510 Put2(const byte *begin, size_t length, int messageEnd, bool blocking) argument
534 Put2(const byte *begin, size_t length, int messageEnd, bool blocking) argument
589 NextPutMultiple(const byte *inString, size_t length) argument
616 NextPutModifiable(byte *inString, size_t length) argument
622 LastPut(const byte *inString, size_t length) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-snmp.c399 * (and of real-length "len") and stores the intermediate data in the
852 asn1_decode(u_char *p, u_int length) argument
857 while (i >= 0 && length > 0) {
858 i = asn1_parse(p, length, &elem);
868 length -= i;
1200 varbind_print(u_char pduid, const u_char *np, u_int length) argument
1210 if ((count = asn1_parse(np, length, &elem)) < 0)
1217 if ((u_int)count < length)
1218 printf("[%d extra after SEQ of varbind]", length - count);
1220 length
1296 snmppdu_print(u_short pduid, const u_char *np, u_int length) argument
1376 trappdu_print(const u_char *np, u_int length) argument
1466 pdu_print(const u_char *np, u_int length, int version) argument
1527 scopedpdu_print(const u_char *np, u_int length, int version) argument
1580 community_print(const u_char *np, u_int length, int version) argument
1609 usm_print(const u_char *np, u_int length) argument
1705 v3msg_print(const u_char *np, u_int length) argument
1842 snmp_print(const u_char *np, u_int length) argument
[all...]
H A Dprint-bt.c46 * 'h->len' is the length of the packet off the wire, and 'h->caplen'
52 u_int length = h->len; local
61 length -= BT_HDRLEN;
64 (void)printf("hci length %d, direction %s, ", length, (EXTRACT_32BITS(&hdr->direction)&0x1)?"in":"out");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhttp_negotiate.c83 token.length = strlen(service) + 1 + strlen(proxy ? conn->proxy.name :
85 if(token.length + 1 > sizeof(name))
119 if(sizeof(buf) > len + status_string.length + 1) {
122 len += status_string.length;
191 input_token.length = rawlen;
201 spnegoToken = malloc(input_token.length);
206 memcpy(spnegoToken, input_token.value, input_token.length);
207 spnegoTokenLength = input_token.length;
214 &mechToken.length,
220 else if(!mechToken.value || !mechToken.length) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dexconfig.c63 u32 length, u8 *buffer);
163 if ((operand[0]->string.length > ACPI_NAME_SIZE) ||
164 (operand[1]->string.length > ACPI_OEM_ID_SIZE) ||
165 (operand[2]->string.length > ACPI_OEM_TABLE_ID_SIZE)) {
197 if (operand[3]->string.length > 0) {
212 if (operand[4]->string.length > 0) {
290 acpi_ex_region_read(union acpi_operand_object *obj_desc, u32 length, u8 *buffer) argument
299 for (i = 0; i < length; i++) {
346 u32 length; local
377 /* Get the table header first so we can get the table length */
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dpva.c36 int length = AV_RB16(p + 6); local
38 (p[5] & 0xe0) || length > PVA_MAX_PAYLOAD_LENGTH)
40 return length + 8;
86 int syncword, streamid, reserved, flags, length, pts_flag; local
98 length = avio_rb16(pb);
113 if (length > PVA_MAX_PAYLOAD_LENGTH) {
114 pva_log(s, AV_LOG_ERROR, "invalid payload length %u\n", length);
120 length -= 4;
140 avio_skip(pb, length
185 int ret, length, streamid; local
201 int length, streamid; local
[all...]
H A Dmm.c91 unsigned int type, length; local
95 length = avio_rl32(pb);
106 avio_skip(pb, length - 10); /* unknown data */
120 if (length == MM_HEADER_LEN_AV) {
144 unsigned int type, length; local
153 length = AV_RL16(&preamble[2]);
164 if (av_new_packet(pkt, length + MM_PREAMBLE_SIZE))
167 if (avio_read(pb, pkt->data + MM_PREAMBLE_SIZE, length) != length)
169 pkt->size = length
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rc2/
H A Drc2.h90 void RC2_cbc_encrypt(const unsigned char *in, unsigned char *out, long length,
93 long length, RC2_KEY *schedule, unsigned char *ivec,
96 long length, RC2_KEY *schedule, unsigned char *ivec,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rc5/
H A Drc5.h102 long length, RC5_32_KEY *ks, unsigned char *iv,
105 long length, RC5_32_KEY *schedule,
108 long length, RC5_32_KEY *schedule,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ui/
H A Dui_util.c59 int UI_UTIL_read_pw_string(char *buf, int length, const char *prompt, argument
66 UI_UTIL_read_pw(buf, buff, (length > BUFSIZ) ? BUFSIZ : length,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dstatline.h22 wxCoord length,
26 style & wxLI_VERTICAL ? wxSize(wxDefaultCoord, length)
27 : wxSize(length, wxDefaultCoord),
20 wxStaticLine(wxWindow *parent, const wxPoint &pos, wxCoord length, long style = wxLI_HORIZONTAL) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/enic/
H A Dvnic_vic.h40 u32 length; /* length of data below */ member in struct:vic_provinfo
44 u16 length; member in struct:vic_provinfo::vic_provinfo_tlv
55 int vic_provinfo_add_tlv(struct vic_provinfo *vp, u16 type, u16 length,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/appletalk/
H A Dltpc.h27 unsigned short length; /* host order */ member in struct:lt_mem
52 unsigned short length; /* host order */ member in struct:lt_sendlap
60 unsigned short length; /* host order */ member in struct:lt_rcvlap
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dautosprintf.cc65 size_t length = strlen (str) + 1; local
66 char *copy = new char[length];
67 memcpy (copy, str, length);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc2/
H A Drc2.h88 void RC2_cbc_encrypt(const unsigned char *in, unsigned char *out, long length,
91 long length, RC2_KEY *schedule, unsigned char *ivec,
94 long length, RC2_KEY *schedule, unsigned char *ivec,

Completed in 311 milliseconds

<<11121314151617181920>>