Home
last modified time | relevance | path

Searched refs:firstoff (Results 1 – 25 of 73) sorted by relevance

123

/dports/lang/fpc-source/fpc-3.2.2/tests/tbs/
H A Dtb0252.pp22 const firstoff = sizeof(tansirec)-1;
42 refbefore:=pansirec(pointer(t)-firstoff)^.ref;
43 writeln('refcount before init: ',pansirec(pointer(t)-firstoff)^.ref);
45 writeln('refcount after init: ',pansirec(pointer(t)-firstoff)^.ref);
47 writeln('refcount after done: ',pansirec(pointer(t)-firstoff)^.ref);
48 if refbefore<>pansirec(pointer(t)-firstoff)^.ref then
/dports/audio/mpg123/mpg123-1.29.3/src/libmpg123/
H A Dgapless.h86 if(fr->firstoff && fr->num == fr->firstframe) in frame_buffercheck()
88 off_t byteoff = samples_to_bytes(fr, fr->firstoff); in frame_buffercheck()
94 …(long)fr->firstoff, (long)byteoff, fr->own_buffer, (void*)fr->buffer.p, (void*)fr->buffer.data, ((… in frame_buffercheck()
102 …FF_P" samples, fill now %"SIZE_P" bytes.\n", (off_p)fr->num, (off_p)fr->firstoff, (size_p)fr->buff… in frame_buffercheck()
105 fr->firstoff = 0; in frame_buffercheck()
H A Dframe.c557 fr->firstoff = 0; in frame_fixed_reset()
931 fr->firstoff = fr->begin_os - frame_outs(fr, beg_f); in frame_set_frameseek()
933 else fr->firstoff = 0; in frame_set_frameseek()
940 } else { fr->firstoff = fr->lastoff = 0; fr->lastframe = -1; } in frame_set_frameseek()
945 (long) fr->firstframe, (long) fr->firstoff, in frame_set_frameseek()
971 fr->firstoff = sp - frame_outs(fr, fr->firstframe); in frame_set_seek()
973 (long) fr->firstframe, (long) fr->firstoff, in frame_set_seek()
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/libs/mpg123/
H A Dgapless.h86 if(fr->firstoff && fr->num == fr->firstframe) in frame_buffercheck()
88 off_t byteoff = samples_to_bytes(fr, fr->firstoff); in frame_buffercheck()
94 …(long)fr->firstoff, (long)byteoff, fr->own_buffer, (void*)fr->buffer.p, (void*)fr->buffer.data, ((… in frame_buffercheck()
102 …FF_P" samples, fill now %"SIZE_P" bytes.\n", (off_p)fr->num, (off_p)fr->firstoff, (size_p)fr->buff… in frame_buffercheck()
105 fr->firstoff = 0; in frame_buffercheck()
H A Dframe.c545 fr->firstoff = 0; in frame_fixed_reset()
890 fr->firstoff = fr->begin_os - frame_outs(fr, beg_f); in frame_set_frameseek()
892 else fr->firstoff = 0; in frame_set_frameseek()
899 } else { fr->firstoff = fr->lastoff = 0; fr->lastframe = -1; } in frame_set_frameseek()
904 (long) fr->firstframe, (long) fr->firstoff, in frame_set_frameseek()
930 fr->firstoff = sp - frame_outs(fr, fr->firstframe); in frame_set_seek()
932 (long) fr->firstframe, (long) fr->firstoff, in frame_set_seek()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/src/libmpg123/
H A Dgapless.h86 if(fr->firstoff && fr->num == fr->firstframe) in frame_buffercheck()
88 off_t byteoff = samples_to_bytes(fr, fr->firstoff); in frame_buffercheck()
94 …(long)fr->firstoff, (long)byteoff, fr->own_buffer, (void*)fr->buffer.p, (void*)fr->buffer.data, ((… in frame_buffercheck()
102 …FF_P" samples, fill now %"SIZE_P" bytes.\n", (off_p)fr->num, (off_p)fr->firstoff, (size_p)fr->buff… in frame_buffercheck()
105 fr->firstoff = 0; in frame_buffercheck()
H A Dframe.c545 fr->firstoff = 0; in frame_fixed_reset()
890 fr->firstoff = fr->begin_os - frame_outs(fr, beg_f); in frame_set_frameseek()
892 else fr->firstoff = 0; in frame_set_frameseek()
899 } else { fr->firstoff = fr->lastoff = 0; fr->lastframe = -1; } in frame_set_frameseek()
904 (long) fr->firstframe, (long) fr->firstoff, in frame_set_frameseek()
930 fr->firstoff = sp - frame_outs(fr, fr->firstframe); in frame_set_seek()
932 (long) fr->firstframe, (long) fr->firstoff, in frame_set_seek()
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/cfb/
H A Dcfbbitblt.c393 int firstoff; local
442 firstoff = xoffSrc - xoffDst;
443 if (firstoff > (MFB_PPW-PPW))
444 secondoff = MFB_PPW - firstoff;
474 if (firstoff < 0)
478 tmp = BitLeft (bits, firstoff);
483 if (firstoff >= (MFB_PPW-PPW))
486 if (firstoff != (MFB_PPW-PPW))
600 if (firstoff < 0)
605 if (firstoff >= (MFB_PPW-PPW))
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/nor/
H A Dnor.c598 flash_off_t first, last, firstoff; in nor_flash_write_unaligned() local
605 firstoff = offset & ~chip->nc_page_mask; in nor_flash_write_unaligned()
661 memcpy(chip->nc_page_cache + firstoff, in nor_flash_write_unaligned()
662 bufp, chip->nc_page_size - firstoff); in nor_flash_write_unaligned()
671 bufp += chip->nc_page_size - firstoff; in nor_flash_write_unaligned()
672 left -= chip->nc_page_size - firstoff; in nor_flash_write_unaligned()
790 daddr_t first, last, count, firstoff; in nor_flash_read_unaligned() local
797 firstoff = offset & ~chip->nc_page_mask; in nor_flash_read_unaligned()
828 chip->nc_page_size - firstoff); in nor_flash_read_unaligned()
830 bufp += chip->nc_page_size - firstoff; in nor_flash_read_unaligned()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/nand/
H A Dnand.c1054 flash_off_t first, last, firstoff; in nand_flash_write_unaligned() local
1061 firstoff = offset & ~chip->nc_page_mask; in nand_flash_write_unaligned()
1114 memcpy(chip->nc_page_cache + firstoff, in nand_flash_write_unaligned()
1115 bufp, chip->nc_page_size - firstoff); in nand_flash_write_unaligned()
1124 bufp += chip->nc_page_size - firstoff; in nand_flash_write_unaligned()
1125 left -= chip->nc_page_size - firstoff; in nand_flash_write_unaligned()
1242 daddr_t first, last, count, firstoff; in nand_flash_read_unaligned() local
1249 firstoff = offset & ~chip->nc_page_mask; in nand_flash_read_unaligned()
1279 chip->nc_page_size - firstoff); in nand_flash_read_unaligned()
1281 bufp += chip->nc_page_size - firstoff; in nand_flash_read_unaligned()
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/helgrind/tests/
H A Dtc19_shadowmem.c13 int firstoff; member
23 int r, i, firstoff, lastoff, skipoff; in child8() local
26 firstoff = info->firstoff; in child8()
47 int r, i, firstoff, lastoff, skipoff; in child16() local
50 firstoff = info->firstoff; in child16()
74 firstoff = info->firstoff; in child32()
98 firstoff = info->firstoff; in child64()
164 info.firstoff = off & 0; in main()
195 info.firstoff = off & 1; in main()
226 info.firstoff = off & 3; in main()
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/helgrind/tests/
H A Dtc19_shadowmem.c13 int firstoff; member
23 int r, i, firstoff, lastoff, skipoff; in child8() local
26 firstoff = info->firstoff; in child8()
47 int r, i, firstoff, lastoff, skipoff; in child16() local
50 firstoff = info->firstoff; in child16()
74 firstoff = info->firstoff; in child32()
98 firstoff = info->firstoff; in child64()
164 info.firstoff = off & 0; in main()
195 info.firstoff = off & 1; in main()
226 info.firstoff = off & 3; in main()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/ia64/lib/
H A Ddo_csum.S99 #define firstoff r20 macro
145 and firstoff=7,buf // how many bytes off for first1 element
162 shl tmp2=firstoff,3 // number of bits
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/ia64/lib/
H A Ddo_csum.S99 #define firstoff r20 macro
145 and firstoff=7,buf // how many bytes off for first1 element
162 shl tmp2=firstoff,3 // number of bits
/dports/multimedia/libv4l/linux-5.13-rc2/arch/ia64/lib/
H A Ddo_csum.S99 #define firstoff r20 macro
145 and firstoff=7,buf // how many bytes off for first1 element
162 shl tmp2=firstoff,3 // number of bits
/dports/textproc/linuxdoc-tools/linuxdoc-tools-0.9.82/sgmlpre/
H A Dsgmlpre.l32 static int firstoff; /* nesting depth of first turnoff */ variable
/dports/net-p2p/ctorrent/ctorrent-dnh3.3.2/
H A Dbtrequest.cpp111 size_t firstoff; in CopyShuffle() local
124 firstoff = ps->offset; in CopyShuffle()
181 if( u->next->offset == firstoff ){ in CopyShuffle()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/replication/
H A Dbasebackup.c285 char firstoff[MAXFNAMELEN]; in perform_base_backup() local
303 XLogFileName(firstoff, ThisTimeLineID, startsegno); in perform_base_backup()
315 strcmp(de->d_name + 8, firstoff + 8) >= 0 && in perform_base_backup()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/replication/
H A Dbasebackup.c285 char firstoff[MAXFNAMELEN]; in perform_base_backup() local
303 XLogFileName(firstoff, ThisTimeLineID, startsegno); in perform_base_backup()
315 strcmp(de->d_name + 8, firstoff + 8) >= 0 && in perform_base_backup()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/replication/
H A Dbasebackup.c285 char firstoff[MAXFNAMELEN]; in perform_base_backup() local
303 XLogFileName(firstoff, ThisTimeLineID, startsegno); in perform_base_backup()
315 strcmp(de->d_name + 8, firstoff + 8) >= 0 && in perform_base_backup()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/replication/
H A Dbasebackup.c356 char firstoff[MAXFNAMELEN]; in perform_base_backup() local
374 XLogFileName(firstoff, ThisTimeLineID, startsegno); in perform_base_backup()
386 strcmp(de->d_name + 8, firstoff + 8) >= 0 && in perform_base_backup()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/replication/
H A Dbasebackup.c356 char firstoff[MAXFNAMELEN]; in perform_base_backup() local
374 XLogFileName(firstoff, ThisTimeLineID, startsegno); in perform_base_backup()
386 strcmp(de->d_name + 8, firstoff + 8) >= 0 && in perform_base_backup()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/replication/
H A Dbasebackup.c356 char firstoff[MAXFNAMELEN]; in perform_base_backup() local
374 XLogFileName(firstoff, ThisTimeLineID, startsegno); in perform_base_backup()
386 strcmp(de->d_name + 8, firstoff + 8) >= 0 && in perform_base_backup()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/replication/
H A Dbasebackup.c356 char firstoff[MAXFNAMELEN]; in perform_base_backup() local
374 XLogFileName(firstoff, ThisTimeLineID, startsegno); in perform_base_backup()
386 strcmp(de->d_name + 8, firstoff + 8) >= 0 && in perform_base_backup()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/replication/
H A Dbasebackup.c356 char firstoff[MAXFNAMELEN]; in perform_base_backup() local
374 XLogFileName(firstoff, ThisTimeLineID, startsegno); in perform_base_backup()
386 strcmp(de->d_name + 8, firstoff + 8) >= 0 && in perform_base_backup()

123