Home
last modified time | relevance | path

Searched refs:filepos (Results 126 – 150 of 2857) sorted by relevance

12345678910>>...115

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/util/zip/
H A DZipFile.java489 long filepos, end; field in ZipFile.PartialInputStream
494 filepos = start; in PartialInputStream()
508 if (filepos == end) in read()
512 raf.seek(filepos++); in read()
519 if (len > end - filepos) in read()
521 len = (int) (end - filepos); in read()
527 raf.seek(filepos); in read()
530 filepos += len; in read()
539 if (amount > end - filepos) in skip()
540 amount = end - filepos; in skip()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/util/zip/
H A DZipFile.java489 long filepos, end; field in ZipFile.PartialInputStream
494 filepos = start; in PartialInputStream()
508 if (filepos == end) in read()
512 raf.seek(filepos++); in read()
519 if (len > end - filepos) in read()
521 len = (int) (end - filepos); in read()
527 raf.seek(filepos); in read()
530 filepos += len; in read()
539 if (amount > end - filepos) in skip()
540 amount = end - filepos; in skip()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/maria/
H A Dma_statrec.c27 my_off_t filepos=info->s->state.dellink; in _ma_write_static_record() local
37 filepos, MYF(MY_NABP))) in _ma_write_static_record()
214 MARIA_RECORD_POS filepos, in _ma_read_rnd_static_record() argument
226 if (filepos == my_b_tell(&info->rec_cache) && in _ma_read_rnd_static_record()
227 (skip_deleted_blocks || !filepos)) in _ma_read_rnd_static_record()
239 if (filepos >= info->state->data_file_length) in _ma_read_rnd_static_record()
258 if (filepos >= info->state->data_file_length) in _ma_read_rnd_static_record()
261 (long) filepos/share->base.reclength, (long) filepos, in _ma_read_rnd_static_record()
266 info->cur_row.lastpos= filepos; in _ma_read_rnd_static_record()
267 info->cur_row.nextpos= filepos+share->base.pack_reclength; in _ma_read_rnd_static_record()
[all …]
H A Dma_rrnd.c31 int maria_rrnd(MARIA_HA *info, uchar *buf, MARIA_RECORD_POS filepos) in maria_rrnd() argument
36 DBUG_ASSERT(filepos != HA_OFFSET_ERROR); in maria_rrnd()
43 info->cur_row.lastpos= filepos; /* Remember for update */ in maria_rrnd()
44 ret= (*info->s->read_record)(info, buf, filepos); in maria_rrnd()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/maria/
H A Dma_statrec.c27 my_off_t filepos=info->s->state.dellink; in _ma_write_static_record() local
37 filepos, MYF(MY_NABP))) in _ma_write_static_record()
214 MARIA_RECORD_POS filepos, in _ma_read_rnd_static_record() argument
226 if (filepos == my_b_tell(&info->rec_cache) && in _ma_read_rnd_static_record()
227 (skip_deleted_blocks || !filepos)) in _ma_read_rnd_static_record()
239 if (filepos >= info->state->data_file_length) in _ma_read_rnd_static_record()
258 if (filepos >= info->state->data_file_length) in _ma_read_rnd_static_record()
261 (long) filepos/share->base.reclength, (long) filepos, in _ma_read_rnd_static_record()
266 info->cur_row.lastpos= filepos; in _ma_read_rnd_static_record()
267 info->cur_row.nextpos= filepos+share->base.pack_reclength; in _ma_read_rnd_static_record()
[all …]
H A Dma_rrnd.c31 int maria_rrnd(MARIA_HA *info, uchar *buf, MARIA_RECORD_POS filepos) in maria_rrnd() argument
36 DBUG_ASSERT(filepos != HA_OFFSET_ERROR); in maria_rrnd()
43 info->cur_row.lastpos= filepos; /* Remember for update */ in maria_rrnd()
44 ret= (*info->s->read_record)(info, buf, filepos); in maria_rrnd()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/maria/
H A Dma_statrec.c27 my_off_t filepos=info->s->state.dellink; in _ma_write_static_record() local
37 filepos, MYF(MY_NABP))) in _ma_write_static_record()
214 MARIA_RECORD_POS filepos, in _ma_read_rnd_static_record() argument
226 if (filepos == my_b_tell(&info->rec_cache) && in _ma_read_rnd_static_record()
227 (skip_deleted_blocks || !filepos)) in _ma_read_rnd_static_record()
239 if (filepos >= info->state->data_file_length) in _ma_read_rnd_static_record()
258 if (filepos >= info->state->data_file_length) in _ma_read_rnd_static_record()
261 (long) filepos/share->base.reclength, (long) filepos, in _ma_read_rnd_static_record()
266 info->cur_row.lastpos= filepos; in _ma_read_rnd_static_record()
267 info->cur_row.nextpos= filepos+share->base.pack_reclength; in _ma_read_rnd_static_record()
[all …]
H A Dma_rrnd.c31 int maria_rrnd(MARIA_HA *info, uchar *buf, MARIA_RECORD_POS filepos) in maria_rrnd() argument
36 DBUG_ASSERT(filepos != HA_OFFSET_ERROR); in maria_rrnd()
43 info->cur_row.lastpos= filepos; /* Remember for update */ in maria_rrnd()
44 ret= (*info->s->read_record)(info, buf, filepos); in maria_rrnd()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/maria/
H A Dma_statrec.c27 my_off_t filepos=info->s->state.dellink; in _ma_write_static_record() local
37 filepos, MYF(MY_NABP))) in _ma_write_static_record()
214 MARIA_RECORD_POS filepos, in _ma_read_rnd_static_record() argument
226 if (filepos == my_b_tell(&info->rec_cache) && in _ma_read_rnd_static_record()
227 (skip_deleted_blocks || !filepos)) in _ma_read_rnd_static_record()
239 if (filepos >= info->state->data_file_length) in _ma_read_rnd_static_record()
258 if (filepos >= info->state->data_file_length) in _ma_read_rnd_static_record()
261 (long) filepos/share->base.reclength, (long) filepos, in _ma_read_rnd_static_record()
266 info->cur_row.lastpos= filepos; in _ma_read_rnd_static_record()
267 info->cur_row.nextpos= filepos+share->base.pack_reclength; in _ma_read_rnd_static_record()
[all …]
H A Dma_rrnd.c31 int maria_rrnd(MARIA_HA *info, uchar *buf, MARIA_RECORD_POS filepos) in maria_rrnd() argument
36 DBUG_ASSERT(filepos != HA_OFFSET_ERROR); in maria_rrnd()
43 info->cur_row.lastpos= filepos; /* Remember for update */ in maria_rrnd()
44 ret= (*info->s->read_record)(info, buf, filepos); in maria_rrnd()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/maria/
H A Dma_statrec.c27 my_off_t filepos=info->s->state.dellink; in _ma_write_static_record() local
37 filepos, MYF(MY_NABP))) in _ma_write_static_record()
214 MARIA_RECORD_POS filepos, in _ma_read_rnd_static_record() argument
226 if (filepos == my_b_tell(&info->rec_cache) && in _ma_read_rnd_static_record()
227 (skip_deleted_blocks || !filepos)) in _ma_read_rnd_static_record()
239 if (filepos >= info->state->data_file_length) in _ma_read_rnd_static_record()
258 if (filepos >= info->state->data_file_length) in _ma_read_rnd_static_record()
261 (long) filepos/share->base.reclength, (long) filepos, in _ma_read_rnd_static_record()
266 info->cur_row.lastpos= filepos; in _ma_read_rnd_static_record()
267 info->cur_row.nextpos= filepos+share->base.pack_reclength; in _ma_read_rnd_static_record()
[all …]
H A Dma_rrnd.c31 int maria_rrnd(MARIA_HA *info, uchar *buf, MARIA_RECORD_POS filepos) in maria_rrnd() argument
36 DBUG_ASSERT(filepos != HA_OFFSET_ERROR); in maria_rrnd()
43 info->cur_row.lastpos= filepos; /* Remember for update */ in maria_rrnd()
44 ret= (*info->s->read_record)(info, buf, filepos); in maria_rrnd()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/util/zip/
H A DZipFile.java568 long filepos, end; field in ZipFile.PartialInputStream
573 filepos = start; in PartialInputStream()
587 if (filepos == end) in read()
591 raf.seek(filepos++); in read()
598 if (len > end - filepos) in read()
600 len = (int) (end - filepos); in read()
606 raf.seek(filepos); in read()
609 filepos += len; in read()
618 if (amount > end - filepos) in skip()
619 amount = end - filepos; in skip()
[all …]
/dports/biology/tRNAscan-SE/tRNAscan-SE-2.0/lib/tRNAscanSE/
H A DIntResultFile.pm152 my $filepos = tell($fh);
154 push(@$record, $filepos);
206 my $filepos = shift;
212 seek($fh, $filepos, 0);
312 my $filepos = undef;
320 $filepos = tell($fh);
325 push(@$record, $filepos);
328 $filepos = tell($fh);
341 my $filepos = undef;
349 $filepos = tell($fh);
[all …]
H A DCMscanResultFile.pm117 my $filepos = undef;
131 $filepos = tell($fh);
144 $pos = $filepos;
176 $filepos = tell($fh);
227 my $filepos = shift;
243 seek($fh, $filepos, 0);
425 my $filepos = undef;
437 $filepos = tell($fh);
449 seek($fh, $filepos, 0);
475 $filepos = tell($fh);
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/maria/
H A Dma_statrec.c27 my_off_t filepos=info->s->state.dellink; in _ma_write_static_record() local
37 filepos, MYF(MY_NABP))) in _ma_write_static_record()
214 MARIA_RECORD_POS filepos, in _ma_read_rnd_static_record() argument
226 if (filepos == my_b_tell(&info->rec_cache) && in _ma_read_rnd_static_record()
227 (skip_deleted_blocks || !filepos)) in _ma_read_rnd_static_record()
239 if (filepos >= info->state->data_file_length) in _ma_read_rnd_static_record()
258 if (filepos >= info->state->data_file_length) in _ma_read_rnd_static_record()
261 (long) filepos/share->base.reclength, (long) filepos, in _ma_read_rnd_static_record()
266 info->cur_row.lastpos= filepos; in _ma_read_rnd_static_record()
267 info->cur_row.nextpos= filepos+share->base.pack_reclength; in _ma_read_rnd_static_record()
[all …]
H A Dma_rrnd.c31 int maria_rrnd(MARIA_HA *info, uchar *buf, MARIA_RECORD_POS filepos) in maria_rrnd() argument
36 DBUG_ASSERT(filepos != HA_OFFSET_ERROR); in maria_rrnd()
43 info->cur_row.lastpos= filepos; /* Remember for update */ in maria_rrnd()
44 ret= (*info->s->read_record)(info, buf, filepos); in maria_rrnd()
/dports/mail/dspam/dspam-3.10.2/src/tools.hash_drv/
H A Dcssstat.c102 unsigned long filepos = sizeof(struct _hash_drv_header); in cssstat() local
134 while(filepos < map.file_len) { in cssstat()
139 rec = (void *) ((unsigned long) map.addr + filepos); in cssstat()
147 filepos += sizeof(struct _hash_drv_spam_record); in cssstat()
149 header = (void *) ((unsigned long) map.addr + filepos); in cssstat()
150 filepos += sizeof(struct _hash_drv_header); in cssstat()
H A Dcsscompress.c104 unsigned long filepos; in csscompress() local
186 filepos = sizeof(struct _hash_drv_header); in csscompress()
188 while(filepos < old.file_len) { in csscompress()
192 rec = (void *)((unsigned long) old.addr + filepos); in csscompress()
202 filepos += sizeof(struct _hash_drv_spam_record); in csscompress()
204 offset = (void *)((unsigned long) old.addr + filepos); in csscompress()
206 filepos += sizeof(struct _hash_drv_header); in csscompress()
/dports/games/openglad/openglad-0.98/src/
H A Dgladpack.cpp43 long filepos; member in packfileinfo
91 fseek(datafile, fileinfo[i].filepos, SEEK_SET); in get_subfile()
102 return filesize - fileinfo[last_subfile].filepos; in get_subfilesize()
104 return fileinfo[last_subfile+1].filepos - in get_subfilesize()
105 fileinfo[last_subfile].filepos; in get_subfilesize()
/dports/graphics/py-pyx/PyX-0.15/pyx/dvi/
H A Ddvifile.py108 self.filepos = None
164 (self.filepos,
190 (self.filepos,
344 self.filepos = 0
362 self.filepos = afile.tell()
410 self.filepos = self.file.tell()
437 self.filepos = afile.tell()
480 (self.filepos,
491 (self.filepos,
502 (self.filepos,
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/fs/grubfs/
H A Dfsys_xfs.c398 filepos |= xfs.blkoff; in next_dentry()
405 filepos += toread; in next_dentry()
437 filepos = 0; in first_dentry()
463 filepos = xfs.blkoff; in first_dentry()
511 filepos += len; in xfs_read()
515 startpos = filepos; in xfs_read()
516 endpos = filepos + len; in xfs_read()
534 filepos += toread; in xfs_read()
539 filepos += toread; in xfs_read()
574 filepos = 0; in xfs_dir()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/fs/grubfs/
H A Dfsys_xfs.c398 filepos |= xfs.blkoff; in next_dentry()
405 filepos += toread; in next_dentry()
437 filepos = 0; in first_dentry()
463 filepos = xfs.blkoff; in first_dentry()
511 filepos += len; in xfs_read()
515 startpos = filepos; in xfs_read()
516 endpos = filepos + len; in xfs_read()
534 filepos += toread; in xfs_read()
539 filepos += toread; in xfs_read()
574 filepos = 0; in xfs_dir()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/fs/grubfs/
H A Dfsys_xfs.c398 filepos |= xfs.blkoff; in next_dentry()
405 filepos += toread; in next_dentry()
437 filepos = 0; in first_dentry()
463 filepos = xfs.blkoff; in first_dentry()
511 filepos += len; in xfs_read()
515 startpos = filepos; in xfs_read()
516 endpos = filepos + len; in xfs_read()
534 filepos += toread; in xfs_read()
539 filepos += toread; in xfs_read()
574 filepos = 0; in xfs_dir()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/fs/grubfs/
H A Dfsys_xfs.c398 filepos |= xfs.blkoff; in next_dentry()
405 filepos += toread; in next_dentry()
437 filepos = 0; in first_dentry()
463 filepos = xfs.blkoff; in first_dentry()
511 filepos += len; in xfs_read()
515 startpos = filepos; in xfs_read()
516 endpos = filepos + len; in xfs_read()
534 filepos += toread; in xfs_read()
539 filepos += toread; in xfs_read()
574 filepos = 0; in xfs_dir()
[all …]

12345678910>>...115