HomeSort by: relevance | last modified time | path
    Searched refs:month (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/
dmx-config.h 53 * mm: month 01-12
63 #define DMX_VENDOR_RELEASE(major,minor,year,month,day) \
67 ((month) * 100) + \
dmxinit.c 563 int major, minor, year, month, day; local
573 month = vendrel / 100;
574 vendrel -= month * 100;
582 major, minor, year, month, day, VENDOR_STRING);
  /xsrc/external/mit/xorg-cf-files/dist/
dmx.cf 19 * mm: month 01-12
29 #define DMX_VENDOR_RELEASE(major,minor,year,month,day) \
33 ((month) * 100) + \
  /xsrc/external/mit/MesaLib/dist/bin/
gen_calendar_entries_test.py 65 assert d.month == 1
71 assert d.month == 1
77 assert d.month == 1
  /xsrc/external/mit/xdpyinfo/dist/
xdpyinfo.c 303 int major, minor, year, month, day; local
311 month = vendrel / 100;
312 vendrel -= month * 100;
327 && month >= 1 && month <= 12
330 major, minor, year, month, day);
  /xsrc/external/mit/MesaLib/dist/src/amd/common/
ac_rgp.c 133 int32_t month; member in struct:sqtt_file_header
162 header->month = timep->tm_mon;

Completed in 23 milliseconds