Searched refs:length (Results 1 - 25 of 2975) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DByteVector.java48 int length; field in class:ByteVector
76 int length = this.length;
77 if (length + 1 > data.length) {
80 data[length++] = (byte) b;
81 this.length = length;
94 int length = this.length;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dmemmove.c11 memmove (void *dest0, void const *source0, size_t length) argument
17 for (source += length, dest += length; length; --length)
22 for (; length; --length)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dmemmove.c11 memmove (void *dest0, void const *source0, size_t length) argument
17 for (source += length, dest += length; length; --length)
22 for (; length; --length)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dmemmove.c13 memmove (void *dest0, void const *source0, size_t length) argument
19 for (source += length, dest += length; length; --length)
24 for (; length; --length)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dcrc32c.h6 extern u32 crc32c_le(u32 crc, unsigned char const *address, size_t length);
7 extern u32 crc32c_be(u32 crc, unsigned char const *address, size_t length);
9 #define crc32c(seed, data, length) crc32c_le(seed, (unsigned char const *)data, length)
H A Dcrc32.h14 #define crc32(seed, data, length) crc32_le(seed, (unsigned char const *)data, length)
24 #define ether_crc(length, data) bitrev32(crc32_le(~0, data, length))
25 #define ether_crc_le(length, data) crc32_le(~0, data, length)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/packages/NetWare/
H A Dget_ver.awk30 libcurl_copyright_str = substr($0, 28, length($0)-28);
33 libcurl_ver_str = substr($3, 2, length($3)-2);
36 libcurl_ver_major = substr($3, 1, length($3));
39 libcurl_ver_minor = substr($3, 1, length($3));
42 libcurl_ver_patch = substr($3, 1, length($3));
53 libcares_copyright_str = substr($0, 25, length($0)-25);
56 libcares_ver_str = substr($3, 2, length($3)-2);
59 libcares_ver_major = substr($3, 1, length($3));
62 libcares_ver_minor = substr($3, 1, length($3));
65 libcares_ver_patch = substr($3, 1, length(
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/acpi/executer/
H A Dexstorob.c67 u32 length; local
75 length = source_desc->buffer.length;
78 * If target is a buffer of length zero or is a static buffer,
79 * allocate a new buffer of the proper length
81 if ((target_desc->buffer.length == 0) ||
83 target_desc->buffer.pointer = ACPI_ALLOCATE(length);
88 target_desc->buffer.length = length;
93 if (length <
158 u32 length; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Ddata_blob.c3 Easy management of byte-length data
38 DATA_BLOB data_blob(const void *p, size_t length) argument
42 if (!length) {
48 ret.data = smb_xmemdup(p, length);
50 ret.data = SMB_XMALLOC_ARRAY(char, length);
52 ret.length = length;
60 DATA_BLOB data_blob_talloc(TALLOC_CTX *mem_ctx, const void *p, size_t length) argument
64 if (!length) {
70 ret.data = TALLOC_MEMDUP(mem_ctx, p, length);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dmemmove.c64 memcpy(dst0, src0, length)
73 memmove(dst0, src0, length)
76 bcopy(src0, dst0, length)
81 register size_t length;
87 if (length == 0 || dst == src) /* nothing to do */
108 if ((t ^ (size_t)dst) & wmask || length < wsize)
109 t = length;
112 length -= t;
118 t = length / wsize;
120 t = length
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/util/
H A DFastInputStream.java41 len = buffer.length;
51 * @param length the number of bytes to read.
53 public FastInputStream(byte[] buffer, int offset, int length) { argument
57 len = offset + length;
99 return readFast(toBuf, 0, toBuf.length);
102 public int read(byte[] toBuf, int offset, int length) throws IOException { argument
104 return readFast(toBuf, offset, length);
136 return readFast(toBuf, 0, toBuf.length);
144 public final int readFast(byte[] toBuf, int offset, int length) { argument
150 if (length > avai
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-cris/
H A Dscatterlist.h6 unsigned int length; member in struct:scatterlist
15 #define sg_dma_len(sg) ((sg)->length)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dvasprintf.c42 size_t length; local
43 char *result = vasnprintf (NULL, &length, format, args);
47 if (length > INT_MAX)
56 return length;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mod_db4/
H A Dmm_hash.h20 int length; member in struct:_MM_Bucket
35 void *mm_hash_find(MM_Hash *table, const void *key, int length);
36 void mm_hash_add(MM_Hash *table, char *key, int length, void *data);
37 void mm_hash_delete(MM_Hash *table, char *key, int length);
38 void mm_hash_update(MM_Hash *table, char *key, int length, void *data);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Ddebug.c57 ntfs_log_debug("VCN LCN Run length\n");
68 (long long)rl[i].length,
69 rl[i].length ? "" : " (runlist end)");
73 (long long)rl[i].length,
74 rl[i].length ? "" : " (runlist end)");
75 } while (rl[i++].length);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/coreutils/
H A Dcksum.c18 long length, filesize; local
28 length = 0;
33 length += bytes_read;
38 filesize = length;
40 for (; length; length >>= 8)
41 crc = (crc << 8) ^ crc32_table[((crc >> 24) ^ length) & 0xffL];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-vasnprintf.c59 size_t length = size; local
60 char *result = my_asnprintf (NULL, &length, "%d", 12345);
63 ASSERT (length == 5);
69 size_t length; local
73 length = size;
74 result = my_asnprintf (buf, &length, "%d", 12345);
77 ASSERT (length == 5);
94 size_t length = size; local
95 char *result = asnprintf (NULL, &length, "%d", 12345);
98 ASSERT (length
104 size_t length; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dprintf.c101 size_t length; local
102 char *result = libintl_vasnprintf (NULL, &length, format, args);
106 size_t written = fwrite (result, 1, length, stream);
108 if (written == length)
110 if (length > INT_MAX)
113 retval = length;
161 size_t length = (size_t) ~0 / (4 * sizeof (char)); local
162 char *result = libintl_vasnprintf (resultbuf, &length, format, args);
168 if (length > INT_MAX)
174 return length;
203 libintl_vsnprintf(char *resultbuf, size_t length, const char *format, va_list args) argument
234 libintl_snprintf(char *resultbuf, size_t length, const char *format, ...) argument
253 size_t length; local
320 size_t length; local
377 libintl_vswprintf(wchar_t *resultbuf, size_t length, const wchar_t *format, va_list args) argument
414 libintl_swprintf(wchar_t *resultbuf, size_t length, const wchar_t *format, ...) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/dsi/
H A Ddsi_write.c64 size_t length; local
66 if (((length = MIN(buflen, dsi->datasize)) > 0) &&
67 ((length = dsi_stream_read(dsi, buf, length)) > 0)) {
68 dsi->datasize -= length;
69 return length;
77 size_t length; local
80 length = dsi_stream_read(dsi, dsi->data,
82 if (length > 0)
83 dsi->datasize -= length;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dutil.c38 id3_length_t id3_util_unsynchronise(id3_byte_t *data, id3_length_t length) argument
41 id3_byte_t *end = data + length;
44 if (length == 0)
66 return length + bytes;
73 id3_length_t id3_util_deunsynchronise(id3_byte_t *data, id3_length_t length) argument
75 id3_byte_t const *old, *end = data + length;
78 if (length == 0)
96 id3_byte_t *id3_util_compress(id3_byte_t const *data, id3_length_t length, argument
101 *newlength = length + 12;
106 if (compress2(compressed, newlength, data, length,
128 id3_util_decompress(id3_byte_t const *data, id3_length_t length, id3_length_t newlength) argument
[all...]
H A Dparse.c113 id3_latin1_t *id3_parse_latin1(id3_byte_t const **ptr, id3_length_t length, argument
120 end = memchr(*ptr, 0, length);
122 end = *ptr + length;
124 length = end - *ptr;
128 latin1 = malloc(length + 1);
130 memcpy(latin1, *ptr, length);
131 latin1[length] = 0;
143 *ptr += length + terminated;
148 id3_ucs4_t *id3_parse_string(id3_byte_t const **ptr, id3_length_t length, argument
156 ucs4 = id3_latin1_deserialize(ptr, length);
182 id3_parse_binary(id3_byte_t const **ptr, id3_length_t length) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dutil.c38 id3_length_t id3_util_unsynchronise(id3_byte_t *data, id3_length_t length) argument
41 id3_byte_t *end = data + length;
44 if (length == 0)
66 return length + bytes;
73 id3_length_t id3_util_deunsynchronise(id3_byte_t *data, id3_length_t length) argument
75 id3_byte_t const *old, *end = data + length;
78 if (length == 0)
96 id3_byte_t *id3_util_compress(id3_byte_t const *data, id3_length_t length, argument
101 *newlength = length + 12;
106 if (compress2(compressed, newlength, data, length,
128 id3_util_decompress(id3_byte_t const *data, id3_length_t length, id3_length_t newlength) argument
[all...]
H A Dparse.c113 id3_latin1_t *id3_parse_latin1(id3_byte_t const **ptr, id3_length_t length, argument
120 end = memchr(*ptr, 0, length);
122 end = *ptr + length;
124 length = end - *ptr;
128 latin1 = malloc(length + 1);
130 memcpy(latin1, *ptr, length);
131 latin1[length] = 0;
143 *ptr += length + terminated;
148 id3_ucs4_t *id3_parse_string(id3_byte_t const **ptr, id3_length_t length, argument
156 ucs4 = id3_latin1_deserialize(ptr, length);
182 id3_parse_binary(id3_byte_t const **ptr, id3_length_t length) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dcss-url.c103 Also adjust the starting position and length of the string.
111 get_uri_string (const char *at, int *pos, int *length) argument
115 strncpy(buf,at + *pos, *length);
116 buf[*length] = '\0';
123 *length -= 5; /* url() */
128 (*length)--;
131 while (isspace (at[*pos + *length - 1]))
133 (*length)--;
139 *length -= 2;
142 uri = xmalloc (*length
158 int pos, length; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DMultipleEntry.java31 setUserBuffer((data != null) ? (data.length - offset) : 0, true);
38 public void setUserBuffer(final int length, final boolean usermem) { argument
41 super.setUserBuffer(length, usermem);

Completed in 172 milliseconds

1234567891011>>