Searched refs:year (Results 76 - 92 of 92) sorted by relevance

1234

/haiku-fatelf/src/bin/gawk/
H A Dbuiltin.c1407 long year; local
1422 & year, & month, & day,
1431 || year < year - 1900 || year - 1900 != (int) (year - 1900))
1440 then.tm_year = year - 1900;
/haiku-fatelf/src/bin/gdb/bfd/
H A Dnlmcode.h415 nlm_version_header (abfd)->year =
416 get_word (abfd, (bfd_byte *) thdr.year);
697 put_word (abfd, (bfd_vma) nlm_version_header (abfd)->year,
698 (bfd_byte *) thdr.year);
H A Dieee.c3160 INTn (year);
/haiku-fatelf/src/preferences/screen/
H A DScreenWindow.cpp1241 if (info.produced.week != 0 && info.produced.year != 0
1244 " (%u/%u)", info.produced.week, info.produced.year);
/haiku-fatelf/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h112 uint16 year() const { return B_LENDIAN_TO_HOST_INT16(_year); } function in class:timestamp
137 void set_year(uint16 year) { _year = B_HOST_TO_LENDIAN_INT16(year); } argument
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A DUdfStructures.h113 uint16 year() const { return B_LENDIAN_TO_HOST_INT16(_year); } function in class:Udf::timestamp
137 void set_year(uint16 year) { _year = B_HOST_TO_LENDIAN_INT16(year); } argument
/haiku-fatelf/src/add-ons/accelerants/nvidia/engine/
H A Dnv_i2c.c374 LOG(4,("Produced in week/year: %d/%d\n", edid->vendor.week, edid->vendor.year));
/haiku-fatelf/src/servers/app/drawing/
H A DAccelerantHWInterface.cpp973 info->produced.year = edid.vendor.year;
/haiku-fatelf/src/bin/network/wget/
H A Dmaint.mk346 # Each nonempty ChangeLog line must start with a year number, or a TAB.
768 # Run this rule once per year (usually early in January)
769 # to update all FSF copyright year lists in your project.
/haiku-fatelf/headers/libs/png/
H A Dpng.h302 * Libpng only has three year fields. One is a 2-byte unsigned integer
307 * "png_uint_16 year" in png_time_struct.
325 * clock time, which returns (year - 1900), which we properly convert to
326 * the full 4-digit year. There is a possibility that applications using
328 * function, or that they are incorrectly passing only a 2-digit year
329 * instead of "year - 1900" into the png_convert_from_struct_tm() function,
335 * integer to hold the year, and can hold years as large as 65535.
568 png_uint_16 year; /* full year, as in, 1995 */ member in struct:png_time_struct
569 png_byte month; /* month of year,
[all...]
/haiku-fatelf/src/libs/pdflib/libs/png/
H A Dpng.h246 * Libpng only has three year fields. One is a 2-byte unsigned integer
251 * "png_uint_16 year" in png_time_struct.
269 * clock time, which returns (year - 1900), which we properly convert to
270 * the full 4-digit year. There is a possibility that applications using
272 * function, or that they are incorrectly passing only a 2-digit year
273 * instead of "year - 1900" into the png_convert_from_struct_tm() function,
279 * integer to hold the year, and can hold years as large as 65535.
527 png_uint_16 year; /* full year, as in, 1995 */ member in struct:png_time_struct
528 png_byte month; /* month of year,
[all...]
H A Dpngrutil.c1831 mod_time.year = png_get_uint_16(buf);
/haiku-fatelf/src/bin/sharutils/doc/
H A Dtexinfo.tex1395 \space\number\year}
1401 %\space\number\day, \number\year}
/haiku-fatelf/src/bin/diffutils/config/
H A Dtexinfo.tex1802 \space\number\year}
/haiku-fatelf/src/bin/gdb/texinfo/
H A Dtexinfo.tex2182 \space\number\year}
/haiku-fatelf/src/libs/termcap/
H A Dtexinfo.tex1681 \space\number\year}
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dtexinfo.tex2568 \space\number\year}

Completed in 318 milliseconds

1234