Searched refs:bytes (Results 101 - 125 of 1384) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/bcm947xx/devices/
H A Dbcmsflash.c98 int bytes, ret = 0; local
110 if ((bytes = hndsflash_read(sfl, (uint)from, len, buf))
112 ret = bytes;
115 from += (loff_t) bytes;
116 len -= bytes;
117 buf += bytes;
118 *retlen += bytes;
129 int bytes, ret = 0; local
140 if ((bytes = hndsflash_write(sfl, (uint)to, len, (u_char *)buf))
142 ret = bytes;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/devices/
H A Dbcmsflash.c98 int bytes, ret = 0; local
110 if ((bytes = hndsflash_read(sfl, (uint)from, len, buf))
112 ret = bytes;
115 from += (loff_t) bytes;
116 len -= bytes;
117 buf += bytes;
118 *retlen += bytes;
129 int bytes, ret = 0; local
140 if ((bytes = hndsflash_write(sfl, (uint)to, len, (u_char *)buf))
142 ret = bytes;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509/
H A Dx509name.c182 unsigned char *bytes, int len, int loc,
187 ne = X509_NAME_ENTRY_create_by_OBJ(NULL, obj, type, bytes, len);
196 unsigned char *bytes, int len, int loc,
201 ne = X509_NAME_ENTRY_create_by_NID(NULL, nid, type, bytes, len);
210 const unsigned char *bytes, int len, int loc,
215 ne = X509_NAME_ENTRY_create_by_txt(NULL, field, type, bytes, len);
286 const unsigned char *bytes,
299 nentry = X509_NAME_ENTRY_create_by_OBJ(ne, obj, type, bytes, len);
305 int type, unsigned char *bytes,
316 nentry = X509_NAME_ENTRY_create_by_OBJ(ne, obj, type, bytes, le
181 X509_NAME_add_entry_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj, int type, unsigned char *bytes, int len, int loc, int set) argument
195 X509_NAME_add_entry_by_NID(X509_NAME *name, int nid, int type, unsigned char *bytes, int len, int loc, int set) argument
209 X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type, const unsigned char *bytes, int len, int loc, int set) argument
284 X509_NAME_ENTRY_create_by_txt(X509_NAME_ENTRY **ne, const char *field, int type, const unsigned char *bytes, int len) argument
304 X509_NAME_ENTRY_create_by_NID(X509_NAME_ENTRY **ne, int nid, int type, unsigned char *bytes, int len) argument
321 X509_NAME_ENTRY_create_by_OBJ(X509_NAME_ENTRY **ne, ASN1_OBJECT *obj, int type, const unsigned char *bytes, int len) argument
360 X509_NAME_ENTRY_set_data(X509_NAME_ENTRY *ne, int type, const unsigned char *bytes, int len) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509name.c175 unsigned char *bytes, int len, int loc, int set)
179 ne = X509_NAME_ENTRY_create_by_OBJ(NULL, obj, type, bytes, len);
187 unsigned char *bytes, int len, int loc, int set)
191 ne = X509_NAME_ENTRY_create_by_NID(NULL, nid, type, bytes, len);
199 const unsigned char *bytes, int len, int loc, int set)
203 ne = X509_NAME_ENTRY_create_by_txt(NULL, field, type, bytes, len);
276 const char *field, int type, const unsigned char *bytes, int len)
289 nentry = X509_NAME_ENTRY_create_by_OBJ(ne,obj,type,bytes,len);
295 int type, unsigned char *bytes, int len)
306 nentry = X509_NAME_ENTRY_create_by_OBJ(ne,obj,type,bytes,le
174 X509_NAME_add_entry_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj, int type, unsigned char *bytes, int len, int loc, int set) argument
186 X509_NAME_add_entry_by_NID(X509_NAME *name, int nid, int type, unsigned char *bytes, int len, int loc, int set) argument
198 X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type, const unsigned char *bytes, int len, int loc, int set) argument
275 X509_NAME_ENTRY_create_by_txt(X509_NAME_ENTRY **ne, const char *field, int type, const unsigned char *bytes, int len) argument
294 X509_NAME_ENTRY_create_by_NID(X509_NAME_ENTRY **ne, int nid, int type, unsigned char *bytes, int len) argument
311 X509_NAME_ENTRY_create_by_OBJ(X509_NAME_ENTRY **ne, ASN1_OBJECT *obj, int type, const unsigned char *bytes, int len) argument
349 X509_NAME_ENTRY_set_data(X509_NAME_ENTRY *ne, int type, const unsigned char *bytes, int len) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509/
H A Dx509name.c182 unsigned char *bytes, int len, int loc,
187 ne = X509_NAME_ENTRY_create_by_OBJ(NULL, obj, type, bytes, len);
196 unsigned char *bytes, int len, int loc,
201 ne = X509_NAME_ENTRY_create_by_NID(NULL, nid, type, bytes, len);
210 const unsigned char *bytes, int len, int loc,
215 ne = X509_NAME_ENTRY_create_by_txt(NULL, field, type, bytes, len);
286 const unsigned char *bytes,
299 nentry = X509_NAME_ENTRY_create_by_OBJ(ne, obj, type, bytes, len);
305 int type, unsigned char *bytes,
316 nentry = X509_NAME_ENTRY_create_by_OBJ(ne, obj, type, bytes, le
181 X509_NAME_add_entry_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj, int type, unsigned char *bytes, int len, int loc, int set) argument
195 X509_NAME_add_entry_by_NID(X509_NAME *name, int nid, int type, unsigned char *bytes, int len, int loc, int set) argument
209 X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type, const unsigned char *bytes, int len, int loc, int set) argument
284 X509_NAME_ENTRY_create_by_txt(X509_NAME_ENTRY **ne, const char *field, int type, const unsigned char *bytes, int len) argument
304 X509_NAME_ENTRY_create_by_NID(X509_NAME_ENTRY **ne, int nid, int type, unsigned char *bytes, int len) argument
321 X509_NAME_ENTRY_create_by_OBJ(X509_NAME_ENTRY **ne, ASN1_OBJECT *obj, int type, const unsigned char *bytes, int len) argument
360 X509_NAME_ENTRY_set_data(X509_NAME_ENTRY *ne, int type, const unsigned char *bytes, int len) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dunsquash-1.c60 int bytes = lookup_entry(inode_table_hash, start); local
61 char *block_ptr = inode_table + bytes + offset;
66 if(bytes == -1)
211 int bytes; local
221 bytes = lookup_entry(directory_table_hash, start);
222 if(bytes == -1)
226 bytes += (*i)->offset;
227 size = (*i)->data + bytes;
242 while(bytes < size) {
245 memcpy(&sdirh, directory_table + bytes, sizeo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/common/
H A Dzerofill.c15 * Zero out bytes in the file.
36 u_int32_t bytes, mbytes; local
44 if ((ret = __os_ioinfo(env, NULL, fhp, &mbytes, &bytes, NULL)) != 0)
46 stat_offset = (off_t)mbytes * MEGABYTE + bytes;
60 if ((ret = __os_seek(env, fhp, mbytes, MEGABYTE, bytes)) != 0)
84 bytes = (u_int32_t)(write_offset % MEGABYTE);
85 ret = __os_seek(env, fhp, mbytes, MEGABYTE, bytes);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs/ref/transapp/
H A Dwritetest.cs26 int bytes, ch, cnt, fd, ops;
29 bytes = 256;
35 if ((bytes = atoi(optarg)) > sizeof(buf)) {
63 memset(buf, 0, bytes);
69 if (write(fd, buf, bytes) != bytes) {
116 "usage: testfile [-b bytes] [-f file] [-o ops]\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/transapp/
H A Dwritetest.cs26 int bytes, ch, cnt, fd, ops;
29 bytes = 256;
35 if ((bytes = atoi(optarg)) > sizeof(buf)) {
63 memset(buf, 0, bytes);
69 if (write(fd, buf, bytes) != bytes) {
116 "usage: testfile [-b bytes] [-f file] [-o ops]\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ps3/
H A Dps3-vuart.c369 const void *buf, unsigned int bytes, u64 *bytes_written)
375 ps3_mm_phys_to_lpar(__pa(buf)), bytes, bytes_written);
386 *bytes_written, bytes, priv->stats.bytes_written);
399 unsigned int bytes, u64 *bytes_read)
404 dev_dbg(&dev->core, "%s:%d: %xh\n", __func__, __LINE__, bytes);
407 ps3_mm_phys_to_lpar(__pa(buf)), bytes, bytes_read);
418 *bytes_read, bytes, priv->stats.bytes_read);
424 * ps3_vuart_clear_rx_bytes - Discard bytes received.
426 * @bytes: Max byte count to discard, zero = all pending.
432 unsigned int bytes)
368 ps3_vuart_raw_write(struct ps3_system_bus_device *dev, const void *buf, unsigned int bytes, u64 *bytes_written) argument
398 ps3_vuart_raw_read(struct ps3_system_bus_device *dev, void *buf, unsigned int bytes, u64 *bytes_read) argument
431 ps3_vuart_clear_rx_bytes(struct ps3_system_bus_device *dev, unsigned int bytes) argument
491 ps3_vuart_write(struct ps3_system_bus_device *dev, const void *buf, unsigned int bytes) argument
567 u64 bytes; local
615 ps3_vuart_read(struct ps3_system_bus_device *dev, void *buf, unsigned int bytes) argument
689 ps3_vuart_read_async(struct ps3_system_bus_device *dev, unsigned int bytes) argument
802 u64 bytes; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dxor_32.h32 xor_pII_mmx_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) argument
34 unsigned long lines = bytes >> 7;
75 xor_pII_mmx_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, argument
78 unsigned long lines = bytes >> 7;
124 xor_pII_mmx_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, argument
127 unsigned long lines = bytes >> 7;
179 xor_pII_mmx_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, argument
182 unsigned long lines = bytes >> 7;
259 xor_p5_mmx_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) argument
261 unsigned long lines = bytes >>
306 xor_p5_mmx_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3) argument
363 xor_p5_mmx_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4) argument
429 xor_p5_mmx_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4, unsigned long *p5) argument
587 xor_sse_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) argument
640 xor_sse_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3) argument
701 xor_sse_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4) argument
769 xor_sse_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4, unsigned long *p5) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/raid6/
H A Dsse2.c43 static void raid6_sse21_gen_syndrome(int disks, size_t bytes, void **ptrs) argument
58 for ( d = 0 ; d < bytes ; d += 16 ) {
103 static void raid6_sse22_gen_syndrome(int disks, size_t bytes, void **ptrs) argument
119 /* We uniformly assume a single prefetch covers at least 32 bytes */
120 for ( d = 0 ; d < bytes ; d += 32 ) {
169 static void raid6_sse24_gen_syndrome(int disks, size_t bytes, void **ptrs) argument
195 for ( d = 0 ; d < bytes ; d += 64 ) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Diommu-debug.c48 ssize_t bytes; local
57 bytes = iommu_dump_ctx(obj, p, count);
58 bytes = simple_read_from_buffer(userbuf, count, ppos, buf, bytes);
63 return bytes;
71 ssize_t bytes, rest; local
85 bytes = simple_read_from_buffer(userbuf, count, ppos, buf, p - buf);
90 return bytes;
128 ssize_t bytes; \
131 bytes
188 size_t bytes; local
218 ssize_t bytes; local
259 ssize_t bytes; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/hdpvr/
H A Dhdpvr-core.c78 static void challenge(u8 *bytes) argument
86 bytes[(idx >> 3) + 3] = bytes[(idx >> 2) & 0x3];
90 bytes[2] += bytes[3] * 4 + bytes[4] + bytes[5];
91 bytes[4] += bytes[(idx & 0x1) * 2] * 9 + 9;
94 bytes[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/i2c/
H A Dtea6330t.c102 unsigned char bytes[3]; local
113 bytes[count++] = TEA6330T_SADDR_VOLUME_LEFT;
114 bytes[count++] = tea->regs[TEA6330T_SADDR_VOLUME_LEFT] = tea->mleft;
118 bytes[count++] = TEA6330T_SADDR_VOLUME_RIGHT;
119 bytes[count++] = tea->regs[TEA6330T_SADDR_VOLUME_RIGHT] = tea->mright;
122 if ((err = snd_i2c_sendbytes(tea->device, bytes, count)) < 0)
153 unsigned char bytes[3]; local
164 bytes[0] = TEA6330T_SADDR_VOLUME_LEFT;
165 bytes[1] = tea->regs[TEA6330T_SADDR_VOLUME_LEFT];
166 bytes[
204 unsigned char bytes[2]; local
251 unsigned char bytes[2]; local
289 unsigned char bytes[7]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dmisc.h22 extern void *_vorbis_block_alloc(vorbis_block *vb,long bytes);
37 extern void *_VDBG_malloc(void *ptr,long bytes,char *file,long line);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_strip.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);
101 * Compute the # bytes in a variable height, row-aligned strip.
148 * Compute the # bytes i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dtraffic_stats.c38 uint64_t bytes = STATE(stats).bytes_orig + STATE(stats).bytes_repl; local
43 size += sprintf(buf+size, "%20llu Bytes ", (unsigned long long)bytes);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dxor.h19 xor_8regs_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) argument
21 long lines = bytes / (sizeof (long)) / 8;
38 xor_8regs_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, argument
41 long lines = bytes / (sizeof (long)) / 8;
59 xor_8regs_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, argument
62 long lines = bytes / (sizeof (long)) / 8;
81 xor_8regs_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, argument
84 long lines = bytes / (sizeof (long)) / 8;
104 xor_32regs_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) argument
106 long lines = bytes / (sizeo
140 xor_32regs_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3) argument
186 xor_32regs_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4) argument
241 xor_32regs_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4, unsigned long *p5) argument
305 xor_8regs_p_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) argument
331 xor_8regs_p_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3) argument
361 xor_8regs_p_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4) argument
395 xor_8regs_p_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4, unsigned long *p5) argument
432 xor_32regs_p_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) argument
477 xor_32regs_p_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3) argument
534 xor_32regs_p_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4) argument
602 xor_32regs_p_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, unsigned long *p3, unsigned long *p4, unsigned long *p5) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/
H A Ddrm_buffer.h62 * Return number of bytes that is left to process
70 * Advance the buffer iterator number of bytes that is given.
72 static inline void drm_buffer_advance(struct drm_buffer *buf, int bytes) argument
74 buf->iterator += bytes;
81 * size: The number of bytes to allocate.
90 * size: The Number of bytes to copy.
109 * objsize: The size of the objet in bytes.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DCacheFile.java94 @param bytes
100 public void setMaximumSize(final long bytes) argument
103 mpf.set_maxsize(bytes);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/include/private/
H A Dogg_decoder_aspect.h54 ogg_packet working_packet; /* as we work through the packet we will move working_packet.packet forward and working_packet.bytes down */
75 typedef FLAC__OggDecoderAspectReadStatus (*FLAC__OggDecoderAspectReadCallbackProxy)(const void *decoder, FLAC__byte buffer[], size_t *bytes, void *client_data);
77 FLAC__OggDecoderAspectReadStatus FLAC__ogg_decoder_aspect_read_callback_wrapper(FLAC__OggDecoderAspect *aspect, FLAC__byte buffer[], size_t *bytes, FLAC__OggDecoderAspectReadCallbackProxy read_callback, const FLAC__StreamDecoder *decoder, void *client_data);
H A Dogg_encoder_aspect.h59 typedef FLAC__StreamEncoderWriteStatus (*FLAC__OggEncoderAspectWriteCallbackProxy)(const void *encoder, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, void *client_data);
61 FLAC__StreamEncoderWriteStatus FLAC__ogg_encoder_aspect_write_callback_wrapper(FLAC__OggEncoderAspect *aspect, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, FLAC__bool is_last_block, FLAC__OggEncoderAspectWriteCallbackProxy write_callback, void *encoder, void *client_data);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dogg_encoder_aspect.c111 FLAC__StreamEncoderWriteStatus FLAC__ogg_encoder_aspect_write_callback_wrapper(FLAC__OggEncoderAspect *aspect, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, FLAC__bool is_last_block, FLAC__OggEncoderAspectWriteCallbackProxy write_callback, void *encoder, void *client_data) argument
141 if(bytes != FLAC__STREAM_METADATA_HEADER_LENGTH + FLAC__STREAM_METADATA_STREAMINFO_LENGTH) {
170 memcpy(b, buffer, bytes);
171 FLAC__ASSERT(b + bytes - synthetic_first_packet_body == sizeof(synthetic_first_packet_body));
173 packet.bytes = sizeof(synthetic_first_packet_body);
180 packet.bytes = bytes;
212 else if(is_metadata && current_frame == 0 && samples == 0 && bytes == 4 && 0 == memcmp(buffer, FLAC__STREAM_SYNC_STRING, sizeof(FLAC__STREAM_SYNC_STRING))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dformatter.cc95 Formatter :: memToString( int64_t bytes )
97 if( bytes < 1 )
99 else if( !bytes )
103 tr_formatter_mem_B( buf, bytes, sizeof( buf ) );
109 Formatter :: sizeToString( int64_t bytes )
111 if( bytes < 1 )
113 else if( !bytes )
117 tr_formatter_size_B( buf, bytes, sizeof( buf ) );

Completed in 247 milliseconds

1234567891011>>