| /xsrc/external/mit/MesaLib.old/dist/src/intel/common/ |
| H A D | gen_sample_positions.h | 34 #define GEN_SAMPLE_POS_1X(prefix) \ 35 prefix##0XOffset = 0.5; \ 36 prefix##0YOffset = 0.5; 44 #define GEN_SAMPLE_POS_2X(prefix) \ 45 prefix##0XOffset = 0.75; \ 46 prefix##0YOffset = 0.75; \ 47 prefix##1XOffset = 0.25; \ 48 prefix##1YOffset = 0.25; 58 #define GEN_SAMPLE_POS_4X(prefix) \ 59 prefix## [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/common/ |
| H A D | intel_sample_positions.h | 69 #define INTEL_SAMPLE_POS_ELEM(prefix, arr, sample_idx) \ 70 prefix##sample_idx##XOffset = arr[sample_idx].x; \ 71 prefix##sample_idx##YOffset = arr[sample_idx].y; 73 #define INTEL_SAMPLE_POS_1X_ARRAY(prefix, arr)\ 74 INTEL_SAMPLE_POS_ELEM(prefix, arr, 0); 76 #define INTEL_SAMPLE_POS_2X_ARRAY(prefix, arr) \ 77 INTEL_SAMPLE_POS_ELEM(prefix, arr, 0); \ 78 INTEL_SAMPLE_POS_ELEM(prefix, arr, 1); 80 #define INTEL_SAMPLE_POS_4X_ARRAY(prefix, arr) \ 81 INTEL_SAMPLE_POS_ELEM(prefix, ar [all...] |
| /xsrc/external/mit/imake/dist/ |
| H A D | mkdirhier | 25 -*) prefix=./;; 26 *) prefix= 29 mkdir -p $prefix$directory || status=$?
|
| /xsrc/external/mit/libX11/dist/src/xcms/ |
| H A D | IdOfPr.c | 51 XcmsFormatOfPrefix(char *prefix) 54 * Returns the Color Space ID for the specified prefix 68 * While copying prefix to string_lowered, convert to lowercase 70 if ((len = strlen(prefix)) >= sizeof(string_buf)) { 75 _XcmsCopyISOLatin1Lowered(string_lowered, prefix); 83 if (strcmp((*papColorSpaces)->prefix, string_lowered) == 0) { 97 if (strcmp((*papColorSpaces)->prefix, string_lowered) == 0) { 50 XcmsFormatOfPrefix(char * prefix) argument
|
| H A D | PrOfId.c | 55 * Returns the color space prefix for the specified color 60 * Returns a color space prefix. 78 return strdup((*papColorSpaces)->prefix); 91 return strdup((*papColorSpaces)->prefix);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/window/ |
| H A D | util.cc | 50 void MessageDebug::debug(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam, const char *prefix) argument 69 printf("%s: %08x %04x WM_NOTIFY (%s)\n", prefix, hwnd, wParam, psn_notify[psn_index]); 71 printf("%s: %08x %04x WM_NOTIFY (%s)\n", prefix, hwnd, wParam, notify_names[pnmh->code]); 73 printf("%s: %08x %04x WM_NOTIFY (%u)\n", prefix, hwnd, wParam, pnmh->code); 77 printf("%s: %08x %04x %08x WM_USER + %d\n", prefix, hwnd, wParam, lParam, uMsg - WM_USER); 79 printf("%s: %08x %04x %08x %d\n", prefix, hwnd, wParam, lParam, uMsg); 81 printf("%s: %08x %04x %08x %s\n", prefix, hwnd, wParam, lParam, message_names[uMsg]);
|
| /xsrc/external/mit/freetype/dist/builds/unix/ |
| H A D | freetype-config.in | 26 prefix=`%PKG_CONFIG% --variable prefix freetype2` 38 prefix="%prefix%" 55 orig_prefix=$prefix 61 include_suffix=`echo $includedir | sed "s|$prefix||"` 72 --prefix display \`--prefix' value used for building the 74 --prefix=PREFIX override \`--prefix' valu [all...] |
| /xsrc/external/mit/fontconfig/dist/conf.d/ |
| H A D | 05-reset-dirs-sample.conf | 7 <dir prefix="xdg">fonts</dir>
|
| H A D | 50-user.conf | 11 <include ignore_missing="yes" prefix="xdg">fontconfig/conf.d</include> 12 <include ignore_missing="yes" prefix="xdg">fontconfig/fonts.conf</include>
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_debug_image.h | 41 void debug_dump_image(const char *prefix, 47 const char *prefix, 50 const char *prefix, 65 #define debug_dump_image(prefix, format, cpp, width, height, stride, data) ((void)0) 66 #define debug_dump_surface(pipe, prefix, surface) ((void)0)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_debug_image.h | 41 void debug_dump_image(const char *prefix, 47 const char *prefix, 50 const char *prefix, 65 #define debug_dump_image(prefix, format, cpp, width, height, stride, data) ((void)0) 66 #define debug_dump_surface(pipe, prefix, surface) ((void)0)
|
| /xsrc/external/mit/mesa-demos/dist/m4/ |
| H A D | ac_define_dir.m4 | 12 # care of fixing up ${prefix} and such. 39 test "x$prefix" = xNONE && prefix_NONE=yes && prefix=$ac_default_prefix 40 test "x$exec_prefix" = xNONE && exec_prefix_NONE=yes && exec_prefix=$prefix 42 dnl refers to ${prefix}. Thus we have to use `eval' twice. 47 test "$prefix_NONE" && prefix=NONE
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fcinit.c | 45 " <dir prefix=\"xdg\">fonts</dir>" \ 47 " <cachedir prefix=\"xdg\">fontconfig</cachedir>" \ 49 " <include ignore_missing=\"yes\" prefix=\"xdg\">fontconfig/conf.d</include>" \ 50 " <include ignore_missing=\"yes\" prefix=\"xdg\">fontconfig/fonts.conf</include>" \ 102 FcChar8 *prefix, *p; local in function:FcInitLoadOwnConfig 121 prefix = FcConfigXdgCacheHome (); 122 if (!prefix) 124 plen = strlen ((const char *)prefix); 125 p = realloc (prefix, plen + 12); 128 prefix [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/m4/ |
| H A D | ac_define_dir.m4 | 12 # care of fixing up ${prefix} and such. 39 test "x$prefix" = xNONE && prefix_NONE=yes && prefix=$ac_default_prefix 40 test "x$exec_prefix" = xNONE && exec_prefix_NONE=yes && exec_prefix=$prefix 42 dnl refers to ${prefix}. Thus we have to use `eval' twice. 47 test "$prefix_NONE" && prefix=NONE
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/m4/ |
| H A D | ac_define_dir.m4 | 12 # care of fixing up ${prefix} and such. 39 test "x$prefix" = xNONE && prefix_NONE=yes && prefix=$ac_default_prefix 40 test "x$exec_prefix" = xNONE && exec_prefix_NONE=yes && exec_prefix=$prefix 42 dnl refers to ${prefix}. Thus we have to use `eval' twice. 47 test "$prefix_NONE" && prefix=NONE
|
| /xsrc/external/mit/xorg-server/dist/m4/ |
| H A D | ac_define_dir.m4 | 12 # care of fixing up ${prefix} and such. 39 test "x$prefix" = xNONE && prefix_NONE=yes && prefix=$ac_default_prefix 40 test "x$exec_prefix" = xNONE && exec_prefix_NONE=yes && exec_prefix=$prefix 42 dnl refers to ${prefix}. Thus we have to use `eval' twice. 47 test "$prefix_NONE" && prefix=NONE
|
| /xsrc/external/mit/xorg-server.old/dist/m4/ |
| H A D | ac_define_dir.m4 | 12 # care of fixing up ${prefix} and such. 39 test "x$prefix" = xNONE && prefix_NONE=yes && prefix=$ac_default_prefix 40 test "x$exec_prefix" = xNONE && exec_prefix_NONE=yes && exec_prefix=$prefix 42 dnl refers to ${prefix}. Thus we have to use `eval' twice. 47 test "$prefix_NONE" && prefix=NONE
|
| /xsrc/external/mit/brotli/dist/c/enc/ |
| H A D | prefix.h | 7 /* Functions for encoding of integers into prefix codes the amount of extra 39 size_t prefix = (dist >> bucket) & 1; local in function:PrefixEncodeCopyDistance 40 size_t offset = (2 + prefix) << bucket; 44 ((2 * (nbits - 1) + prefix) << postfix_bits) + postfix));
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | df-install.in | 97 # and from that get the prefix, and assume that was the extent of customization 103 prefix= 112 prefix=`echo "$P" | sed -e 's,/[^/]*$,,'` 118 test -z "$prefix" && failed "could not find $TOOL in PATH" 120 TARGET="${DESTDIR}${prefix}/share/applications"
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/ |
| H A D | gen-symbol-redefs.py | 40 help='New prefix to give non-driver global symbols') 42 metavar='prefix', 57 for prefix in args.prefixes: 58 if re.match(prefix, symbol):
|
| /xsrc/external/mit/xauth/dist/ |
| H A D | xauth.h | 51 extern struct addrlist *get_address_info ( int family, const char *fulldpyname, int prefix, char *host); 58 extern int print_help ( FILE *fp, const char *cmd, const char *prefix );
|
| /xsrc/external/mit/libepoxy/dist/.travis/ |
| H A D | epoxy-ci-linux.sh | 22 meson --prefix /usr "$@" $builddir $srcdir || exit $?
|
| /xsrc/external/mit/libXpm/dist/m4/ |
| H A D | ax_define_dir.m4 | 12 # care of fixing up ${prefix} and such. 39 test "x$prefix" = xNONE && prefix_NONE=yes && prefix=$ac_default_prefix 40 test "x$exec_prefix" = xNONE && exec_prefix_NONE=yes && exec_prefix=$prefix 42 dnl refers to ${prefix}. Thus we have to use `eval' twice. 47 test "$prefix_NONE" && prefix=NONE
|
| /xsrc/external/mit/libXt/dist/m4/ |
| H A D | ax_define_dir.m4 | 12 # care of fixing up ${prefix} and such. 39 test "x$prefix" = xNONE && prefix_NONE=yes && prefix=$ac_default_prefix 40 test "x$exec_prefix" = xNONE && exec_prefix_NONE=yes && exec_prefix=$prefix 42 dnl refers to ${prefix}. Thus we have to use `eval' twice. 47 test "$prefix_NONE" && prefix=NONE
|
| /xsrc/external/mit/libX11/dist/m4/ |
| H A D | ax_define_dir.m4 | 12 # care of fixing up ${prefix} and such. 39 test "x$prefix" = xNONE && prefix_NONE=yes && prefix=$ac_default_prefix 40 test "x$exec_prefix" = xNONE && exec_prefix_NONE=yes && exec_prefix=$prefix 42 dnl refers to ${prefix}. Thus we have to use `eval' twice. 47 test "$prefix_NONE" && prefix=NONE
|