HomeSort by: relevance | last modified time | path
    Searched refs:year (Results 1 - 25 of 51) sorted by relevancy

1 2 3

  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/
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) + \
dmxinit.c 563 int major, minor, year, month, day; local
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/
planet.c 42 * Interaction: pressing the d and y keys (day and year)
48 static int year = 0, day = 0; variable
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/
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/xorg-cf-files/dist/
dmx.cf 18 * yy: year 00-99 [See Note 2]
22 * Note 2: The default epoch for the year is 2000.
29 #define DMX_VENDOR_RELEASE(major,minor,year,month,day) \
32 ((year-2000) * 10000) + \
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
extensions_table.c 46 .year = yyyy \
extensions.h 81 /** Year the extension was proposed or approved. Used to sort the
83 uint16_t year; member in struct:mesa_extension
extensions.c 359 * Compare two entries of the extensions table. Sorts first by year,
373 res = (int)e1->year - (int)e2->year;
396 /* Indices of the extensions sorted by year */
417 if (i->year <= maxYear &&
441 if (_mesa_extension_table[k].year <= maxYear &&
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
extensions_table.c 46 .year = yyyy \
extensions.h 81 /** Year the extension was proposed or approved. Used to sort the
83 uint16_t year; member in struct:mesa_extension
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/bin/
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/
xdpyinfo.c 309 int major, minor, year, month, day; local
315 year = vendrel / 10000;
316 vendrel -= year * 10000;
322 if (major > 0 && minor > 0) year += 2000;
332 && year >= 2000
336 major, minor, year, month, day);
  /xsrc/external/mit/xf86-video-sis/dist/src/
initextx.c 681 /* Check year of manufacture for sanity */
690 unsigned short year = buffer[6] | (buffer[7] << 8); local
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/
ac_rgp.c 134 int32_t year; member in struct:sqtt_file_header
163 header->year = timep->tm_year;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/
print_edid.c 47 xf86DrvMsg(scrnIndex, X_INFO, "Year: %u Week: %u\n", c->year, c->week);
edid.h 109 #define YEAR _YEAR(GET(V_YEAR))
402 int year; member in struct:vendor
interpret_edid.c 451 r->year = YEAR;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ddc/
edid.h 110 #define YEAR _YEAR(GET(V_YEAR))
402 int year; member in struct:vendor
interpret_edid.c 353 r->year = YEAR;
print_edid.c 47 xf86DrvMsg(scrnIndex, X_INFO, "Year: %u Week: %u\n", c->year, c->week);
  /xsrc/external/mit/libICE/dist/
ltmain.sh 2227 year=`date +%Y`
2231 Copyright (C) $year Free Software Foundation, Inc.
  /xsrc/external/mit/libSM/dist/
ltmain.sh 2227 year=`date +%Y`
2231 Copyright (C) $year Free Software Foundation, Inc.
  /xsrc/external/mit/libX11/dist/
ltmain.sh 2227 year=`date +%Y`
2231 Copyright (C) $year Free Software Foundation, Inc.
  /xsrc/external/mit/libXau/dist/
ltmain.sh 2227 year=`date +%Y`
2231 Copyright (C) $year Free Software Foundation, Inc.

Completed in 43 milliseconds

1 2 3