Searched refs:timestamp (Results 26 - 50 of 69) sorted by relevance

123

/haiku/src/add-ons/kernel/file_cache/
H A Drule_based_prefetcher.cpp66 bigtime_t timestamp; member in struct:head
132 bigtime_t timestamp; member in struct:team_rules
252 timestamp = 0;
551 head->used_count - fAppliedCount, head->timestamp);
586 fRules->timestamp = system_time();
643 bigtime_t diff = system_time() - fRules->timestamp;
654 head->timestamp = (head->timestamp * (head->used_count - 1) + diff) / head->used_count;
H A Dlaunch_speedup.cpp61 bigtime_t timestamp; member in struct:node
331 node->timestamp = system_time();
604 // ToDo: order nodes by timestamp... (should improve launch speed)
/haiku/headers/os/device/
H A DJoystick.h33 bigtime_t timestamp; member in class:BJoystick
/haiku/headers/os/media/
H A DMediaRecorder.h29 bigtime_t timestamp, void* data,
/haiku/src/add-ons/translators/raw/
H A DLibRAW.h39 time_t timestamp; member in struct:image_meta_info
H A DRAW.h36 time_t timestamp; member in struct:image_meta_info
/haiku/src/add-ons/kernel/drivers/midi/usb_midi/
H A Dusb_midi.h101 bigtime_t timestamp; /* Is this needed? Currently set but never read */ member in struct:usbmidi_device_info
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DInode.h296 void GetChangeTime(struct timespec& timestamp) const;
298 void GetModificationTime(struct timespec& timestamp) const;
300 void GetAccessTime(struct timespec& timestamp) const;
302 void GetCreationTime(struct timespec& timestamp) const;
/haiku/src/bin/mail_utils/
H A Dmail2mbox.cpp267 time_t timestamp = gDateStampTime++; local
269 messageText.Append(ctime(&timestamp));
/haiku/src/kits/device/
H A DJoystick.cpp49 timestamp(0),
247 timestamp = *values->timestamp;
/haiku/src/add-ons/input_server/devices/tablet/
H A DTabletInputDevice.cpp339 movements.timestamp, movements.buttons, movements.xpos,
356 movements.timestamp, movements.buttons, movements.xpos,
380 if (message->AddInt64("when", movements.timestamp) == B_OK
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp390 BString timestamp("");
391 fLog.CopyInto(timestamp, index, end - index + 1);
392 timestamp += password;
394 MD5Digest((unsigned char*)timestamp.String(), md5sum);
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.h168 static void RecordFile(void * cookie, bigtime_t timestamp, void * data, size_t size, const media_format & format);
H A DRecorderWindow.cpp602 bigtime_t timestamp = fPlayTrack->CurrentTime(); local
603 fTrackSlider->SetMainTime(timestamp, false);
604 fScopeView->SetMainTime(timestamp);
1211 RecorderWindow::RecordFile(void* cookie, bigtime_t timestamp,
/haiku/src/add-ons/kernel/partitioning_systems/sun/
H A Dsun.cpp53 uint32_t timestamp[8]; member in struct:sun_vtoc::__anon3
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A Dtcp.cpp115 // combine with timestamp
128 option->timestamp.value = htonl(segment.timestamp_value);
129 option->timestamp.reply = htonl(segment.timestamp_reply);
224 segment.timestamp_value = ntohl(option->timestamp.value);
226 ntohl(option->timestamp.reply);
H A Dtcp.h213 } timestamp; member in union:tcp_option::__anon12
/haiku/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.cpp491 movements.timestamp, remappedButtons, deltaX, deltaY);
506 movements.timestamp, remappedButtons, deltaX, deltaY);
516 if (message->AddInt64("when", movements.timestamp) == B_OK
/haiku/src/add-ons/input_server/devices/keyboard/
H A DKeyboardInputDevice.cpp321 keyInfo.timestamp, isKeyDown, keycode);
407 message->AddInt64("when", keyInfo.timestamp);
447 msg->AddInt64("when", keyInfo.timestamp);
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVCodecDecoder.cpp963 // input, and it makes our timestamp computations fail.
1274 char timestamp[AV_TS_MAX_STRING_SIZE]; local
1275 av_ts_make_time_string(timestamp,
1278 timestamp);
1597 char timestamp[AV_TS_MAX_STRING_SIZE]; local
1598 av_ts_make_time_string(timestamp,
1602 timestamp, fHeader.u.raw_video.field_sequence);
/haiku/src/add-ons/kernel/file_systems/udf/
H A DIcb.cpp193 timestamp ts;
210 timestamp ts;
H A DUdfStructures.cpp224 // timestamp
246 timestamp::timestamp(time_t time) function in class:timestamp
310 timestamp::dump() const
312 DUMP_INIT("timestamp");
327 timestamp::_clear()
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_keyboard.cpp209 keyInfo.timestamp = system_time();
221 keyInfo.timestamp = dev->history[0].time;
/haiku/src/add-ons/input_server/devices/serial_mouse/
H A DSerialMouse.cpp387 mm->timestamp = system_time();
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.cpp1655 mixval.timestamp = mixext.timestamp;
1778 mixval.timestamp = mixext.timestamp;
1785 mixval.timestamp = mixext.timestamp;

Completed in 304 milliseconds

123