| /xsrc/external/mit/libepoxy/dist/test/ |
| miscdefines.c | 43 #error missing GLAPI 47 #error missing GLAPIENTRY 51 #error missing GLAPIENTRYP 55 #error missing APIENTRY 59 #error missing APIENTRYP
|
| /xsrc/external/mit/libxcb/dist/ |
| check-pc-requires | 27 missing="" 43 case "$missing" in 45 missing=$m 48 missing="$missing $m" 55 case "$missing" in 60 echo $package adding dependency on $missing 61 sed -i '/^Requires.private:/s/$/ '"$missing"'/' $pcin 63 echo $package missing $missing [all...] |
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| atibus.h | 26 # error missing #include "ati.h" before #include "atibus.h"
|
| ativgaio.h | 26 # error missing #include "ati.h" before #include "ativgaio.h"
|
| atiwonderio.h | 26 # error missing #include "ati.h" before #include "atiwonderio.h"
|
| atidac.h | 26 # error missing #include "ati.h" before #include "atidac.h"
|
| /xsrc/external/mit/xkbcomp/dist/ |
| keymap.c | 165 unsigned missing; local 166 missing = required & (~have); 167 for (i = 0, bit = 1; missing != 0; i++, bit <<= 1) 169 if (missing & bit) 171 ERROR("Missing %s section in a %s file\n", 174 missing &= ~bit;
|
| keytypes.c | 1217 unsigned missing, keypadVMod; local 1219 missing = XkbAllRequiredTypes & (~info.stdPresent); 1221 if (XkbInitCanonicalKeyTypes(xkb, missing, keypadVMod) != Success) 1227 if (missing & XkbOneLevelMask) 1229 if (missing & XkbTwoLevelMask) 1231 if (missing & XkbAlphabeticMask) 1233 if (missing & XkbKeypadMask)
|
| /xsrc/external/mit/xcb-util/dist/renderutil/ |
| cache.c | 47 * If the server is missing support for any of the required depths on 66 pixmap_depths_usable (xcb_connection_t *c, uint32_t missing, xcb_pixmap_t pixmap, xcb_drawable_t root) 73 if (missing & DEPTH_MASK(d)) 103 uint32_t missing = REQUIRED_DEPTHS; local 107 missing &= ~DEPTH_MASK(depths.data->depth); 108 if (!missing) 121 if (!pixmap_depths_usable (c, missing, pixmap, root))
|
| /xsrc/external/mit/xf86-video-intel/dist/ |
| .gitignore | 38 missing
|
| /xsrc/external/mit/xf86-video-xgi/dist/ |
| .gitignore | 38 missing
|
| /xsrc/external/mit/libXft/dist/src/ |
| xftextent.c | 33 FT_UInt missing[XFT_NMISSING]; local 50 if (XftFontCheckGlyph (dpy, pub, FcFalse, *g++, missing, &nmissing)) 53 XftFontLoadGlyphs (dpy, pub, FcFalse, missing, nmissing);
|
| xftrender.c | 89 FT_UInt missing[XFT_NMISSING]; local 109 * Load missing glyphs 119 if (XftFontCheckGlyph (dpy, pub, FcTrue, g, missing, &nmissing)) 123 XftFontLoadGlyphs (dpy, pub, FcTrue, missing, nmissing); 252 FT_UInt missing[XFT_NMISSING]; local 276 * Load missing glyphs 287 if (XftFontCheckGlyph (dpy, pub, FcTrue, g, missing, &nmissing)) 291 XftFontLoadGlyphs (dpy, pub, FcTrue, missing, nmissing); 522 FT_UInt missing[XFT_NMISSING]; local 544 * Load missing glyphs. Have to load the [all...] |
| xftcore.c | 925 FT_UInt missing[XFT_NMISSING]; local 929 if (XftFontCheckGlyph (dpy, public, FcTrue, 0, missing, &nmissing)) 932 XftFontLoadGlyphs (dpy, public, glyphs_loaded, missing, nmissing); 955 FT_UInt missing[XFT_NMISSING]; local 962 * Load missing glyphs 969 if (XftFontCheckGlyph (dpy, public, FcTrue, *g++, missing, &nmissing)) 972 XftFontLoadGlyphs (dpy, public, FcTrue, missing, nmissing); 1087 FT_UInt missing[XFT_NMISSING]; local 1095 * Load missing glyphs 1105 if (XftFontCheckGlyph (dpy, public, FcTrue, glyphs[i].glyph, missing, &nmissing) 1234 FT_UInt missing[XFT_NMISSING]; local [all...] |
| xftglyphs.c | 718 * missing the glyph 1208 FT_UInt *missing, 1239 missing[n++] = glyph; 1242 XftFontLoadGlyphs (dpy, pub, need_bitmaps, missing, n); 1297 #define Missing ((FT_UInt) ~0)
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| fclang.c | 98 FcChar32 missing; local 138 missing = FcCharSetSubtractCount (&fcLangCharSets[i].charset, charset); 141 if (missing && missing < 10) 149 printf ("\n%s(%u) ", fcLangCharSets[i].lang, missing); 168 printf ("%s(%u) ", fcLangCharSets[i].lang, missing); 170 if (!missing) 213 * Beside the first all of them are allowed to be missing. If the 401 * is missing the country 418 /* see if super has a country while sub is missing one * 966 FcChar32 missing; local [all...] |
| fccharset.c | 958 FcChar32 missing; local 972 printf ("Missing leaf node at 0x%x\n", ci.ucs4); 998 if ((missing = FcCharSetSubtractCount (c, check))) 999 printf ("%d missing in reparsed result\n", missing); 1000 if ((missing = FcCharSetSubtractCount (check, c))) 1001 printf ("%d extra in reparsed result\n", missing);
|
| /xsrc/external/mit/libXrender/dist/src/ |
| Xrender.c | 70 * If the server is missing support for any of the required depths on 89 CARD32 missing; member in struct:_DepthCheckRec 108 d->missing |= DEPTH_MASK(evt->resourceid); 125 CARD32 missing; local 131 missing = ~depths & REQUIRED_DEPTHS; 132 if (missing) 145 dc.missing = 0; 157 * Try each missing depth and see if pixmap creation succeeds 161 if ((missing & DEPTH_MASK(d)) && d != 1) 182 if (dc.missing) [all...] |
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| ddxLoad.c | 337 unsigned missing; local 345 missing = XkmReadFile(file, need, want, xkbRtrn); 358 return (need | want) & (~missing);
|
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| ddxLoad.c | 339 unsigned missing; local 362 missing= XkmReadFile(file,need,want,xkbRtrn); 374 return (need|want)&(~missing);
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| qxl_mem.c | 56 int missing; member in struct:qxl_mem 118 mem->missing = 0; 178 mem->missing = used - mem->used_initial;
|
| /xsrc/external/mit/MesaLib.old/dist/ |
| Android.common.mk | 38 -Wno-missing-field-initializers \
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/dri/ |
| Android.mk | 35 # We need --undefined-version as some functions in dri.sym may be missing
|
| /xsrc/external/mit/xorgproto/dist/scripts/ |
| keysym-generator.py | 27 "One or more python modules are missing. Please install those " 340 Print a new XF86keysym.h file, adding any *missing* keycodes to the existing file. 388 for missing in range(prev_code + 1, code): 390 missing, kernel, kver_list=ns.kernel_versions 437 "add-keysyms", help="Add missing keysyms to the existing ones"
|
| /xsrc/external/mit/libxkbfile/dist/src/ |
| xkbconfig.c | 382 int missing; local 389 missing = 0; 405 missing++; 408 return missing;
|