Searched refs:Now (Results 1 - 25 of 189) sorted by relevance

12345678

/xsrc/external/mit/freetype/dist/builds/
H A Dlink_dos.mk20 # Now include the main sub-makefile. It contains all the rules used to
H A Dlink_std.mk20 # Now include the main sub-makefile. It contains all the rules used to
H A Ddetect.mk89 # Now, include all detection rule files found in the `builds/<system>'
/xsrc/external/mit/freetype/dist/docs/reference/stylesheets/
H A Dextra.css103 /* Now like a table header */
174 /* Now like a table header */
/xsrc/external/mit/freetype/dist/builds/unix/
H A Dunix.mk33 # Now include the main sub-makefile. It contains all the rules used to
/xsrc/external/mit/MesaLib/dist/docs/
H A Dandroid.rst39 Now, use that cross file for your Android build directory (as in this
68 Now you can replace drivers as in:
122 Now, restart the UI to do a full reload:
134 Now, replacing your DRI driver with a new one built for Android should
H A Dfaq.rst86 This wasn't easy in the past. Now, the DRI drivers are included in the
H A Dreleasing.rst195 Now go to
/xsrc/external/mit/MesaLib/dist/docs/ci/
H A DLAVA.rst41 ``/etc/lava-dispatcher/device-types``). Now, go find a relevant
81 Now it's time to define your test jobs in the driver-specific
H A Dbare-metal.rst160 Now, set ``download-url`` in your ``traces-*.yml`` entry to something like
/xsrc/external/mit/xinit/dist/
H A Dstartx.cpp44 XCOMM Now the "old" compiled path
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dsync.c2679 static XSyncValue Now; variable in typeref:typename:XSyncValue
2685 unsigned long maxis = XSyncValueHigh32(Now);\
2686 if (millis < XSyncValueLow32(Now)) maxis++;\
2687 XSyncIntsToValue(&Now, millis, maxis);\
2705 if (XSyncValueGreaterOrEqual(Now, *pnext_time))
2712 XSyncValueSubtract(&delay, *pnext_time, Now, &overflow);
2731 if (XSyncValueGreaterOrEqual(Now, *pnext_time))
2733 SyncChangeCounter(ServertimeCounter, Now);
2742 *pValue_return = Now;
2769 XSyncIntsToValue(&Now, GetTimeInMilli
[all...]
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dsync.c2558 static int64_t Now; variable in typeref:typename:int64_t
2564 unsigned long maxis = Now >> 32;
2566 if (millis < (Now & 0xffffffff))
2569 Now = ((int64_t)maxis << 32) | millis;
2584 if (Now >= *pnext_time) {
2588 timeout = *pnext_time - Now;
2603 if (Now >= *pnext_time) {
2604 SyncChangeCounter(ServertimeCounter, Now);
2613 *pValue_return = Now;
2636 Now
[all...]
/xsrc/external/mit/imake/dist/
H A Dmdepend.cpp239 trap "" 1 2 13 15 # Now we are committed
/xsrc/external/mit/ctwm/dist/cmake_files/
H A Dgen_source_files.cmake94 # Now, what's our process for going from the intermediate .c.in file to
140 # Now handle the first step; turning the original source .c.in into the
H A Dbuild_options.cmake28 # Now check what's set, make sure we can find stuff, and configure bits
/xsrc/external/mit/MesaLib/dist/docs/drivers/
H A Dsvga3d.rst205 - xf86-video-vmware: Now, once libxatracker is installed, we proceed
271 Now try to load the kernel module by issuing
/xsrc/external/mit/fontconfig/dist/m4/
H A Dgettext.m4196 dnl Now see whether libintl exists and does not depend on libiconv.
220 dnl Now see whether libintl exists and depends on libiconv.
/xsrc/external/mit/xgc/dist/
H A Dgram.c1226 YYDPRINTF ((stderr, "Now at end of input.\n"));
1441 /* Now 'shift' the result of the reduction. Determine what state
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
H A Dparser.c1397 YYDPRINTF ((stderr, "Now at end of input.\n"));
1798 /* Now `shift' the result of the reduction. Determine what state
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinprefsyacc.c1531 YYDPRINTF ((stderr, "Now at end of input.\n"));
1892 /* Now `shift' the result of the reduction. Determine what state
/xsrc/external/mit/libdrm/dist/man/
H A Ddrm-kms.7.rst112 buffer big enough for your selected mode. Now you can create a framebuffer
/xsrc/external/mit/MesaLib/dist/docs/isl/
H A Dformats.rst139 GL_EXT_texture_sRGB_decode` simultaneously obsolete and very confusing. Now,
/xsrc/external/mit/ctwm/dist/
H A DCHANGES.md191 if this were the case. Now fixed. Reported by Richard Levitte.
1015 1. Fix the way menu entries are selected with the keyboard. Now
1088 windows. I did this when I got bored of having icons. Now I have no
1180 1. Now if the string "$currentworkspace" is present inside the string
1491 1. Now ctwm tries to use welcome.xwd instead of welcome.xpm if it exists.
1643 1. Now the welcome file can be of any type understood by ctwm. So it must
1658 1. Now, WindowRing can be specified without argument, in this case all
1760 workspaces. Now the `WM_OCCUPATION` property on each window is a null
2176 1. Now if you don't specify any background/foreground/pixmap indication
/xsrc/external/mit/ctwm/dist/doc/devman/
H A Dprinciples.adoc57 with `XQueryTree()`. Now that we have _OTP_ (see later), this should be

Completed in 59 milliseconds

12345678