Home
last modified time | relevance | path

Searched refs:vol_len (Results 1 – 12 of 12) sorted by relevance

/dports/emulators/dosbox/dosbox-0.74-3/src/hardware/
H A Dpcspeaker.cpp274 float vol_len=vol_end-index; in PCSPEAKER_CallBack() local
278 value+=spkr.volcur*vol_len; in PCSPEAKER_CallBack()
279 index+=vol_len; in PCSPEAKER_CallBack()
283 if (vol_time<=vol_len) { in PCSPEAKER_CallBack()
291 value+=spkr.volcur*vol_len; in PCSPEAKER_CallBack()
293 value-=(SPKR_SPEED*vol_len*vol_len)/2; in PCSPEAKER_CallBack()
294 spkr.volcur-=SPKR_SPEED*vol_len; in PCSPEAKER_CallBack()
296 value+=(SPKR_SPEED*vol_len*vol_len)/2; in PCSPEAKER_CallBack()
297 spkr.volcur+=SPKR_SPEED*vol_len; in PCSPEAKER_CallBack()
299 index+=vol_len; in PCSPEAKER_CallBack()
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/hardware/
H A Dpcspeaker.cpp273 float vol_len=vol_end-index; in PCSPEAKER_CallBack() local
277 value+=spkr.volcur*vol_len; in PCSPEAKER_CallBack()
278 index+=vol_len; in PCSPEAKER_CallBack()
282 if (vol_time<=vol_len) { in PCSPEAKER_CallBack()
290 value+=spkr.volcur*vol_len; in PCSPEAKER_CallBack()
292 value-=(SPKR_SPEED*vol_len*vol_len)/2; in PCSPEAKER_CallBack()
293 spkr.volcur-=SPKR_SPEED*vol_len; in PCSPEAKER_CallBack()
295 value+=(SPKR_SPEED*vol_len*vol_len)/2; in PCSPEAKER_CallBack()
296 spkr.volcur+=SPKR_SPEED*vol_len; in PCSPEAKER_CallBack()
298 index+=vol_len; in PCSPEAKER_CallBack()
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/hardware/
H A Dpcspeaker.cpp423 const auto vol_len = vol_end - index; in PCSPEAKER_CallBack() local
427 value+=spkr.volcur*vol_len; in PCSPEAKER_CallBack()
428 index+=vol_len; in PCSPEAKER_CallBack()
435 if (vol_time <= vol_len) { in PCSPEAKER_CallBack()
443 value += spkr.volcur * vol_len; in PCSPEAKER_CallBack()
444 const auto speed_by_len = spkr_speed * vol_len; in PCSPEAKER_CallBack()
446 vol_len / 2.0; in PCSPEAKER_CallBack()
454 index+=vol_len; in PCSPEAKER_CallBack()
/dports/www/trafficserver/trafficserver-9.1.1/iocore/cache/
H A DCacheVol.cc103 off_t vol_len = d->vol_relative_length(start_offset); in next_in_map() local
105 while (new_off < vol_len && !vol_map[new_off / SCAN_BUF_SIZE]) { in next_in_map()
108 if (new_off >= vol_len) { in next_in_map()
109 return vol_len + start_offset; in next_in_map()
128 off_t vol_len = d->vol_relative_length(start_offset); in make_vol_map() local
129 size_t map_len = (vol_len + (SCAN_BUF_SIZE - 1)) / SCAN_BUF_SIZE; in make_vol_map()
146 if (offset <= vol_len) { in make_vol_map()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/blast/seqdb_reader/
H A Dseqdbimpl.cpp1481 Uint8 vol_len = volp->GetVolumeLength(); in GetOidAtOffset() local
1485 if ((first_seq < vol_cnt) && (residue < vol_len)) { in GetOidAtOffset()
1499 if (residue > vol_len) { in GetOidAtOffset()
1500 residue -= vol_len; in GetOidAtOffset()
H A Dseqdbvol.cpp2806 Uint8 vol_len = GetVolumeLength(); in GetOidAtOffset() local
2814 if (residue >= vol_len) { in GetOidAtOffset()
2826 double dresidue = (double(residue) * end_of_bytes) / vol_len; in GetOidAtOffset()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/blast/seqdb_reader/
H A Dseqdbimpl.cpp1481 Uint8 vol_len = volp->GetVolumeLength(); in GetOidAtOffset() local
1485 if ((first_seq < vol_cnt) && (residue < vol_len)) { in GetOidAtOffset()
1499 if (residue > vol_len) { in GetOidAtOffset()
1500 residue -= vol_len; in GetOidAtOffset()
H A Dseqdbvol.cpp2806 Uint8 vol_len = GetVolumeLength(); in GetOidAtOffset() local
2814 if (residue >= vol_len) { in GetOidAtOffset()
2826 double dresidue = (double(residue) * end_of_bytes) / vol_len; in GetOidAtOffset()
/dports/lang/perl5.34/perl-5.34.0/vms/
H A Dvms.c658 vms_split_path(const char * path, char * * volume, int * vol_len, char * * root, int * root_len, in vms_split_path() argument
679 *vol_len = 0; in vms_split_path()
756 *vol_len = item_list[nodespec].length + item_list[devspec].length; in vms_split_path()
760 *vol_len = item_list[devspec].length; in vms_split_path()
/dports/lang/perl5.30/perl-5.30.3/vms/
H A Dvms.c658 vms_split_path(const char * path, char * * volume, int * vol_len, char * * root, int * root_len, in vms_split_path() argument
679 *vol_len = 0; in vms_split_path()
756 *vol_len = item_list[nodespec].length + item_list[devspec].length; in vms_split_path()
760 *vol_len = item_list[devspec].length; in vms_split_path()
/dports/lang/perl5.32/perl-5.32.1/vms/
H A Dvms.c658 vms_split_path(const char * path, char * * volume, int * vol_len, char * * root, int * root_len, in vms_split_path() argument
679 *vol_len = 0; in vms_split_path()
756 *vol_len = item_list[nodespec].length + item_list[devspec].length; in vms_split_path()
760 *vol_len = item_list[devspec].length; in vms_split_path()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/vms/
H A Dvms.c658 vms_split_path(const char * path, char * * volume, int * vol_len, char * * root, int * root_len, in vms_split_path() argument
679 *vol_len = 0; in vms_split_path()
756 *vol_len = item_list[nodespec].length + item_list[devspec].length; in vms_split_path()
760 *vol_len = item_list[devspec].length; in vms_split_path()