Searched refs:lastoffset (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/arch/sparc/sparc/
H A Dtimer.c96 u_int lastoffset; /* time went backwards. */ member in struct:counter
149 } else if (res < cntr.lastcnt && offset == cntr.lastoffset) {
156 cntr.lastoffset = offset;
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_mirror.c153 uint64_t lastoffset; local
168 lastoffset = vdev_queue_lastoffset(vd);
172 if (lastoffset == zio_offset)
185 if (lastoffset == zio_offset)
193 if (ABS(lastoffset - zio_offset) < rotating_seek_offset)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/nios2/
H A Dnios2.c5177 int i, m, lastoffset, lastreg;
5244 lastoffset = baseoffset;
5248 if (sort[m].offset != lastoffset
5252 lastoffset += 4;
5166 int i, m, lastoffset, lastreg; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nios2/
H A Dnios2.cc5212 int i, m, lastoffset, lastreg;
5279 lastoffset = baseoffset;
5283 if (sort[m].offset != lastoffset
5287 lastoffset += 4;
5201 int i, m, lastoffset, lastreg; local
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_rar.c350 unsigned int lastoffset; member in struct:rar
2948 offs = rar->lastoffset;
3056 rar->lastoffset = offs;
3059 lzss_emit_match(rar, rar->lastoffset, rar->lastlength);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-structalias.c6036 HOST_WIDE_INT lastoffset = -1; variable
6040 if (fo->offset == lastoffset)
6042 lastoffset = fo->offset;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-structalias.cc6160 HOST_WIDE_INT lastoffset = -1; local
6164 if (fo->offset == lastoffset)
6166 lastoffset = fo->offset;

Completed in 378 milliseconds