Searched refs:last_byte (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dcrypto.c195 int last_byte; local
227 last_byte = ((char *)dst)[src_len - 1];
229 last_byte = pad[src_len - *dst_len - 1];
230 if (last_byte <= 16 && src_len >= last_byte) {
231 *dst_len = src_len - last_byte;
234 last_byte, (int)src_len);
256 int last_byte; local
289 last_byte = ((char *)dst1)[src_len - 1];
291 last_byte
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/radio/
H A Dradio-gemtek-pci.c112 static void __gemtek_pci_cmd(u16 value, u32 port, u8 *last_byte, int keep) argument
114 u8 byte = *last_byte;
132 *last_byte = byte;
135 static inline void gemtek_pci_nil(u32 port, u8 *last_byte) argument
137 __gemtek_pci_cmd(0x00, port, last_byte, false);
140 static inline void gemtek_pci_cmd(u16 cmd, u32 port, u8 *last_byte) argument
142 __gemtek_pci_cmd(cmd, port, last_byte, true);
150 u8 last_byte; local
155 last_byte = gemtek_pci_out(0x06, port);
159 gemtek_pci_nil(port, &last_byte);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dbitfield.c64 const size_t last_byte = ( end - 1 ) >> 3u; local
74 if( first_byte == last_byte )
82 i = (last_byte+1)*8 - end;
101 for( i=first_byte+1; i<b->alloc_count && i<last_byte; ++i )
105 if( last_byte < b->alloc_count ) {
106 i = (last_byte+1)*8 - end;
107 val = b->bits[last_byte];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/exofs/
H A Ddir.c55 loff_t last_byte = inode->i_size; local
57 last_byte -= page_nr << PAGE_CACHE_SHIFT;
58 if (last_byte > PAGE_CACHE_SIZE)
59 last_byte = PAGE_CACHE_SIZE;
60 return last_byte;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A Ddir.c76 unsigned last_byte = inode->i_size; local
78 last_byte -= page_nr << PAGE_CACHE_SHIFT;
79 if (last_byte > PAGE_CACHE_SIZE)
80 last_byte = PAGE_CACHE_SIZE;
81 return last_byte;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ufs/
H A Ddir.c215 unsigned last_byte = inode->i_size; local
217 last_byte -= page_nr << PAGE_CACHE_SHIFT;
218 if (last_byte > PAGE_CACHE_SIZE)
219 last_byte = PAGE_CACHE_SIZE;
220 return last_byte;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Ddir.c75 unsigned last_byte = inode->i_size; local
77 last_byte -= page_nr << PAGE_CACHE_SHIFT;
78 if (last_byte > PAGE_CACHE_SIZE)
79 last_byte = PAGE_CACHE_SIZE;
80 return last_byte;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/minix/
H A Ddir.c41 unsigned last_byte = PAGE_CACHE_SIZE; local
44 last_byte = inode->i_size & (PAGE_CACHE_SIZE - 1);
45 return last_byte;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/52xx/
H A Dmpc52xx_lpbfifo.c299 req->last_byte = ((u8 *)req->data)[req->size - 1];
355 req->last_byte = ((u8 *)req->data)[req->size - 1];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dmpc52xx.h319 u8 last_byte; member in struct:mpc52xx_lpbfifo_request
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dindeo3.c91 const uint8_t *last_byte; member in struct:Indeo3DecodeContext
821 if (ctx->next_cell_data >= ctx->last_byte) {
839 ctx->next_cell_data, ctx->last_byte);
881 ctx->last_byte = data + data_size;
H A Dadpcm.c867 int last_byte = 0; local
889 nibble = last_byte >> 4; \
892 last_byte = bytestream2_get_byteu(&gb); \
893 nibble = last_byte & 0x0F; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dadpcm.c514 nibble = last_byte >> 4; \
521 last_byte = *src++; \
524 nibble = last_byte & 0x0F; \
719 unsigned char last_byte = 0; local
H A Dindeo3.c90 const uint8_t *last_byte; member in struct:Indeo3DecodeContext
822 ctx->next_cell_data, ctx->last_byte);
864 ctx->last_byte = data + data_size - 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dvolumes.c740 u64 last_byte = 0; local
797 *start = last_byte > search_start ?
798 last_byte : search_start;
813 if (key.offset >= search_start && key.offset > last_byte &&
815 if (last_byte < search_start)
816 last_byte = search_start;
817 hole_size = key.offset - last_byte;
822 if (key.offset > last_byte &&
824 *start = last_byte;
833 last_byte
[all...]
H A Dextent_io.c2013 u64 last_byte = i_size_read(inode); local
2041 if (page->index == last_byte >> PAGE_CACHE_SHIFT) {
2043 size_t zero_offset = last_byte & (PAGE_CACHE_SIZE - 1);
2054 if (cur >= last_byte) {
2138 unsigned long pnr = (last_byte >> PAGE_CACHE_SHIFT) + 1;
2204 u64 last_byte = i_size_read(inode); local
2328 if (last_byte <= start) {
2339 if (cur >= last_byte) {
H A Dinode.c3306 u64 last_byte; local
3333 last_byte = min(extent_map_end(em), block_end);
3334 last_byte = (last_byte + mask) & ~mask;
3337 hole_size = last_byte - cur_offset;
3358 last_byte - 1, 0);
3364 cur_offset = last_byte;
6616 u64 last_byte; local
6681 last_byte = min(extent_map_end(em), alloc_end);
6682 last_byte
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_inode.c1246 xfs_fsize_t last_byte; local
1274 last_byte = XFS_FSB_TO_B(mp, last_block);
1275 if (last_byte < 0) {
1278 last_byte += (1 << mp->m_writeio_log);
1279 if (last_byte < 0) {
1282 return last_byte;
1322 xfs_fsize_t last_byte; local
1366 last_byte = xfs_file_last_byte(ip);
1367 trace_xfs_itruncate_start(ip, flags, new_size, toss_start, last_byte);
1368 if (last_byte > toss_star
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Daops.c1104 loff_t last_byte; local
1123 last_byte = max(user_pos + user_len, i_size_read(inode));
1124 BUG_ON(last_byte < 1);
1125 end_index = ((last_byte - 1) >> PAGE_CACHE_SHIFT) + 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000/
H A De1000_main.c3635 u8 last_byte = *(skb->data + length - 1); local
3637 last_byte)) {
3859 u8 last_byte = *(skb->data + length - 1); local
3861 last_byte)) {
H A De1000_hw.h2406 * last_byte = the last byte of the frame DMAed by the hardware
2425 #define TBI_ACCEPT(adapter, status, errors, length, last_byte) \
2428 ((last_byte) == CARRIER_EXTENSION) && \

Completed in 315 milliseconds