Searched refs:bytes (Results 176 - 200 of 1384) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_sdecls.h56 * 'bytes' member represents amount written so far.
73 curl_off_t bytes; member in struct:OutStruct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cxt1e1/
H A Dsbe_promformat.h140 /***** this union allows us to access the seeprom as an array of bytes ***/
148 char bytes[128]; member in union:__anon15170
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dbitreader.c55 /* also, some sections currently only have fast versions for 4 or 8 bytes per word */
60 /* SWAP_BE_WORD_TO_HOST swaps bytes in a brword (which is always big-endian) if necessary to match host byte order */
86 * But to be practical it should be at least 1K bytes.
138 /* any incomplete word at the tail will be left-justified, and bytes from the read callback are added on the right */
142 unsigned bytes; /* # of bytes in incomplete word at buffer[words] */ member in struct:FLAC__BitReader
211 size_t bytes; local
217 end = br->words + (br->bytes? 1:0);
227 bytes = (br->capacity - br->words) * FLAC__BYTES_PER_WORD - br->bytes;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/include/private/
H A Dmemory.h47 void *FLAC__memory_alloc_aligned(size_t bytes, void **aligned_address);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DTest-ftp-pasv-fail.px22 bytes of the file to be retrieved. The RETR then shows the entire
24 successfully retrieved and saved 0 bytes.
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dunsquash-4.c96 int bytes = lookup_entry(inode_table_hash, start); local
97 char *block_ptr = inode_table + bytes + offset;
102 if(bytes == -1)
253 int bytes; local
263 bytes = lookup_entry(directory_table_hash, start);
265 if(bytes == -1)
269 bytes += (*i)->offset;
270 size = (*i)->data + bytes - 3;
285 while(bytes < size) {
286 SQUASHFS_SWAP_DIR_HEADER(&dirh, directory_table + bytes);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dlibipw_tx.c56 Total: 28 non-data bytes `----.----'
79 Total: 8 non-data bytes
89 Total: 18 non-data bytes
96 to add the prefix and postfix (IV and ICV totalling 8 bytes in the case of WEP)
97 So if you have 1500 bytes of payload with ieee->fts set to 500 without
99 payload of each frame is reduced to 492 bytes.
106 * | | 14 bytes from skb->data
107 * | 2 bytes for Type --> ,T. | (sizeof ethhdr)
110 * | 6 bytes| | 6 bytes | | | |
265 int bytes, fc, hdr_len; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibvorbisenc.c168 /* How many bytes are needed for a buffer of length 'l' */
228 avctx->extradata_size = 1 + xiph_len(header.bytes) +
229 xiph_len(header_comm.bytes) +
230 header_code.bytes;
239 offset += av_xiphlacing(&p[offset], header.bytes);
240 offset += av_xiphlacing(&p[offset], header_comm.bytes);
241 memcpy(&p[offset], header.packet, header.bytes);
242 offset += header.bytes;
243 memcpy(&p[offset], header_comm.packet, header_comm.bytes);
244 offset += header_comm.bytes;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/squashfs/
H A Dcache.c289 * Copy up to length bytes from cache entry to buffer starting at offset bytes
290 * into the cache entry. If there's not length bytes then copy the number of
291 * bytes available. In all cases return the number of bytes copied.
306 int bytes = min_t(int, entry->length - offset, local
309 if (bytes >= remaining) {
315 memcpy(buffer, buff, bytes);
316 buffer += bytes;
317 remaining -= bytes;
335 int bytes, copied = length; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c43 u32 bytes; member in struct:ghash_desc_ctx
78 if (dctx->bytes) {
79 int n = min(srclen, dctx->bytes);
80 u8 *pos = dst + (GHASH_BLOCK_SIZE - dctx->bytes);
82 dctx->bytes -= n;
88 if (!dctx->bytes)
98 dctx->bytes = GHASH_BLOCK_SIZE - srclen;
110 if (dctx->bytes) {
111 u8 *tmp = dst + (GHASH_BLOCK_SIZE - dctx->bytes);
113 while (dctx->bytes
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dfile.c75 * @new_init_size: requested new initialized size in bytes
80 * to @new_init_size bytes. This involves zeroing any non-sparse space between
355 int bytes)
361 end = (const char __user*)PAGE_ALIGN((unsigned long)uaddr + bytes);
373 size_t iov_ofs, int bytes)
381 if (len > bytes)
382 len = bytes;
384 bytes -= len;
387 } while (bytes);
460 * @bytes
354 ntfs_fault_in_pages_readable(const char __user *uaddr, int bytes) argument
372 ntfs_fault_in_pages_readable_iovec(const struct iovec *iov, size_t iov_ofs, int bytes) argument
480 ntfs_prepare_pages_for_non_resident_write(struct page **pages, unsigned nr_pages, s64 pos, size_t bytes) argument
1276 ntfs_copy_from_user(struct page **pages, unsigned nr_pages, unsigned ofs, const char __user *buf, size_t bytes) argument
1325 __ntfs_copy_from_user_iovec_inatomic(char *vaddr, const struct iovec *iov, size_t iov_ofs, size_t bytes) argument
1354 ntfs_set_next_iovec(const struct iovec **iovp, size_t *iov_ofsp, size_t bytes) argument
1393 ntfs_copy_from_user_iovec(struct page **pages, unsigned nr_pages, unsigned ofs, const struct iovec **iov, size_t *iov_ofs, size_t bytes) argument
1470 ntfs_commit_pages_after_non_resident_write( struct page **pages, const unsigned nr_pages, s64 pos, size_t bytes) argument
1625 ntfs_commit_pages_after_write(struct page **pages, const unsigned nr_pages, s64 pos, size_t bytes) argument
1787 size_t bytes, iov_ofs = 0; /* Offset in the current iovec. */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-brcm/
H A Dbuzzz.c79 /* Maximum length of a single log entry cannot exceed 64 bytes */
768 int bytes = 0; local
776 bytes += sprintf(p + bytes, " %s" CLRnl, symbol_buf);
780 bytes += sprintf(p + bytes, " %s" CLRnorm, symbol_buf);
782 bytes += sprintf(p + bytes, " +0x%lx", offset);
783 bytes += sprintf(p + bytes, "\
791 int bytes = 0; local
804 int bytes = 0; local
2116 buzzz_kevt_parse_log(char * p, int bytes, buzzz_kevt_log_t * log) argument
2194 int bytes = 0; local
2520 int bytes = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/tools/
H A Ddbus-cleanup-sockets.c51 xmalloc (size_t bytes) argument
55 if (bytes == 0)
58 mem = malloc (bytes);
62 fprintf (stderr, "Allocation of %d bytes failed\n",
63 (int) bytes);
71 xrealloc (void *old, size_t bytes) argument
75 if (bytes == 0)
81 mem = realloc (old, bytes);
85 fprintf (stderr, "Reallocation of %d bytes failed\n",
86 (int) bytes);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_ovfl_vrfy.c306 u_int32_t bytesgot, bytes; local
312 bytesgot = bytes = 0;
363 bytes = OV_LEN(h);
365 if (bytes + P_OVERHEAD(dbp) > dbp->pgsize)
366 bytes = dbp->pgsize - P_OVERHEAD(dbp);
373 bytesgot + bytes, buf)) != 0)
377 bytesgot += bytes;
379 memcpy(dest, src, bytes);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_tile.c37 uint32 bytes = summand1 + summand2; local
39 if (bytes - summand1 != summand2) {
41 bytes = 0;
44 return (bytes);
50 uint32 bytes = nmemb * elem_size; local
52 if (elem_size && bytes / elem_size != nmemb) {
54 bytes = 0;
57 return (bytes);
159 * Compute the # bytes in each row of a tile.
178 * Compute the # bytes i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dsndpcm.cpp74 wxUint32 wxSoundFormatPcm::GetTimeFromBytes(wxUint32 bytes) const
76 return (bytes / (m_srate * (m_bps / 8) * m_nchan));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DClientCredits.h72 void AddDownloaded(uint32 bytes, uint32 dwForIP, bool cryptoavail);
73 void AddUploaded(uint32 bytes, uint32 dwForIP, bool cryptoavail);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Diostat.h18 unsigned long long bytes[__NFSIOS_BYTESMAX]; member in struct:nfs_iostats
41 this_cpu_add(server->io_stats->bytes[stat], addend);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDbMpoolFile.java49 public void set_maxsize(long bytes) throws com.sleepycat.db.DatabaseException { db_javaJNI.DbMpoolFile_set_maxsize(swigCPtr, this, bytes); } argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dx_name.c120 if((ret->bytes = BUF_MEM_new()) == NULL) goto memerr;
143 BUF_MEM_free(a->bytes);
180 if(!BUF_MEM_grow(nm->bytes, p - q)) goto err;
181 memcpy(nm->bytes->data, q, p - q);
212 ret = a->bytes->length;
214 memcpy(*out,a->bytes->data,ret);
242 if (!BUF_MEM_grow(a->bytes,len)) goto memerr;
243 p=(unsigned char *)a->bytes->data;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A Ddhcpd.c86 int bytes, retval; local
188 if ((bytes = get_packet(&packet, server_socket)) < 0) { /* this waits for a packet - idle */
189 if (bytes == -1 && errno != EINTR) {
277 bytes = hostname[-1];
278 if (bytes >= (int) sizeof(lease->hostname))
279 bytes = sizeof(lease->hostname) - 1;
280 strncpy(lease->hostname, hostname, bytes);
281 lease->hostname[bytes] = '\0';
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dxor_64.h91 xor_sse_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) argument
93 unsigned int lines = bytes >> 8;
142 xor_sse_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, argument
145 unsigned int lines = bytes >> 8;
201 xor_sse_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, argument
204 unsigned int lines = bytes >> 8;
268 xor_sse_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, argument
271 unsigned int lines = bytes >> 8;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dmsr.c18 * and then read/write in chunks of 8 bytes. A larger size means multiple
78 ssize_t bytes = 0; local
92 bytes += 8;
95 return bytes ? bytes : err;
106 ssize_t bytes = 0; local
120 bytes += 8;
123 return bytes ? bytes : err;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dxmalloc.c33 int bytes;
94 hash_table_add(hashTable *tbl, void *ptr, int bytes,
110 new->bytes = bytes;
120 xmalloc_current += bytes;
154 xmalloc_current -= item->bytes;
216 printf("%s:%d: %s: %d bytes at %p not freed\n",
217 item->file, item->line, item->func, item->bytes, item->ptr);
219 leaked_bytes += item->bytes;
226 printf("%d unfreed memory chuncks, total %d unfreed bytes
32 int bytes; member in struct:hashTableItemRec
93 hash_table_add(hashTable *tbl, void *ptr, int bytes, const char *file, int line, const char *func) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A Ddhcpd.c87 int bytes, retval; local
186 if ((bytes = get_packet(&packet, server_socket)) < 0) { /* this waits for a packet - idle */
187 if (bytes == -1 && errno != EINTR) {
245 bytes = hostname[-1];
246 if (bytes >= (int) sizeof(lease->hostname))
247 bytes = sizeof(lease->hostname) - 1;
248 strncpy(lease->hostname, (char *)hostname, bytes);
249 lease->hostname[bytes] = '\0';

Completed in 241 milliseconds

1234567891011>>