HomeSort by: relevance | last modified time | path
    Searched refs:prefix (Results 1 - 25 of 786) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/MesaLib.old/dist/src/intel/common/
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##0XOffset = 0.375;
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/intel/common/
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, arr, 0);
    [all...]
  /xsrc/external/mit/imake/dist/
mkdirhier 25 -*) prefix=./;;
26 *) prefix=
29 mkdir -p $prefix$directory || status=$?
  /xsrc/external/mit/libX11/dist/src/xcms/
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) {
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);
AddDIC.c 78 if ((pCS->id = _XcmsRegFormatOfPrefix(pCS->prefix)) != 0) {
87 * a. If the same ID/prefix and same XcmsColorSpec is found,
89 * b. If same ID/prefix but different XcmsColorSpec is
102 /* b. same ID/prefix but different XcmsColorSpace */
113 * a. If same prefix and XcmsColorSpec, then
115 * b. If same prefix but different XcmsColorSpec, then
125 if (strcmp(pCS->prefix, ptmpCS->prefix) == 0) {
130 /* b. same prefix but different XcmsColorSpec */
AddSF.c 98 if ((pNewCS->id = _XcmsRegFormatOfPrefix(pNewCS->prefix)) != 0) {
112 * a. If same prefix, then use the same ID.
118 if (strcmp(pNewCS->prefix, (*paptmpCS)->prefix) == 0) {
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/window/
util.cc 50 void MessageDebug::debug(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam, const char *prefix)
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/
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' value with PREFI
    [all...]
  /xsrc/external/mit/fontconfig/dist/conf.d/
05-reset-dirs-sample.conf 7 <dir prefix="xdg">fonts</dir>
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/dist/src/gallium/auxiliary/util/
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.old/dist/src/gallium/auxiliary/util/
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/brotli/dist/c/enc/
prefix.h 7 /* Functions for encoding of integers into prefix codes the amount of extra
39 size_t prefix = (dist >> bucket) & 1; local
40 size_t offset = (2 + prefix) << bucket;
44 ((2 * (nbits - 1) + prefix) << postfix_bits) + postfix));
  /xsrc/external/mit/fontconfig/dist/src/
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
121 prefix = FcConfigXdgCacheHome ();
122 if (!prefix)
124 plen = strlen ((const char *)prefix);
125 p = realloc (prefix, plen + 12);
128 prefix = p
    [all...]
  /xsrc/external/mit/xkbcomp/dist/
utils.c 108 static const char *prefix = NULL; variable
148 if (prefix != NULL)
149 fprintf(errorFile, "%s", prefix);
166 if (prefix != NULL)
167 fprintf(errorFile, "%s", prefix);
185 if (prefix != NULL)
186 fprintf(errorFile, "%s", prefix);
204 if (prefix != NULL)
205 fprintf(errorFile, "%s", prefix);
226 if (prefix != NULL
    [all...]
  /xsrc/external/mit/xterm/dist/
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/
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/
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/
epoxy-ci-linux.sh 22 meson --prefix /usr "$@" $builddir $srcdir || exit $?
  /xsrc/external/mit/xcb-proto/dist/xcbgen/
matcher.py 37 name = namespace.prefix + (id,)
43 name = namespace.prefix + (id,)
49 name = namespace.prefix + (id,)
55 name = namespace.prefix + (id,)
61 name = namespace.prefix + (id,)
67 name = namespace.prefix + (id,)
73 name = namespace.prefix + (id,)
79 name = namespace.prefix + (id,)
85 name = namespace.prefix + (id,)
92 name = namespace.prefix + (id,
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/freedreno/registers/
gen_header.py 112 def dump_pack_struct(self, prefix=None, array=None, bit_size=32):
113 def field_name(prefix, name):
117 name = prefix.lower()
124 if not prefix:
126 if prefix == None:
127 prefix = self.name
130 print("struct %s {" % prefix)
138 name = field_name(prefix, f.name)
157 (prefix, prefix));
306 def prefix(self): member in class:Parser
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/intel/tools/
aub_write.h 43 _fail(const char *prefix, const char *format, ...)
48 if (prefix)
49 fprintf(stderr, "%s: ", prefix);
56 #define _fail_if(cond, prefix, ...) do { \
58 _fail(prefix, __VA_ARGS__); \
  /xsrc/external/mit/makedepend/dist/
cppsetup.c 44 char prefix[300]; local
48 snprintf(prefix, sizeof(prefix), "\"%s\":%ld", filename, lineno);
49 prefixlen = (long) strlen(prefix);
50 fprintf(stderr, "%s: %s", prefix, pd->line);
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
gen_gl_wrappers.py 39 prefix = 'gl' variable
43 opts, args = getopt.getopt(sys.argv[1:], "", ['spec=', 'typemap=', 'dispatch-header=', 'prefix=', 'preresolve', 'staticwrappers' ])
52 elif o == '--prefix' :
53 prefix = a variable
182 funcname = prefix + w
186 print 'void ' + prefix + 'ResolveExtensionProcs(void)'
190 funcname = prefix + w
203 funcname = prefix + w
244 print ' if (glxWinDebugSettings.enable' + prefix.upper() + 'callTrace) ErrorF("'+ funcname + '\\n");'
290 print ' if (glxWinDebugSettings.enable' + prefix.upper() + 'callTrace) ErrorF("'+ funcname + '\\n");
    [all...]

Completed in 16 milliseconds

1 2 3 4 5 6 7 8 91011>>