Searched refs:prefix (Results 1 - 25 of 2034) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/src/intel/common/
H A Dgen_sample_positions.h34 #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 Dintel_sample_positions.h69 #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 Dmkdirhier25 -*) prefix=./;;
26 *) prefix=
29 mkdir -p $prefix$directory || status=$?
/xsrc/external/mit/libX11/dist/src/xcms/
H A DIdOfPr.c51 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 DPrOfId.c55 * 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 Dutil.cc50 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 Dfreetype-config.in26 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 D05-reset-dirs-sample.conf7 <dir prefix="xdg">fonts</dir>
H A D50-user.conf11 <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 Du_debug_image.h41 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 Du_debug_image.h41 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 Dac_define_dir.m412 # 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 Dfcinit.c45 " <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 Dac_define_dir.m412 # 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 Dac_define_dir.m412 # 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 Dac_define_dir.m412 # 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 Dac_define_dir.m412 # 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 Dprefix.h7 /* 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 Ddf-install.in97 # 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 Dgen-symbol-redefs.py40 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 Dxauth.h51 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 Depoxy-ci-linux.sh22 meson --prefix /usr "$@" $builddir $srcdir || exit $?
/xsrc/external/mit/libXpm/dist/m4/
H A Dax_define_dir.m412 # 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 Dax_define_dir.m412 # 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 Dax_define_dir.m412 # 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

Completed in 21 milliseconds

1234567891011>>