Searched refs:bytes (Results 26 - 50 of 1384) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Dpage.c54 void __user *ptr, unsigned long bytes,
62 rds_stats_add(s_copy_to_user, bytes);
63 ret = copy_to_user(ptr, addr + offset, bytes);
65 rds_stats_add(s_copy_from_user, bytes);
66 ret = copy_from_user(addr + offset, ptr, bytes);
77 * @bytes - the number of bytes needed.
83 * If @bytes is at least a full page then this just returns a page from
86 * If @bytes is a partial page then this stores the unused region of the
93 int rds_page_remainder_alloc(struct scatterlist *scat, unsigned long bytes, argument
53 rds_page_copy_user(struct page *page, unsigned long offset, void __user *ptr, unsigned long bytes, int to_user) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dmbchar.h40 returns the number of bytes occupied by the multibyte sequence.
164 size_t bytes; /* number of bytes of current character, > 0 */ member in struct:mbchar
167 char buf[MBCHAR_BUF_SIZE]; /* room for the bytes, used for file input only */
170 /* EOF (not a real character) is represented with bytes = 0 and
177 #define mb_len(mbc) ((mbc).bytes)
189 : (mbc1).bytes == (mbc2).bytes \
190 ? memcmp ((mbc1).ptr, (mbc2).ptr, (mbc1).bytes) \
191 : (mbc1).bytes < (mbc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dmbchar.h40 returns the number of bytes occupied by the multibyte sequence.
164 size_t bytes; /* number of bytes of current character, > 0 */ member in struct:mbchar
167 char buf[MBCHAR_BUF_SIZE]; /* room for the bytes, used for file input only */
170 /* EOF (not a real character) is represented with bytes = 0 and
177 #define mb_len(mbc) ((mbc).bytes)
189 : (mbc1).bytes == (mbc2).bytes \
190 ? memcmp ((mbc1).ptr, (mbc2).ptr, (mbc1).bytes) \
191 : (mbc1).bytes < (mbc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/
H A Dpcm-indirect2.c139 unsigned int bytes)
143 rec->sw_io += bytes;
185 * the first zeros means, the last bytes were played.
195 if (bytes >= diff)
198 rec->sw_io += bytes;
205 rec->min_period_count += bytes;
255 * diff: obviously ALSA wrote that much bytes into the intermediate
266 /* number of bytes "added" by ALSA increases the number of
267 * bytes which are ready to "be transfered to HW"/"played"
268 * Then, set rec->appl_ptr to not count bytes twic
136 snd_pcm_indirect2_increase_min_periods(struct snd_pcm_substream *substream, struct snd_pcm_indirect2 *rec, int isplay, int iscopy, unsigned int bytes) argument
274 unsigned int bytes; local
318 unsigned int bytes = rec->sw_ready; local
435 unsigned int bytes; local
483 size_t bytes = rec->sw_buffer_size - rec->sw_ready; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ps3/
H A Dvuart.h77 unsigned int bytes);
79 unsigned int bytes);
80 int ps3_vuart_read_async(struct ps3_system_bus_device *dev, unsigned int bytes);
83 unsigned int bytes);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/mantis/
H A Dmantis_vp3028.c37 .bytes = 0,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/xen/
H A Dxencomm.h38 extern struct xencomm_handle *xencomm_map(void *ptr, unsigned long bytes);
40 unsigned long bytes, struct xencomm_mini *xc_area);
50 #define xencomm_map_no_alloc(ptr, bytes) \
52 __xencomm_map_no_alloc(ptr, bytes, xc_desc); })
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/common/
H A Dtuklib_mbstr.h25 extern size_t tuklib_mbstr_width(const char *str, size_t *bytes);
35 /// \param bytes If this is not NULL, *bytes is set to the
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/raid/
H A Dxor.h6 extern void xor_blocks(unsigned int count, unsigned int bytes,
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/common/
H A Dtuklib_mbstr.h25 extern size_t tuklib_mbstr_width(const char *str, size_t *bytes);
35 /// \param bytes If this is not NULL, *bytes is set to the
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dfree-space-cache.c38 static inline unsigned long bytes_to_bits(u64 bytes, u64 sectorsize) argument
40 return (unsigned long)(div64_u64(bytes, sectorsize));
107 * want a section that has at least bytes size and comes at or after the given
168 if (prev->offset + prev->bytes > offset)
205 if (prev->offset + prev->bytes > offset)
213 } else if (entry->offset + entry->bytes > offset)
225 if (entry->offset + entry->bytes > offset)
242 block_group->free_space -= info->bytes;
250 BUG_ON(!info->bitmap && !info->bytes);
256 block_group->free_space += info->bytes;
298 bitmap_clear_bits(struct btrfs_block_group_cache *block_group, struct btrfs_free_space *info, u64 offset, u64 bytes) argument
316 bitmap_set_bits(struct btrfs_block_group_cache *block_group, struct btrfs_free_space *info, u64 offset, u64 bytes) argument
334 search_bitmap(struct btrfs_block_group_cache *block_group, struct btrfs_free_space *bitmap_info, u64 *offset, u64 *bytes) argument
368 find_free_space(struct btrfs_block_group_cache *block_group, u64 *offset, u64 *bytes, int debug) argument
421 remove_from_bitmap(struct btrfs_block_group_cache *block_group, struct btrfs_free_space *bitmap_info, u64 *offset, u64 *bytes) argument
506 u64 bytes, offset, end; local
599 btrfs_add_free_space(struct btrfs_block_group_cache *block_group, u64 offset, u64 bytes) argument
673 btrfs_remove_free_space(struct btrfs_block_group_cache *block_group, u64 offset, u64 bytes) argument
790 btrfs_dump_free_space(struct btrfs_block_group_cache *block_group, u64 bytes) argument
910 btrfs_find_space_for_alloc(struct btrfs_block_group_cache *block_group, u64 offset, u64 bytes, u64 empty_size) argument
988 btrfs_alloc_from_bitmap(struct btrfs_block_group_cache *block_group, struct btrfs_free_cluster *cluster, u64 bytes, u64 min_start) argument
1041 btrfs_alloc_from_cluster(struct btrfs_block_group_cache *block_group, struct btrfs_free_cluster *cluster, u64 bytes, u64 min_start) argument
1094 btrfs_bitmap_cluster(struct btrfs_block_group_cache *block_group, struct btrfs_free_space *entry, struct btrfs_free_cluster *cluster, u64 offset, u64 bytes, u64 min_bytes) argument
1165 btrfs_find_space_cluster(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_block_group_cache *block_group, struct btrfs_free_cluster *cluster, u64 offset, u64 bytes, u64 empty_size) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_file.c67 u_int32_t mbytes, bytes; local
71 (ret = __os_ioinfo(env, path, fhp, &mbytes, &bytes, NULL)) == 0) {
79 __db_file_write(env, fhp, mbytes, bytes, 255)) != 0)
82 __db_file_write(env, fhp, mbytes, bytes, 0)) != 0)
85 __db_file_write(env, fhp, mbytes, bytes, 255)) != 0)
103 __db_file_write(env, fhp, mbytes, bytes, pattern)
107 u_int32_t mbytes, bytes;
126 for (; bytes > 0; bytes -= (u_int32_t)len) {
127 len = bytes < FILE_WRITE_IO_SIZ
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-sharp/
H A DUtility.cs50 byte[] bytes = new byte[len];
51 Marshal.Copy (ptr, bytes, 0, len);
52 return Encoding.UTF8.GetString (bytes);
78 byte[] bytes = Utility.StringToBytes (str);
79 IntPtr buf = Stdlib.malloc ((uint) bytes.Length + 1);
80 Marshal.Copy (bytes, 0, buf, bytes.Length);
81 Marshal.WriteByte (buf, bytes.Length, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-sharp/
H A DUtility.cs50 byte[] bytes = new byte[len];
51 Marshal.Copy (ptr, bytes, 0, len);
52 return Encoding.UTF8.GetString (bytes);
78 byte[] bytes = Utility.StringToBytes (str);
79 IntPtr buf = Stdlib.malloc ((uint) bytes.Length + 1);
80 Marshal.Copy (bytes, 0, buf, bytes.Length);
81 Marshal.WriteByte (buf, bytes.Length, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A Dwm8350-i2c.c25 int bytes, void *dest)
32 ret = i2c_master_recv(wm8350->i2c_client, dest, bytes);
35 if (ret != bytes)
41 int bytes, void *src)
47 if (bytes > ((WM8350_MAX_REGISTER << 1) + 1))
51 memcpy(&msg[1], src, bytes);
52 ret = i2c_master_send(wm8350->i2c_client, msg, bytes + 1);
55 if (ret != bytes + 1)
24 wm8350_i2c_read_device(struct wm8350 *wm8350, char reg, int bytes, void *dest) argument
40 wm8350_i2c_write_device(struct wm8350 *wm8350, char reg, int bytes, void *src) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-memory.c142 _dbus_verbose ("Will fail mallocs over %ld bytes\n",
356 _dbus_verbose ("Checking %d bytes request from source %s\n",
366 _dbus_warn ("Block of %lu bytes from %s had start guard value 0x%ux at %d expected 0x%x\n",
381 _dbus_warn ("Block of %lu bytes from %s had end guard value 0x%ux at %d expected 0x%x\n",
390 /* set memory to anything but nul bytes */
448 * Allocates the given number of bytes, as with standard
449 * malloc(). Guaranteed to return #NULL if bytes is zero
456 * @param bytes number of bytes to allocate
460 dbus_malloc (size_t bytes) argument
530 dbus_malloc0(size_t bytes) argument
600 dbus_realloc(void *memory, size_t bytes) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dogg_decoder_aspect.c105 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) argument
108 const size_t bytes_requested = *bytes;
121 * the same number of bytes from Ogg, then pass what's decoded down to
133 * to read in enough pages to return the full number of bytes
136 *bytes = 0;
137 while (*bytes < bytes_requested && !aspect->end_of_stream) {
140 size_t n = bytes_requested - *bytes;
141 if ((size_t)aspect->working_packet.bytes <= n) {
143 n = aspect->working_packet.bytes;
145 *bytes
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/
H A Dformatter.js36 speed_K = u['speed-bytes'];
42 size_K = u['size-bytes'];
48 mem_K = u['memory-bytes'];
81 * @param {Number} bytes the filesize in bytes
84 mem: function(bytes)
86 if (bytes < mem_K)
87 return [ bytes, mem_B_str ].join(' ');
92 if (bytes < Math.pow(mem_K, 2))
94 convertedSize = bytes / mem_
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/raid6/
H A Drecov.c24 void raid6_2data_recov(int disks, size_t bytes, int faila, int failb, argument
45 raid6_call.gen_syndrome(disks, bytes, ptrs);
58 while ( bytes-- ) {
69 void raid6_datap_recov(int disks, size_t bytes, int faila, void **ptrs) argument
83 raid6_call.gen_syndrome(disks, bytes, ptrs);
93 while ( bytes-- ) {
104 void raid6_dual_recov(int disks, size_t bytes, int faila, int failb, void **ptrs) argument
115 raid6_call.gen_syndrome(disks, bytes, ptrs);
124 raid6_datap_recov(disks, bytes, faila, ptrs);
127 raid6_2data_recov(disks, bytes, fail
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/ppc/
H A Dpixblockdsp.c52 vector unsigned char bytes = vec_perm(pixl, pixr, perm); local
54 // Convert the bytes into shorts.
56 bytes);
81 vector unsigned char bytes = vec_perm(pixl, pixr, perm1); local
83 // Convert the bytes into shorts.
84 shorts1 = (vector signed short) vec_mergeh(zero, bytes);
89 bytes = vec_perm(pixl, pixr, perm2);
91 // Convert the bytes into shorts.
92 shorts2 = (vector signed short) vec_mergeh(zero, bytes);
112 bytes
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_sctp.h38 #define bytes(type) (sizeof(type) * 8) macro
42 (chunkmap)[type / bytes(__u32)] |= \
43 1 << (type % bytes(__u32)); \
48 (chunkmap)[type / bytes(__u32)] &= \
49 ~(1 << (type % bytes(__u32))); \
54 ((chunkmap)[type / bytes (__u32)] & \
55 (1 << (type % bytes (__u32)))) ? 1: 0; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter/
H A Dxt_sctp.h38 #define bytes(type) (sizeof(type) * 8) macro
42 (chunkmap)[type / bytes(__u32)] |= \
43 1 << (type % bytes(__u32)); \
48 (chunkmap)[type / bytes(__u32)] &= \
49 ~(1 << (type % bytes(__u32))); \
54 ((chunkmap)[type / bytes (__u32)] & \
55 (1 << (type % bytes (__u32)))) ? 1: 0; \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/include/linux/netfilter/
H A Dxt_sctp.h38 #define bytes(type) (sizeof(type) * 8) macro
42 (chunkmap)[type / bytes(__u32)] |= \
43 1 << (type % bytes(__u32)); \
48 (chunkmap)[type / bytes(__u32)] &= \
49 ~(1 << (type % bytes(__u32))); \
54 ((chunkmap)[type / bytes (__u32)] & \
55 (1 << (type % bytes (__u32)))) ? 1: 0; \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/include/linux/netfilter_ipv4/
H A Dipt_sctp.h39 #define bytes(type) (sizeof(type) * 8) macro
43 chunkmap[type / bytes(u_int32_t)] |= \
44 1 << (type % bytes(u_int32_t)); \
49 chunkmap[type / bytes(u_int32_t)] &= \
50 ~(1 << (type % bytes(u_int32_t))); \
55 (chunkmap[type / bytes (u_int32_t)] & \
56 (1 << (type % bytes (u_int32_t)))) ? 1: 0; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_connbytes.c16 MODULE_DESCRIPTION("Xtables: Number of packets/bytes per connection matching");
27 u_int64_t bytes = 0; local
57 what = counters[IP_CT_DIR_ORIGINAL].bytes;
60 what = counters[IP_CT_DIR_REPLY].bytes;
63 what = counters[IP_CT_DIR_ORIGINAL].bytes;
64 what += counters[IP_CT_DIR_REPLY].bytes;
71 bytes = counters[IP_CT_DIR_ORIGINAL].bytes;
75 bytes = counters[IP_CT_DIR_REPLY].bytes;
[all...]

Completed in 291 milliseconds

1234567891011>>