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

/haiku/src/tests/add-ons/kernel/drivers/hpet/
H A Dmain.cpp28 bigtime_t timeValue = 2000000; local
30 status = ioctl(hpetFD, HPET_WAIT_TIMER, &timeValue, sizeof(timeValue));
33 timeValue = 5000000;
35 status = ioctl(hpetFD, HPET_WAIT_TIMER, &timeValue, sizeof(timeValue));
38 timeValue = 1000000;
40 status = ioctl(hpetFD, HPET_WAIT_TIMER, &timeValue, sizeof(timeValue));
/haiku/headers/os/locale/
H A DRelativeDateTimeFormat.h36 status_t Format(BString& string, const time_t timeValue) const;
/haiku/src/preferences/locale/
H A DFormatSettingsView.cpp375 time_t timeValue = (time_t)time(NULL); local
385 dateFormat.Format(result, timeValue, B_FULL_DATE_FORMAT);
388 dateFormat.Format(result, timeValue, B_LONG_DATE_FORMAT);
391 dateFormat.Format(result, timeValue, B_MEDIUM_DATE_FORMAT);
394 dateFormat.Format(result, timeValue, B_SHORT_DATE_FORMAT);
397 timeFormat.Format(result, timeValue, B_FULL_TIME_FORMAT);
400 timeFormat.Format(result, timeValue, B_LONG_TIME_FORMAT);
403 timeFormat.Format(result, timeValue, B_MEDIUM_TIME_FORMAT);
406 timeFormat.Format(result, timeValue, B_SHORT_TIME_FORMAT);
/haiku/src/bin/addattr/
H A DaddAttr.cpp121 time_t timeValue = parsedate(value, time(NULL)); local
122 if (timeValue < 0)
125 return writeAttrValue<time_t>(fd, name, B_TIME_TYPE, timeValue);
/haiku/src/kits/locale/
H A DRelativeDateTimeFormat.cpp122 const time_t timeValue) const
134 UDate UTimeValue = (UDate)timeValue * 1000;
/haiku/src/kits/tracker/
H A DWidgetAttributeText.cpp163 time_t timeValue = (time_t)value; local
179 if (formatter.Format(date, timeValue, formats[i].dateStyle,
192 && BDateFormat().Format(date, timeValue,
H A DFindPanel.cpp396 time_t timeValue = time(0); local
400 localtime_r(&timeValue, &timeData);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.cpp866 int64 timeValue = *(int64*)value >> INODE_TIME_SHIFT;
867 compare = compareKeys(fType, &timeValue, sizeof(int64), &fValue.Int64,

Completed in 101 milliseconds