Searched refs:block_start (Results 1 - 25 of 26) sorted by path

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Ddeflate.c341 s->block_start = (long)length;
1001 s->block_start = 0L;
1298 s->block_start -= (long) wsize;
1365 _tr_flush_block(s, (s->block_start >= 0L ? \
1366 (charf *)&s->window[(unsigned)s->block_start] : \
1368 (ulg)((long)s->strstart - s->block_start), \
1370 s->block_start = s->strstart; \
1410 s->block_start >= (long)s->w_size, "slide too late");
1417 Assert(s->block_start >= 0L, "block gone");
1423 max_start = s->block_start
[all...]
H A Ddeflate.h148 long block_start; member in struct:internal_state
H A Dtrees.c1049 ulg in_length = (ulg)((long)s->strstart - s->block_start);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c394 long block_start; member in struct:deflate_state
849 s->block_start = (long)length;
1246 s->block_start = 0L;
1476 s->block_start -= (long) wsize;
1541 _tr_flush_block(s, (s->block_start >= 0L ? \
1542 (charf *)&s->window[(unsigned)s->block_start] : \
1544 (ulg)((long)s->strstart - s->block_start), \
1546 s->block_start = s->strstart; \
1586 s->block_start >= (long)s->w_size, "slide too late");
1593 Assert(s->block_start >
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c269 long block_start; member in struct:deflate_state
917 s->block_start = 0L;
1142 s->block_start -= (long) wsize;
1205 ct_flush_block(s, (s->block_start >= 0L ? \
1206 (charf *)&s->window[(unsigned)s->block_start] : \
1207 (charf *)Z_NULL), (long)s->strstart - s->block_start, (flush)); \
1208 s->block_start = s->strstart; \
2429 ulg in_length = (ulg)s->strstart - s->block_start;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/contrib/shell_utils/
H A Dmake-casetable.pl78 our $block_start;
224 $block_start = $block;
231 $char_start = ($block_start -1)* 64;
283 $block_start = $block;
291 $char_start = ($block_start -1)* 64;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Ddeflate.c341 s->block_start = (long)length;
1001 s->block_start = 0L;
1298 s->block_start -= (long) wsize;
1365 _tr_flush_block(s, (s->block_start >= 0L ? \
1366 (charf *)&s->window[(unsigned)s->block_start] : \
1368 (ulg)((long)s->strstart - s->block_start), \
1370 s->block_start = s->strstart; \
1410 s->block_start >= (long)s->w_size, "slide too late");
1417 Assert(s->block_start >= 0L, "block gone");
1423 max_start = s->block_start
[all...]
H A Ddeflate.h148 long block_start; member in struct:internal_state
H A Dtrees.c1049 ulg in_length = (ulg)((long)s->strstart - s->block_start);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dbuffer.c1663 unsigned block_start, block_end; local
1682 for(bh = head, block_start = 0; bh != head || !block_start;
1683 block++, block_start=block_end, bh = bh->b_this_page) {
1684 block_end = block_start + blocksize;
1685 if (block_end <= from || block_start >= to) {
1706 if (block_end > to || block_start < from) {
1713 if (block_start < from)
1714 memset(kaddr+block_start,
1715 0, from-block_start);
1780 unsigned block_start, block_end; local
2132 unsigned block_start; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dinode.c1094 unsigned block_start, block_end; local
1099 for ( bh = head, block_start = 0;
1100 ret == 0 && (bh != head || !block_start);
1101 block_start = block_end, bh = next)
1104 block_end = block_start + blocksize;
1105 if (block_end <= from || block_start >= to) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dinode.c1093 unsigned block_start, block_end; local
1098 for ( bh = head, block_start = 0;
1099 ret == 0 && (bh != head || !block_start);
1100 block_start = block_end, bh = next)
1103 block_end = block_start + blocksize;
1104 if (block_end <= from || block_start >= to) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dinode.c121 unsigned block_start, block_end; local
126 for ( bh = head, block_start = 0;
127 ret == 0 && (bh != head || !block_start);
128 block_start = block_end, bh = next)
131 block_end = block_start + blocksize;
132 if (block_end <= from || block_start >= to) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dmft.c469 unsigned int block_start, block_end, m_start, m_end, page_ofs; local
516 block_start = 0;
520 block_end = block_start + blocksize;
524 if (unlikely(block_start >= m_end))
535 (block_start - m_start);
571 BUG_ON(!nr_bhs && (m_start != block_start));
575 } while (block_start = block_end, (bh = bh->b_this_page) != head);
673 unsigned int block_start, block_end, m_start, m_end; local
692 block_start = 0;
696 block_end = block_start
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Daops.c316 unsigned block_start, block_end; local
321 for ( bh = head, block_start = 0;
322 ret == 0 && (bh != head || !block_start);
323 block_start = block_end, bh = next)
326 block_end = block_start + blocksize;
327 if (block_end <= from || block_start >= to) {
666 unsigned int block_end, block_start; local
673 for (bh = head, block_start = 0; bh != head || !block_start;
674 bh = bh->b_this_page, block_start
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dfile.c636 int block_start, block_end; // in-page offsets for buffers. local
643 for (bh = head, block_start = 0; bh != head || !block_start;
644 block_start = block_end, bh = bh->b_this_page) {
648 block_end = block_start + inode->i_sb->s_blocksize;
652 if (i == num_pages - 1 && block_start >= to)
758 unsigned block_start, block_end; local
780 for (bh = head = page_buffers(page), block_start = 0;
781 bh != head || !block_start;
782 block_start
994 unsigned block_start, block_end; // Starting and ending offsets of current local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsched.h894 * 4 se->block_start
917 u64 block_start; member in struct:sched_entity
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dsched.c1093 if (p->se.block_start)
1094 p->se.block_start -= clock_offset;
1686 p->se.block_start = 0;
6906 p->se.block_start = 0;
H A Dsched_debug.c296 PN(se.block_start);
H A Dsched_fair.c447 if (se->block_start) {
448 u64 delta = rq_of(cfs_rq)->clock - se->block_start;
456 se->block_start = 0;
561 se->block_start = rq_of(cfs_rq)->clock;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddeflate.c527 s->block_start = 0L;
756 s->block_start -= (long) wsize;
820 zlib_tr_flush_block(s, (s->block_start >= 0L ? \
821 (char *)&s->window[(unsigned)s->block_start] : \
823 (ulg)((long)s->strstart - s->block_start), \
825 s->block_start = s->strstart; \
866 s->block_start >= (long)s->w_size, "slide too late");
873 Assert(s->block_start >= 0L, "block gone");
879 max_start = s->block_start + max_block_size;
886 /* Flush if we may have to slide, otherwise block_start ma
[all...]
H A Ddeftree.c996 ulg in_length = (ulg)((long)s->strstart - s->block_start);
H A Ddefutil.h124 long block_start; member in struct:deflate_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c240 lng block_start; member in struct:globals
560 G1.block_start -= WSIZE;
1515 ulg in_length = (ulg) G1.strstart - G1.block_start;
1698 G1.block_start >= 0L \
1699 ? (char*)&G1.window[(unsigned)G1.block_start] \
1701 (ulg)G1.strstart - G1.block_start, \
1785 G1.block_start = G1.strstart;
1795 G1.block_start = G1.strstart;
1853 G1.block_start = 0L;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c10527 char *block_start; local
10543 if ((retval = get_next_block(fs, outdir, &block_start)))
10545 dirent = (struct ext2_dir_entry *) block_start;
10556 &block_start)))
10561 dirent = (struct ext2_dir_entry *) (block_start + offset);
10657 char * block_start; local
10698 &block_start)))
10700 dx_ent = set_int_node(fs, block_start);

Completed in 512 milliseconds

12