Searched refs:length2 (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/line6/
H A Dmidibuf.c93 int length1, length2; local
119 length2 = length - length1;
121 memcpy(this->buf, data + length1, length2);
122 this->pos_write = length2;
135 int length1, length2; local
185 length2 = length - length1;
194 for (i = 0; i < length2; ++i)
222 length2 = length - length1;
224 memcpy(data + repeat + length1, this->buf, length2);
225 this->pos_read = length2;
[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 DByteVector.java288 int length2 = length + size;
289 byte[] newData = new byte[length1 > length2 ? length1 : length2];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/tests/
H A Dac-data.c62 size_t length1, length2; local
72 length2 = gcry_ac_data_length (data2);
73 assert (length1 == length2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dac-data.c62 size_t length1, length2; local
72 length2 = gcry_ac_data_length (data2);
73 assert (length1 == length2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtpdec_xiph.c254 unsigned num_packed, num_headers, length, length1, length2, extradata_alloc; local
269 length2 = get_base128(&packed_headers, packed_headers_end);
279 length1 > length || length2 > length - length1) {
282 length2, packed_headers_end - packed_headers, length);
299 ptr += av_xiphlacing(ptr, length2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtpdec_xiph.c252 unsigned num_packed, num_headers, length, length1, length2, extradata_alloc; local
267 length2 = get_base128(&packed_headers, packed_headers_end);
277 length1 > length || length2 > length - length1) {
280 length2, packed_headers_end - packed_headers, length);
297 ptr += av_xiphlacing(ptr, length2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.h471 int length1, const char *string2, int length2,
484 int length1, const char *string2, int length2,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dregex-gnu.h479 int length1, const char *string2, int length2,
493 int length1, const char *string2, int length2,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-ospf.c840 register u_int length2; local
861 length2 = EXTRACT_16BITS(&op->ospf_len);
862 dptr = (u_char *)op + length2;
867 length2 += op->ospf_authdata[3];
869 if (length2 >= length) {
878 length2 = EXTRACT_16BITS(dptr);
879 printf(", length: %u", length2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtakdec.c589 int length2, order_half, filter_order, dval1, dval2; local
607 length2 = length - (filter_order - 1);
620 for (i = length2 + order_half; i < length; i++) {
633 for (; length2 > 0; length2 -= tmp) {
634 tmp = FFMIN(length2, x);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dmksquashfs.c1892 long long generic_write_table(int length, void *buffer, int length2, argument
1926 if(length2) {
1927 write_destination(fd, bytes, length2, buffer2);
1928 bytes += length2;
1929 total_bytes += length2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djfreechart-1.0.13.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jfree/ org/jfree/chart/ org/jfree/chart/annotations/ ...

Completed in 278 milliseconds