Searched refs:day (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmx-config.h54 * dd: day 01-31
63 #define DMX_VENDOR_RELEASE(major,minor,year,month,day) \
68 ((day) * 1)
H A Ddmxinit.c563 int major, minor, year, month, day; local in function:InitOutput
575 day = vendrel;
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
65 glRotatef ((GLfloat) day, 0.0, 1.0, 0.0);
87 day = (day + 10) % 360;
91 day = (day - 10) % 360;
/xsrc/external/mit/MesaLib/dist/bin/
H A Dgen_calendar_entries.py88 day = quarter.isoweekday()
89 if day > 3:
93 return quarter.replace(day=quarter.day - day + 3 + 14)
94 elif day < 3:
95 quarter = quarter.replace(day=quarter.day + 3 - day)
96 return quarter.replace(day
[all...]
H A Dgen_calendar_entries_test.py64 assert d.day == 15
70 assert d.day == 16
76 assert d.day == 13
107 assert date.day == expected
126 assert date.day == expected
145 assert date.day == expected
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/openswr/
H A Dfaq.rst133 day-to-day development with laptops and desktop CPUs.
/xsrc/external/mit/MesaLib/dist/docs/drivers/openswr/
H A Dfaq.rst133 day-to-day development with laptops and desktop CPUs.
/xsrc/external/mit/xterm/dist/unicode/
H A Dconvmap.pl115 * The keysym -> UTF-8 conversion will hopefully one day be provided
/xsrc/external/mit/xdpyinfo/dist/
H A Dxdpyinfo.c303 int major, minor, year, month, day; local in function:print_display_info
313 day = vendrel;
328 && day >= 1 && day <= 31)
330 major, minor, year, month, day);
/xsrc/external/mit/MesaLib/dist/docs/
H A Dhistory.rst22 popped into my head one day. SGI had asked me not to use the terms
/xsrc/external/mit/MesaLib/dist/docs/ci/
H A Dindex.rst202 container update from the same day, you will get a Git conflict
/xsrc/external/mit/freetype/dist/src/truetype/
H A Dttinterp.c6540 dax, day, local in function:Ins_ISECT
6572 day = SUB_LONG( exc->zp1.cur[a1].y, exc->zp1.cur[a0].y );
6578 FT_MulDiv( day, dbx, 0x40 ) );
6580 FT_MulDiv( day, dby, 0x40 ) );
6596 R.y = FT_MulDiv( val, day, discriminant );
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp7197 float dax = 0.0f, day = 0.0f, dist_axial = 0.0f; local in function:NavScoreItem
7202 day = dby;
7210 day = dcy;
7224 ImFormatString(buf, IM_ARRAYSIZE(buf), "dbox (%.2f,%.2f->%.4f)\ndcen (%.2f,%.2f->%.4f)\nd (%.2f,%.2f->%.4f)\nnav %c, quadrant %c", dbx, dby, dist_box, dcx, dcy, dist_center, dax, day, dist_axial, "WENS"[g.NavMoveDir], "WENS"[quadrant]);
7281 if ((g.NavMoveDir == ImGuiDir_Left && dax < 0.0f) || (g.NavMoveDir == ImGuiDir_Right && dax > 0.0f) || (g.NavMoveDir == ImGuiDir_Up && day < 0.0f) || (g.NavMoveDir == ImGuiDir_Down && day > 0.0f))
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp7197 float dax = 0.0f, day = 0.0f, dist_axial = 0.0f; local in function:NavScoreItem
7202 day = dby;
7210 day = dcy;
7224 ImFormatString(buf, IM_ARRAYSIZE(buf), "dbox (%.2f,%.2f->%.4f)\ndcen (%.2f,%.2f->%.4f)\nd (%.2f,%.2f->%.4f)\nnav %c, quadrant %c", dbx, dby, dist_box, dcx, dcy, dist_center, dax, day, dist_axial, "WENS"[g.NavMoveDir], "WENS"[quadrant]);
7281 if ((g.NavMoveDir == ImGuiDir_Left && dax < 0.0f) || (g.NavMoveDir == ImGuiDir_Right && dax > 0.0f) || (g.NavMoveDir == ImGuiDir_Up && day < 0.0f) || (g.NavMoveDir == ImGuiDir_Down && day > 0.0f))
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.0.rst1627 - ci: Disable tests that showed intermittent fails on a530 in day 1.
H A D21.3.0.rst3662 - freedreno/ci: Take fd farm offline for moving day
H A D21.1.0.rst1862 - ci/freedreno: Add three more a5xx flakes from the last day.

Completed in 68 milliseconds