Searched refs:maxoff (Results 1 - 11 of 11) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/romfs/
H A Dsuper.c152 unsigned long offset, maxoff; local
158 maxoff = romfs_maxsize(i->i_sb);
171 if (!offset || offset >= maxoff) {
172 offset = maxoff;
215 unsigned long offset, maxoff; local
228 maxoff = romfs_maxsize(dir->i_sb);
235 if (!offset || offset >= maxoff)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/romfs/
H A Dsuper.c152 unsigned long offset, maxoff; local
158 maxoff = romfs_maxsize(i->i_sb);
171 if (!offset || offset >= maxoff) {
172 offset = maxoff;
215 unsigned long offset, maxoff; local
228 maxoff = romfs_maxsize(dir->i_sb);
235 if (!offset || offset >= maxoff)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/networking/
H A Dntpd.c486 double minoff, maxoff, wavg, sum, w; local
493 minoff = maxoff = p->filter_datapoint[0].d_offset;
497 if (maxoff < p->filter_datapoint[i].d_offset)
498 maxoff = p->filter_datapoint[i].d_offset;
526 (minoff == p->filter_datapoint[idx].d_offset || maxoff == p->filter_datapoint[idx].d_offset)
536 if (maxoff == p->filter_datapoint[idx].d_offset) {
537 maxoff += 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/networking/
H A Dntpd.c486 double minoff, maxoff, wavg, sum, w; local
493 minoff = maxoff = p->filter_datapoint[0].d_offset;
497 if (maxoff < p->filter_datapoint[i].d_offset)
498 maxoff = p->filter_datapoint[i].d_offset;
526 (minoff == p->filter_datapoint[idx].d_offset || maxoff == p->filter_datapoint[idx].d_offset)
536 if (maxoff == p->filter_datapoint[idx].d_offset) {
537 maxoff += 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/networking/
H A Dntpd.c486 double minoff, maxoff, wavg, sum, w; local
493 minoff = maxoff = p->filter_datapoint[0].d_offset;
497 if (maxoff < p->filter_datapoint[i].d_offset)
498 maxoff = p->filter_datapoint[i].d_offset;
526 (minoff == p->filter_datapoint[idx].d_offset || maxoff == p->filter_datapoint[idx].d_offset)
536 if (maxoff == p->filter_datapoint[idx].d_offset) {
537 maxoff += 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dcoffread.c471 file_ptr offset, maxoff;
489 maxoff = offset + size;
490 if (maxoff > info->max_lineno_offset)
491 info->max_lineno_offset = maxoff;
467 file_ptr offset, maxoff; local
H A Dxcoffread.c1704 file_ptr offset, maxoff;
1714 maxoff = offset + size;
1719 if (maxoff > info->max_lineno_offset)
1720 info->max_lineno_offset = maxoff;
1699 file_ptr offset, maxoff; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dcoffread.c471 file_ptr offset, maxoff;
489 maxoff = offset + size;
490 if (maxoff > info->max_lineno_offset)
491 info->max_lineno_offset = maxoff;
467 file_ptr offset, maxoff; local
H A Dxcoffread.c1704 file_ptr offset, maxoff;
1714 maxoff = offset + size;
1719 if (maxoff > info->max_lineno_offset)
1720 info->max_lineno_offset = maxoff;
1699 file_ptr offset, maxoff; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dcoffread.c471 file_ptr offset, maxoff;
489 maxoff = offset + size;
490 if (maxoff > info->max_lineno_offset)
491 info->max_lineno_offset = maxoff;
467 file_ptr offset, maxoff; local
H A Dxcoffread.c1704 file_ptr offset, maxoff;
1714 maxoff = offset + size;
1719 if (maxoff > info->max_lineno_offset)
1720 info->max_lineno_offset = maxoff;
1699 file_ptr offset, maxoff; local

Completed in 125 milliseconds