Searched refs:year (Results 26 - 39 of 39) sorted by relevance

12

/haiku/src/add-ons/kernel/bus_managers/mmc/
H A Dmmc_bus.cpp290 uint16_t year = 2000 + ((cid[0] >> 4) & 0xFF); local
301 { "mmc/year", B_UINT16_TYPE, {.ui16 = year}},
/haiku/headers/private/shared/
H A DDateTimeEdit.h151 void SetDate(int32 year, int32 month, int32 day);
/haiku/src/kits/shared/
H A DDateTimeEdit.cpp439 // if year add 2000
539 DateEdit::SetDate(int32 year, int32 month, int32 day) argument
541 fDate.SetDate(year, month, day);
600 message->AddInt32("year", fDate.Year());
702 int32 year = int32(fHoldValue / 100) * 100 + value; local
703 if (year >= 2000)
/haiku/docs/interface_guidelines/docbook-css/
H A Dcore.css29 userinput, varname, volumenum, wordasword, year {
/haiku/src/add-ons/accelerants/common/
H A Ddecode_edid.c39 vendor->year = raw->year + 1990;
H A Ddump_edid.c533 dprintf(" Produced in week/year: %u/%u\n", edid->vendor.week, edid->vendor.year);
/haiku/headers/os/add-ons/graphics/
H A DAccelerant.h172 uint16 year; member in struct:__anon13::__anon14
/haiku/headers/build/
H A DHaikuBuildCompatibility.h186 uint16 year; member in struct:__anon1::__anon2
/haiku/headers/private/graphics/common/
H A Dedid_raw.h53 uint8 year; // x+1990 member in struct:_PACKED
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1587 int32 year = tm->tm_year + 1900; local
1588 if (year < 2008)
1589 year = 2008;
1593 year);
/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
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_i2c.c460 LOG(4,("Produced in week/year: %d/%d\n", edid->vendor.week, edid->vendor.year));
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantHWInterface.cpp1021 info->produced.year = edid.vendor.year;
/haiku/src/preferences/screen/
H A DScreenWindow.cpp1401 if (info.produced.week != 0 && info.produced.year != 0
1404 " (%u/%u)", info.produced.week, info.produced.year);

Completed in 265 milliseconds

12