Searched refs:year (Results 1 - 25 of 38) sorted by relevance

12

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmx-config.h52 * yy: year 00-99 [See Note 2]
56 * Note 2: The default epoch for the year is 2000.
63 #define DMX_VENDOR_RELEASE(major,minor,year,month,day) \
66 ((year-2000) * 10000) + \
H A Ddmxinit.c563 int major, minor, year, month, day; local in function:InitOutput
571 year = vendrel / 10000;
572 vendrel -= year * 10000;
578 if (major > 0 && minor > 0) year += 2000;
582 major, minor, year, month, day, VENDOR_STRING);
/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dplanet.c42 * Interaction: pressing the d and y keys (day and year)
48 static int year = 0, day = 0; variable in typeref:typename:int
63 glRotatef ((GLfloat) year, 0.0, 1.0, 0.0);
95 year = (year + 5) % 360;
99 year = (year - 5) % 360;
/xsrc/external/mit/freetype/dist/src/tools/
H A Dupdate-copyright3 # Run the `update-copyright-year' script on all files in the git repository,
12 | xargs $toolsdir/update-copyright-year
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dextensions_table.c46 .year = yyyy \
H A Dextensions.h83 uint16_t year; member in struct:mesa_extension
H A Dextensions.c338 * Compare two entries of the extensions table. Sorts first by year,
352 res = (int)e1->year - (int)e2->year;
375 /* Indices of the extensions sorted by year */
396 if (i->year <= maxYear &&
420 if (_mesa_extension_table[k].year <= maxYear &&
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dextensions_table.c46 .year = yyyy \
H A Dextensions.h83 uint16_t year; member in struct:mesa_extension
H A Dextensions.c352 * Compare two entries of the extensions table. Sorts first by year,
366 res = (int)e1->year - (int)e2->year;
389 /* Indices of the extensions sorted by year */
410 if (i->year <= maxYear &&
434 if (_mesa_extension_table[k].year <= maxYear &&
/xsrc/external/mit/MesaLib/dist/docs/
H A Dapplication-issues.rst32 variable to the approximate release year of the game. This will cause
34 than the given year.
H A Ddownload.rst15 year-based. Filenames are in the form ``mesa-Y.N.P.tar.gz``, where ``Y``
16 is the year (two digits), ``N`` is an incremental number (starting at 0)
H A Dsubmittingpatches.rst282 - By submitting a merge request against the ``staging/year.quarter``
359 staging/year.quarter branch, not on the year.quarter branch, per the
H A Denvvars.rst84 year. If this variable is set to year X, only extensions defined on
85 or before year X will be reported. This is to work-around a bug in
/xsrc/external/mit/MesaLib/dist/bin/
H A Dgen_calendar_entries_test.py66 assert d.year == 2020
72 assert d.year == 2019
78 assert d.year == 2021
/xsrc/external/mit/xdpyinfo/dist/
H A Dxdpyinfo.c303 int major, minor, year, month, day; local in function:print_display_info
309 year = vendrel / 10000;
310 vendrel -= year * 10000;
316 if (major > 0 && minor > 0) year += 2000;
326 && year >= 2000
330 major, minor, year, month, day);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D18.2.3.rst65 - Revert "mesa: remove unnecessary 'sort by year' for the GL
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dinitextx.c681 /* Check year of manufacture for sanity */
690 unsigned short year = buffer[6] | (buffer[7] << 8); local in function:checkedid2
698 /* Check year of manufacture for sanity */
699 if((year != 0) && ((year < 1990) || (year > 2030))) return FALSE;
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_rgp.c134 int32_t year; member in struct:sqtt_file_header
163 header->year = timep->tm_year;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ddc/
H A Dedid.h402 int year; member in struct:vendor
H A Dinterpret_edid.c353 r->year = YEAR;
H A Dprint_edid.c47 xf86DrvMsg(scrnIndex, X_INFO, "Year: %u Week: %u\n", c->year, c->week);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/
H A Dprint_edid.c47 xf86DrvMsg(scrnIndex, X_INFO, "Year: %u Week: %u\n", c->year, c->week);
H A Dedid.h402 int year; member in struct:vendor
H A Dinterpret_edid.c451 r->year = YEAR;

Completed in 71 milliseconds

12