Searched refs:byte_offset (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-parsing-location.h42 guint byte_offset ; member in struct:_CRParsingLocation
H A Dcr-parsing-location.c127 a_this->byte_offset) ;
H A Dcr-input.c1026 a_loc->byte_offset = PRIVATE (a_this)->next_byte_index - 1 ;
1028 a_loc->byte_offset = PRIVATE (a_this)->next_byte_index ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-parsing-location.h42 guint byte_offset ; member in struct:_CRParsingLocation
H A Dcr-parsing-location.c127 a_this->byte_offset) ;
H A Dcr-input.c1026 a_loc->byte_offset = PRIVATE (a_this)->next_byte_index - 1 ;
1028 a_loc->byte_offset = PRIVATE (a_this)->next_byte_index ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A Dtruncate.c182 loff_t byte_offset; local
193 byte_offset = (offset << sb->s_blocksize_bits) + (inode->i_size & (sb->s_blocksize-1));
197 extent_trunc(inode, &epos, eloc, etype, elen, byte_offset);
199 if (byte_offset)
287 if (byte_offset)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dutil_str.c1958 int bit_offset, byte_offset, idx, i, n; local
1967 byte_offset = (i*6)/8;
1969 d[byte_offset] &= ~((1<<(8-bit_offset))-1);
1971 d[byte_offset] |= (idx << (2-bit_offset));
1972 n = byte_offset+1;
1974 d[byte_offset] |= (idx >> (bit_offset-2));
1975 d[byte_offset+1] = 0;
1976 d[byte_offset+1] |= (idx << (8-(bit_offset-2))) & 0xFF;
1977 n = byte_offset+2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ecryptfs/
H A Dmmap.c592 unsigned long lower_page_index, int byte_offset,
608 byte_offset,
633 struct file *lower_file, int byte_offset,
640 lower_file, lower_page, byte_offset, region_size);
590 ecryptfs_get_lower_page(struct page **lower_page, struct inode *lower_inode, struct file *lower_file, unsigned long lower_page_index, int byte_offset, int region_bytes) argument
632 ecryptfs_commit_lower_page(struct page *lower_page, struct inode *lower_inode, struct file *lower_file, int byte_offset, int region_size) argument
H A Dcrypto.c335 int *byte_offset,
355 (*byte_offset) = extent_offset * crypt_stat->extent_size;
371 ecryptfs_printk(KERN_DEBUG, " * (*byte_offset) = [%d]\n",
372 (*byte_offset));
612 int byte_offset; local
641 &lower_page_idx, &byte_offset, crypt_stat,
671 ecryptfs_dump_hex((lower_page_virt + byte_offset), 8);
676 lower_page, byte_offset,
690 + byte_offset), 8);
334 ecryptfs_extent_to_lwr_pg_idx_and_offset(unsigned long *lower_page_idx, int *byte_offset, struct ecryptfs_crypt_stat *crypt_stat, unsigned long extent_num) argument
H A Decryptfs_kernel.h505 unsigned long lower_page_index, int byte_offset,
509 struct file *lower_file, int byte_offset,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dcipso_ipv4.c137 u32 byte_offset; local
142 byte_offset = offset / 8;
143 byte = bitmap[byte_offset];
155 byte = bitmap[++byte_offset];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/squashfs/
H A Dinode.c1661 unsigned int bsize, i = 0, bytes = 0, byte_offset = 0; local
1716 byte_offset = SQUASHFS_I(inode)->u.s1.fragment_offset;
1720 for (i = start_index; i <= end_index && byte_offset < bytes;
1721 i++, byte_offset += PAGE_CACHE_SIZE) {
1723 int avail = (bytes - byte_offset) > PAGE_CACHE_SIZE ?
1724 PAGE_CACHE_SIZE : bytes - byte_offset;
1726 TRACE("bytes %d, i %d, byte_offset %d, available_bytes %d\n",
1727 bytes, i, byte_offset, avail);
1739 memcpy(pageaddr, data_ptr + byte_offset, avail);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/onenand/
H A Donenand_base.c555 int byte_offset; local
561 byte_offset = offset + count;
564 word = this->read_word(bufferram + byte_offset);
566 this->write_word(word, bufferram + byte_offset);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dinode.c2170 loff_t byte_offset = ((loff_t)block << inode->i_sb->s_blocksize_bits)+1; local
2187 make_cpu_key(&key, inode, byte_offset, TYPE_ANY, 3);
2218 p += (byte_offset - 1) & (PAGE_CACHE_SIZE - 1);
2256 (byte_offset + bytes_copied) < inode->i_size) {

Completed in 141 milliseconds