| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmx-config.h | 52 * 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 D | dmxinit.c | 563 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 D | planet.c | 42 * 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 D | update-copyright | 3 # 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 D | extensions_table.c | 46 .year = yyyy \
|
| H A D | extensions.h | 83 uint16_t year; member in struct:mesa_extension
|
| H A D | extensions.c | 338 * 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 D | extensions_table.c | 46 .year = yyyy \
|
| H A D | extensions.h | 83 uint16_t year; member in struct:mesa_extension
|
| H A D | extensions.c | 352 * 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 D | application-issues.rst | 32 variable to the approximate release year of the game. This will cause 34 than the given year.
|
| H A D | download.rst | 15 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 D | submittingpatches.rst | 282 - 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 D | envvars.rst | 84 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 D | gen_calendar_entries_test.py | 66 assert d.year == 2020 72 assert d.year == 2019 78 assert d.year == 2021
|
| /xsrc/external/mit/xdpyinfo/dist/ |
| H A D | xdpyinfo.c | 303 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 D | 18.2.3.rst | 65 - Revert "mesa: remove unnecessary 'sort by year' for the GL
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | initextx.c | 681 /* 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 D | ac_rgp.c | 134 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 D | edid.h | 402 int year; member in struct:vendor
|
| H A D | interpret_edid.c | 353 r->year = YEAR;
|
| H A D | print_edid.c | 47 xf86DrvMsg(scrnIndex, X_INFO, "Year: %u Week: %u\n", c->year, c->week);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/ |
| H A D | print_edid.c | 47 xf86DrvMsg(scrnIndex, X_INFO, "Year: %u Week: %u\n", c->year, c->week);
|
| H A D | edid.h | 402 int year; member in struct:vendor
|
| H A D | interpret_edid.c | 451 r->year = YEAR;
|