Searched refs:below (Results 1 - 25 of 584) sorted by relevance

1234567891011>>

/xsrc/external/mit/fontconfig/dist/conf.d/
H A D20-unhint-small-vera.conf7 disabled below 8 ppem, but FreeType ignores those, preferring to use
/xsrc/local/programs/ttf2wsfont/
H A Dmain.c41 int baseline, above = 0, below = 0, advance = 0; variable in typeref:typename:int
68 if (new_below > below) below = new_below;
113 printf("above: %d below: %d advance: %d\n", above, below, advance);
116 cell_height = above + below;
/xsrc/external/mit/ctwm/dist/
H A Dotp.c58 OtpWinList *below; member in struct:OtpWinList
238 if(owl->below == NULL) {
242 assert(owl->below->above == owl);
255 priority, owl->below->twm_win->name,
360 owl->above->below = owl->below;
362 if(owl->below != NULL) {
363 owl->below->above = owl->above;
368 owl->below = NULL;
381 owl = owl->below;
[all...]
/xsrc/external/mit/MesaLib/dist/docs/
H A Drelease-calendar.rst9 The table below lists the date and release manager that is expected to
H A Dcodingstyle.rst8 following is applicable. If the guidelines below don't cover something,
46 /* null-out pointer to prevent dangling reference below */
53 bufferObj = NULL; /* prevent dangling reference below */
/xsrc/external/mit/MesaLib/dist/.gitlab/issue_templates/
H A DBug Report.md9 Otherwise, please fill the requested information below.
15 Please post `inxi -GSC -xx` output ([fenced with triple backticks](https://docs.gitlab.com/ee/user/markdown.html#code-spans-and-blocks)) OR fill information below manually
H A DBug Report - AMD Radeon Vulkan.md9 Otherwise, fill the requested information below.
43 Please post `inxi -GSC -xx` output ([fenced with triple backticks](https://docs.gitlab.com/ee/user/markdown.html#code-spans-and-blocks)) OR fill information below manually
/xsrc/external/mit/ctwm/dist/cmake_files/
H A Dcompiler_feature_checks.cmake24 # with the manual one below, the added arg doesn't apply in
25 # check_symbol_exists(), so it screws up the tests below. I'm unable
28 # like we do our found C99_FLAG below, so...
H A Dsetup_yacc.cmake12 # BISON_TARGET() below.
/xsrc/external/mit/xterm/dist/vttests/
H A Ddecsed.pl109 erases with the DECSED value (0=below, 1=above, 2=all=default),
/xsrc/external/mit/libdrm/dist/man/
H A DdrmHandleEvent.3.rst27 parameters noted below:
/xsrc/external/mit/makedepend/dist/
H A Dparse.c337 int first, last, below; local in function:define2
353 below = first = 0;
376 below = first;
381 below = last = middle - 1;
398 dest = file->i_defs + below + 1;
/xsrc/external/mit/xauth/dist/
H A DREADME.md40 few clarification below.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdlib_128_avx2.inl31 // the only operations below ones that replace AVX (1) operations.
H A Dsimdlib_256_avx512_core.inl31 // the only operations below ones that replace AVX (2) operations.
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdlib_128_avx2.inl31 // the only operations below ones that replace AVX (1) operations.
/xsrc/external/mit/xset/dist/
H A Dconfigure.ac46 # This is used below to allow <X11/Xlib.h> to be found
/xsrc/external/mit/xterm/dist/unicode/
H A Dconvmap.pl127 * NOTE: The comments in the table below contain the actual character
/xsrc/external/mit/ctwm/dist/doc/devman/
H A Dfunctions.adoc28 case of <<example-gotoworkspace>> as described below takes an argument,
34 below where the <<impl-functions-defs-sections>> are discussed.
72 functions; see the <<impl-dispatch>> section below for details.
114 <<example-gotoworkspace>> below) or one that doesn't.
165 special cases described below. Most f.functions simply run through to an
/xsrc/external/mit/libdrm/dist/
H A DCONTRIBUTING.rst61 below criteria:
/xsrc/external/mit/freetype/dist/builds/windows/
H A Ddetect.mk42 # DOS 7.x (the MS-DOS version that lies below Windows) without actually
/xsrc/external/mit/xdpyinfo/dist/
H A Dconfigure.ac43 # This is used below to allow <X11/Xlib.h> to be found
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/
H A Dxa_tracker.h.in73 * pixman formats, but with the below macros and a format type map,
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A D00-mesa-defaults.conf233 <!-- The GL thread whitelist is below, workarounds are above.
352 <!-- Adaptive sync blacklist follows below: -->
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/lib/
H A Dgk110.asm192 // These 2 sources are calculated in the first two lines below, and then
195 // or <= 0 (denorm). Those cases will be handled respectively below
258 // steps below. Take 2 as a threshold in exponent field, and multiply
282 // In the code below, each step is written as:

Completed in 12 milliseconds

1234567891011>>