Searched refs:time_stamp (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/add-ons/media/media-add-ons/dvb/
H A DPacket.h35 Packet(const void *data, size_t size, bigtime_t time_stamp = 0);
45 void SetTimeStamp(bigtime_t time_stamp);
76 Packet::SetTimeStamp(bigtime_t time_stamp) argument
78 fTimeStamp = time_stamp;
H A DPacket.cpp60 Packet::Packet(const void *data, size_t size, bigtime_t time_stamp) argument
64 , fTimeStamp(time_stamp)
/haiku-fatelf/src/bin/gzip/
H A Dzip.c31 * The variables time_stamp and save_orig_name are initialized.
55 put_long(time_stamp);
H A Dgzip.c222 long time_stamp; /* original time stamp (modification time) */ variable
642 time_stamp = 0; /* time unknown by default */
652 time_stamp = istat.st_mtime;
748 time_stamp = no_time && !list ? 0 : istat.st_mtime;
1152 * Updates time_stamp if there is one and --no-time is not used.
1221 if (stamp != 0 && !no_time) time_stamp = stamp;
1324 * IN assertions: time_stamp, header_bytes and ifile_size are initialized.
1388 date = ctime((time_t*)&time_stamp) + 4; /* skip the day of the week */
1625 if (decompress && time_stamp != 0 && ifstat->st_mtime != time_stamp) {
[all...]
H A Dgzip.h148 extern long time_stamp; /* original time stamp (modification time) */
/haiku-fatelf/src/apps/mediaplayer/supplier/
H A DMediaTrackAudioSupplier.cpp33 bigtime_t time_stamp; member in struct:MediaTrackAudioSupplier::Buffer
351 buffer->time_stamp = 0;
416 if (buffer->time_stamp < result->time_stamp)
463 buffer->time_stamp = system_time();
490 buffer->time_stamp = time;
521 buffer->time_stamp = time;
536 buffer->time_stamp = time;
/haiku-fatelf/src/bin/gdb/gdb/osf-share/
H A Dcma_tcb_defs.h156 cma_t_integer time_stamp; /* Abs. time in ticks of last update */ member in struct:CMA__T_TCB_SCHED
/haiku-fatelf/src/bin/gdb/bfd/
H A DpeXXigen.c1224 bfd_vma time_stamp;
1240 time_stamp = bfd_get_32 (abfd, data + i + 4 + dataoff);
1247 (unsigned long) time_stamp,
1350 if (time_stamp != 0
1386 long time_stamp;
1453 edt.time_stamp = bfd_get_32 (abfd, data + 4);
1475 _("Time/Date stamp \t\t%lx\n"), (unsigned long) edt.time_stamp);
1223 bfd_vma time_stamp; local
1385 long time_stamp; member in struct:EDT_type

Completed in 68 milliseconds