Searched refs:above (Results 1 - 25 of 829) sorted by relevance

1234567891011>>

/xsrc/local/programs/ttf2wsfont/
H A Dmain.c10 * 1. Redistributions of source code must retain the above copyright
12 * 2. Redistributions in binary form must reproduce the above copyright
41 int baseline, above = 0, below = 0, advance = 0; variable in typeref:typename:int
67 if (new_above > above) above = new_above;
113 printf("above: %d below: %d advance: %d\n", above, below, advance);
115 baseline = above;
116 cell_height = above + below;
136 start * width + /* pixels above baselin
[all...]
/xsrc/external/mit/ctwm/dist/
H A Dotp.c57 OtpWinList *above; member in struct:OtpWinList
230 for(owl = Scr->bottomOwl; owl != NULL; owl = owl->above) {
242 assert(owl->below->above == owl);
359 if(owl->above != NULL) {
360 owl->above->below = owl->below;
363 owl->below->above = owl->above;
366 Scr->bottomOwl = owl->above;
369 owl->above = NULL;
374 * For the purpose of putting a window above anothe
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/
H A Dopenswr.rst10 This rasterizer is x86 specific and requires AVX or above. The driver
/xsrc/external/mit/MesaLib/dist/docs/drivers/
H A Dopenswr.rst10 This rasterizer is x86 specific and requires AVX or above. The driver
/xsrc/external/mit/xinit/dist/launchd/privileged_startx/
H A D20-font_cache.cpp12 XCOMM The above copyright notice and this permission notice shall be
24 XCOMM Except as contained in this notice, the name(s) of the above
H A D10-tmpdirs.cpp12 XCOMM The above copyright notice and this permission notice shall be
24 XCOMM Except as contained in this notice, the name(s) of the above
56 # against the above check)
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/resources/
H A Dimages.rc11 * The above copyright notice and this permission notice shall be included in
22 * Except as contained in this notice, the name(s) of the above copyright
/xsrc/external/mit/xf86-video-openchrome/dist/
H A Dacinclude.m45 dnl the above copyright notice appear in all copies and that both that
9 dnl The above copyright notice and this permission notice shall be included
53 dnl the above copyright notice appear in all copies and that both that
57 dnl The above copyright notice and this permission notice shall be included
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc_fmt_def.inc11 * The above copyright notice and this permission notice (including the next
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/openswr/
H A Dusage.rst7 * An x86 processor with AVX or above
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc_fmt_def.inc11 * The above copyright notice and this permission notice (including the next
/xsrc/external/mit/MesaLib/dist/docs/drivers/openswr/
H A Dusage.rst7 * An x86 processor with AVX or above
/xsrc/external/mit/libvdpau/dist/
H A Dacinclude.m420 # to whom the Software is furnished to do so, provided that the above
22 # the Software and that both the above copyright notice(s) and this
/xsrc/external/mit/util-macros/dist/
H A Dxorgversion.m45 dnl the above copyright notice appear in all copies and that both that
9 dnl The above copyright notice and this permission notice shall be included
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A DquartzCocoa.m19 * The above copyright notice and this permission notice shall be included in
30 * Except as contained in this notice, the name(s) of the above copyright
/xsrc/external/mit/xorg-server/dist/hw/xquartz/pbproxy/
H A Dapp-main.m13 * The above copyright notice and this permission notice shall be
25 * Except as contained in this notice, the name(s) of the above
H A Dmain.m13 * The above copyright notice and this permission notice shall be
25 * Except as contained in this notice, the name(s) of the above
H A Dx-input.m13 * The above copyright notice and this permission notice shall be
25 * Except as contained in this notice, the name(s) of the above
/xsrc/external/mit/xorg-server.old/dist/
H A Dxorg-server.m45 dnl the above copyright notice appear in all copies and that both that
9 dnl The above copyright notice and this permission notice shall be included
/xsrc/external/mit/xorg-server/dist/
H A Dxorg-server.m45 dnl the above copyright notice appear in all copies and that both that
9 dnl The above copyright notice and this permission notice shall be included
/xsrc/external/mit/luit/dist/
H A Dacinclude.m49 dnl provided that the above copyright notice appear in all copies and that
11 dnl supporting documentation, and that the name of the above listed
/xsrc/external/mit/imake/dist/
H A Dmergelib.cpp7 XCOMM that the above copyright notice appear in all copies and that both that
11 XCOMM The above copyright notice and this permission notice shall be included in
/xsrc/external/mit/freetype/dist/builds/cmake/
H A DFindHarfBuzz.cmake6 # * Redistributions of source code must retain the above copyright notice, this
8 # * Redistributions in binary form must reproduce the above copyright notice,
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/pbproxy/
H A Dapp-main.m12 The above copyright notice and this permission notice shall be
24 Except as contained in this notice, the name(s) of the above
/xsrc/external/mit/xterm/dist/vttests/
H A Ddecsed.pl18 # The above copyright notice and this permission notice shall be included
29 # Except as contained in this notice, the name(s) of the above copyright
109 erases with the DECSED value (0=below, 1=above, 2=all=default),

Completed in 10 milliseconds

1234567891011>>