Home
last modified time | relevance | path

Searched refs:thistime (Results 101 – 125 of 205) sorted by relevance

123456789

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/storage/
H A Dshuttle_usbat.c199 unsigned char thistime, in usbat_pack_ata_sector_cmd() argument
203 buf[1] = thistime; in usbat_pack_ata_sector_cmd()
1123 unsigned char thistime; in usbat_flash_read_data() local
1162 thistime = (len / info->ssize) & 0xff; in usbat_flash_read_data()
1165 usbat_pack_ata_sector_cmd(command, thistime, sector, 0x20); in usbat_flash_read_data()
1183 sector += thistime; in usbat_flash_read_data()
1214 unsigned char thistime; in usbat_flash_write_data() local
1253 thistime = (len / info->ssize) & 0xff; in usbat_flash_write_data()
1260 usbat_pack_ata_sector_cmd(command, thistime, sector, 0x30); in usbat_flash_write_data()
1272 sector += thistime; in usbat_flash_write_data()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/storage/
H A Dshuttle_usbat.c199 unsigned char thistime, in usbat_pack_ata_sector_cmd() argument
203 buf[1] = thistime; in usbat_pack_ata_sector_cmd()
1123 unsigned char thistime; in usbat_flash_read_data() local
1162 thistime = (len / info->ssize) & 0xff; in usbat_flash_read_data()
1165 usbat_pack_ata_sector_cmd(command, thistime, sector, 0x20); in usbat_flash_read_data()
1183 sector += thistime; in usbat_flash_read_data()
1214 unsigned char thistime; in usbat_flash_write_data() local
1253 thistime = (len / info->ssize) & 0xff; in usbat_flash_write_data()
1260 usbat_pack_ata_sector_cmd(command, thistime, sector, 0x30); in usbat_flash_write_data()
1272 sector += thistime; in usbat_flash_write_data()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/storage/
H A Dshuttle_usbat.c199 unsigned char thistime, in usbat_pack_ata_sector_cmd() argument
203 buf[1] = thistime; in usbat_pack_ata_sector_cmd()
1123 unsigned char thistime; in usbat_flash_read_data() local
1162 thistime = (len / info->ssize) & 0xff; in usbat_flash_read_data()
1165 usbat_pack_ata_sector_cmd(command, thistime, sector, 0x20); in usbat_flash_read_data()
1183 sector += thistime; in usbat_flash_read_data()
1214 unsigned char thistime; in usbat_flash_write_data() local
1253 thistime = (len / info->ssize) & 0xff; in usbat_flash_write_data()
1260 usbat_pack_ata_sector_cmd(command, thistime, sector, 0x30); in usbat_flash_write_data()
1272 sector += thistime; in usbat_flash_write_data()
/dports/lang/perl5.32/perl-5.32.1/cpan/AutoLoader/lib/
H A DAutoSplit.pm498 my($deleted,$thistime); # catch all versions on VMS
499 do { $deleted += ($thistime = unlink $file) } while ($thistime);
/dports/lang/perl5.30/perl-5.30.3/cpan/AutoLoader/lib/
H A DAutoSplit.pm498 my($deleted,$thistime); # catch all versions on VMS
499 do { $deleted += ($thistime = unlink $file) } while ($thistime);
/dports/lang/perl5.34/perl-5.34.0/cpan/AutoLoader/lib/
H A DAutoSplit.pm498 my($deleted,$thistime); # catch all versions on VMS
499 do { $deleted += ($thistime = unlink $file) } while ($thistime);
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/AutoLoader/lib/
H A DAutoSplit.pm498 my($deleted,$thistime); # catch all versions on VMS
499 do { $deleted += ($thistime = unlink $file) } while ($thistime);
/dports/devel/p5-AutoLoader/AutoLoader-5.74/lib/
H A DAutoSplit.pm498 my($deleted,$thistime); # catch all versions on VMS
499 do { $deleted += ($thistime = unlink $file) } while ($thistime);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/binutils/
H A Dar.c955 long tocopy, thistime;
1044 thistime = tocopy;
1045 if (thistime > BUFSIZE)
1046 thistime = BUFSIZE;
1047 fread (buf, 1, thistime, ifile);
1048 fwrite (buf, 1, thistime, ofile);
1049 tocopy -= thistime;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/binutils/
H A Dar.c955 long tocopy, thistime;
1044 thistime = tocopy;
1045 if (thistime > BUFSIZE)
1046 thistime = BUFSIZE;
1047 fread (buf, 1, thistime, ifile);
1048 fwrite (buf, 1, thistime, ofile);
1049 tocopy -= thistime;
/dports/audio/libvorbis/libvorbis-1.3.7/vq/
H A Dbookutil.c309 struct timeval thistime; in spinnit() local
311 gettimeofday(&thistime,NULL); in spinnit()
312 test=thistime.tv_sec*10+thistime.tv_usec/100000; in spinnit()
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/3rd-party/libvorbis/vq/
H A Dbookutil.c310 struct timeval thistime; in spinnit() local
312 gettimeofday(&thistime,NULL); in spinnit()
313 test=thistime.tv_sec*10+thistime.tv_usec/100000; in spinnit()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/libvorbis-1.3.5/vq/
H A Dbookutil.c310 struct timeval thistime;
312 gettimeofday(&thistime,NULL);
313 test=thistime.tv_sec*10+thistime.tv_usec/100000;
/dports/audio/libmodplug/libmodplug-0.8.9.0/src/
H A Dload_abc.cpp4214 if( thistime > abcticks(h->speed) ) thistime = abcticks(h->speed); in ReadABC()
4228 thistime <<= 1; in ReadABC()
4232 thistime -= abcgrace; in ReadABC()
4236 abcgrace -= thistime; in ReadABC()
4658 thistime <<= 1; in ReadABC()
4662 thistime -= abcgrace; in ReadABC()
4666 abcgrace -= thistime; in ReadABC()
4692 thistime <<= 1; in ReadABC()
4696 thistime -= abcgrace; in ReadABC()
4700 abcgrace -= thistime; in ReadABC()
[all …]
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/libmodplug-0.8.9.0/src/
H A Dload_abc.cpp4206 if( thistime > abcticks(h->speed) ) thistime = abcticks(h->speed); in ReadABC()
4220 thistime <<= 1; in ReadABC()
4224 thistime -= abcgrace; in ReadABC()
4228 abcgrace -= thistime; in ReadABC()
4650 thistime <<= 1; in ReadABC()
4654 thistime -= abcgrace; in ReadABC()
4658 abcgrace -= thistime; in ReadABC()
4684 thistime <<= 1; in ReadABC()
4688 thistime -= abcgrace; in ReadABC()
4692 abcgrace -= thistime; in ReadABC()
[all …]
/dports/sysutils/ganglia-monitor-core/ganglia-3.7.2/include/
H A Dgm_file.h26 float timediff (const struct timeval *thistime,
/dports/games/hs-scroll/scroll-1.20180421/
H A DPeruser.hs31 thistime <- randM random
32 if thistime
/dports/www/srg/srg-1.3.6/src/
H A DLocationReport.cc207 time_t thistime = (*iter); in generate_report() local
210 ctime(&thistime)); in generate_report()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/qemu-iotests/
H A Dtestrunner.py154 thistime: Optional[float] = None,
177 if thistime:
302 lasttime=last_el, thistime=res.elapsed,
/dports/emulators/qemu/qemu-6.2.0/tests/qemu-iotests/
H A Dtestrunner.py154 thistime: Optional[float] = None,
177 if thistime:
303 lasttime=last_el, thistime=res.elapsed,
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_amqp/
H A Dmod_amqp_producer.c486 static unsigned int thistime = 0; in mod_amqp_producer_thread() local
512 times[thistime++] = switch_time_now() - start; in mod_amqp_producer_thread()
513 if (thistime >= TIME_STATS_TO_AGGREGATE) { in mod_amqp_producer_thread()
529 thistime = 0; in mod_amqp_producer_thread()
/dports/mail/mailsync/mailsync-5.2.1/src/
H A Dchannel.h43 MsgIdsPerMailbox& thistime);
/dports/emulators/qemu60/qemu-6.0.0/tests/qemu-iotests/
H A Dtestrunner.py155 thistime: Optional[float] = None,
178 if thistime:
314 lasttime=last_el, thistime=res.elapsed,
/dports/games/xonotic/Xonotic/misc/tools/all/
H A Dgit.subr168 if ! thistime=`mirrorspeed "$bmb_url$testrepo"`; then
172 thistime=$(($thistime $bmb_fudge))
173 msg "-> $thistime"
179 besttime=$thistime
195 besttime=$thistime
207 if [ $thistime -gt $besttime ]; then
209 elif [ $thistime -lt $besttime ]; then
212 besttime=$thistime
/dports/audio/snack/snack2.2.10/mac/
H A DjkAudIO_mac.c780 int thistime; in SnackAudioRead() local
807 thistime = min(remain, db->dbNumFrames); in SnackAudioRead()
811 thistime * bytesPerFrame); in SnackAudioRead()
812 remain -= thistime; in SnackAudioRead()
813 db->dbNumFrames -= thistime; in SnackAudioRead()
814 gotframes += thistime; in SnackAudioRead()

123456789