Searched defs:year (Results 26 - 28 of 28) sorted by relevance

12

/haiku/headers/os/add-ons/graphics/
H A DAccelerant.h172 uint16 year; member in struct:__anon13::__anon14
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1587 int32 year = tm->tm_year + 1900; local
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h110 uint16 year() const { return B_LENDIAN_TO_HOST_INT16(_year); } function in class:timestamp
135 void set_year(uint16 year) { _year = B_HOST_TO_LENDIAN_INT16(year); } argument

Completed in 51 milliseconds

12