Searched refs:bytes (Results 76 - 100 of 800) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/ttpci/
H A Dfdump.c10 unsigned int i, count, bytes = 0; local
34 for (i = 0; i < count; i++, bytes++)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DPersistKeyBinding.java66 * Binds bytes to an object for use by PersistComparator as well as
69 Object bytesToObject(byte[] bytes, int offset, int length) { argument
70 return readKey(keyFormat, catalog, bytes, offset, length, rawAccess);
74 * Binds bytes to an object for use by PersistComparator as well as
79 byte[] bytes,
84 (catalog, rawAccess, null, 0, bytes, offset, length);
77 readKey(Format keyFormat, Catalog catalog, byte[] bytes, int offset, int length, boolean rawAccess) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/
H A Dgen_stats.h18 * @bytes: number of seen bytes
23 __u64 bytes; member in struct:gnet_stats_basic
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Draid6sse1.c45 static void raid6_sse11_gen_syndrome(int disks, size_t bytes, void **ptrs) argument
60 for ( d = 0 ; d < bytes ; d += 8 ) {
103 static void raid6_sse12_gen_syndrome(int disks, size_t bytes, void **ptrs) argument
119 /* We uniformly assume a single prefetch covers at least 16 bytes */
120 for ( d = 0 ; d < bytes ; d += 16 ) {
H A Dxor.c29 xor_block(unsigned int count, unsigned int bytes, void **ptr) argument
36 active_template->do_2(bytes, p0, p1);
42 active_template->do_3(bytes, p0, p1, p2);
48 active_template->do_4(bytes, p0, p1, p2, p3);
53 active_template->do_5(bytes, p0, p1, p2, p3, p4);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dioport.c37 unsigned int i, max_long, bytes, bytes_updated; local
82 bytes = (max_long + 1) * sizeof(long);
83 bytes_updated = max(bytes, t->io_bitmap_max);
85 t->io_bitmap_max = bytes;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dezusb_convert.pl25 my(@bytes) = unpack("C*", pack("H".(2*$len), $reststring));
26 #pop(@bytes); # last byte is a CRC
27 push(@records, [$addr, \@bytes]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Di2c.h49 int (*sendbytes)(struct snd_i2c_device *device, unsigned char *bytes, int count);
50 int (*readbytes)(struct snd_i2c_device *device, unsigned char *bytes, int count);
100 int snd_i2c_sendbytes(struct snd_i2c_device *device, unsigned char *bytes, int count);
101 int snd_i2c_readbytes(struct snd_i2c_device *device, unsigned char *bytes, int count);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dgen_stats.h18 * @bytes: number of seen bytes
23 __u64 bytes; member in struct:gnet_stats_basic
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/arm/
H A Ddevdma.c30 dma_free_coherent(buf->dev.dev, buf->bytes, buf->area, buf->addr);
44 if (buf->bytes >= size)
49 if (substream->dma_buffer.area != NULL && substream->dma_buffer.bytes >= size) {
59 buf->bytes = size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_truncate.c52 u_int32_t mbytes, bytes; local
56 __os_ioinfo(env, NULL, fhp, &mbytes, &bytes, NULL)) != 0)
58 stat_offset = (off_t)mbytes * MEGABYTE + bytes;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rand/
H A Drand.h81 int (*bytes)(unsigned char *buf, int num); member in struct:rand_meth_st
107 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes);
109 int RAND_egd_bytes(const char *path,int bytes);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Drand.h81 int (*bytes)(unsigned char *buf, int num); member in struct:rand_meth_st
107 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes);
109 int RAND_egd_bytes(const char *path,int bytes);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand.h84 int (*bytes)(unsigned char *buf, int num); member in struct:rand_meth_st
110 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes);
112 int RAND_egd_bytes(const char *path,int bytes);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Drand.h84 int (*bytes)(unsigned char *buf, int num); member in struct:rand_meth_st
110 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes);
112 int RAND_egd_bytes(const char *path,int bytes);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/echoaudio/
H A Dmidi.c60 static int write_midi(struct echoaudio *chip, u8 *data, int bytes) argument
62 snd_assert(bytes > 0 && bytes < MIDI_OUT_BUFFER_SIZE, return -EINVAL);
71 chip->comm_page->midi_output[0] = bytes;
72 memcpy(&chip->comm_page->midi_output[1], data, bytes);
76 DE_MID(("write_midi: %d\n", bytes));
77 return bytes;
88 real MIDI bytes, the following logic is needed to skip them. */
114 from the DSP's buffer. It returns the number of bytes received. */
132 consists of MIDI bytes an
207 int bytes, sent, time; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/kvm/
H A Dx86_emulate.c222 unsigned int bytes; member in struct:operand
286 switch ((_dst).bytes) { \
315 switch ( (_dst).bytes ) \
353 switch ( (_dst).bytes ) \
514 op_bytes ^= 6; /* switch between 2/4 bytes */
518 ad_bytes ^= 12; /* switch between 4/8 bytes */
520 ad_bytes ^= 6; /* switch between 2/4 bytes */
581 /* ModRM and SIB bytes. */
744 src.bytes = 1;
747 switch ((src.bytes
1357 x86_emulate_read_std(unsigned long addr, unsigned long *val, unsigned int bytes, struct x86_emulate_ctxt *ctxt) argument
1374 x86_emulate_write_std(unsigned long addr, unsigned long val, unsigned int bytes, struct x86_emulate_ctxt *ctxt) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mm/
H A Dcache.c57 unsigned long bytes, unsigned int cache)
61 if (bytes == 0)
63 if (!access_ok(VERIFY_WRITE, (void __user *) addr, bytes))
70 flush_cache_range(vma,(unsigned long)addr,((unsigned long)addr) + bytes);
78 flush_icache_range(addr, addr + bytes);
56 sys_cacheflush(unsigned long addr, unsigned long bytes, unsigned int cache) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daiclib.h145 scsi_4btoul(uint8_t *bytes) argument
149 rv = (bytes[0] << 24) |
150 (bytes[1] << 16) |
151 (bytes[2] << 8) |
152 bytes[3];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/udhcpd/
H A Dclientpacket.c207 int bytes; local
214 bytes = read(fd, &packet, sizeof(struct udp_dhcp_packet_rcv));
216 if (bytes < 0) {
222 if (bytes < (int) (sizeof(struct iphdr) + sizeof(struct udphdr))) {
227 if (bytes < ntohs(packet.ip.tot_len)) {
232 /* ignore any extra garbage bytes */
233 bytes = ntohs(packet.ip.tot_len);
240 bytes > (int) sizeof(struct udp_dhcp_packet_rcv) ||
241 ntohs(packet.udp.len) != (short) (bytes - sizeof(packet.ip))) {
266 if (check && check != checksum(&packet, bytes)) {
[all...]

Completed in 155 milliseconds

1234567891011>>