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

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/xorg-server.old/dist/render/
animcur.c 13 * is provided "as is" without express or implied warranty.
29 * Implemented as a simple layer over the core cursor code; it
87 #define Wrap(as,s,elt,func) (((as)->elt = (s)->elt), (s)->elt = func)
88 #define Unwrap(as,s,elt) ((s)->elt = (as)->elt)
94 AnimCurScreenPtr as = GetAnimCurScreen(pScreen); local
97 Unwrap(as, pScreen, CloseScreen);
99 Unwrap(as, pScreen, CursorLimits);
100 Unwrap(as, pScreen, DisplayCursor)
118 AnimCurScreenPtr as = GetAnimCurScreen(pScreen); local
149 AnimCurScreenPtr as = GetAnimCurScreen(pScreen); local
208 AnimCurScreenPtr as = GetAnimCurScreen(pScreen); local
251 AnimCurScreenPtr as = GetAnimCurScreen(pScreen); local
271 AnimCurScreenPtr as = GetAnimCurScreen(pScreen); local
288 AnimCurScreenPtr as = GetAnimCurScreen(pScreen); local
314 AnimCurScreenPtr as = GetAnimCurScreen(pScreen); local
335 AnimCurScreenPtr as; local
    [all...]
  /xsrc/external/mit/fontconfig/dist/conf.d/
11-lcdfilter-default.conf 4 <description>Use lcddefault as default for LCD filter</description>
5 <!-- Use lcddefault as default for LCD filter -->
11-lcdfilter-legacy.conf 4 <description>Use lcdlegacy as default for LCD filter</description>
5 <!-- Use lcdlegacy as default for LCD filter -->
11-lcdfilter-light.conf 4 <description>Use lcdlight as default for LCD filter</description>
5 <!-- Use lcdlight as default for LCD filter -->
11-lcdfilter-none.conf 4 <description>Use lcdnone as default for LCD filter</description>
5 <!-- Use lcdnone as default for LCD filter -->
  /xsrc/external/mit/xorg-server/dist/render/
animcur.c 13 * is provided "as is" without express or implied warranty.
29 * Implemented as a simple layer over the core cursor code; it
83 #define Wrap(as,s,elt,func) (((as)->elt = (s)->elt), (s)->elt = func)
84 #define Unwrap(as,s,elt) ((s)->elt = (as)->elt)
89 AnimCurScreenPtr as = GetAnimCurScreen(pScreen); local
92 Unwrap(as, pScreen, CloseScreen);
94 Unwrap(as, pScreen, CursorLimits);
95 Unwrap(as, pScreen, DisplayCursor)
109 AnimCurScreenPtr as = GetAnimCurScreen(pScreen); local
134 AnimCurScreenPtr as = GetAnimCurScreen(pScreen); local
168 AnimCurScreenPtr as = GetAnimCurScreen(pScreen); local
207 AnimCurScreenPtr as = GetAnimCurScreen(pScreen); local
222 AnimCurScreenPtr as = GetAnimCurScreen(pScreen); local
237 AnimCurScreenPtr as = GetAnimCurScreen(pScreen); local
260 AnimCurScreenPtr as = GetAnimCurScreen(pScreen); local
280 AnimCurScreenPtr as; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
vtn_generator_ids_h.py 16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
28 import xml.etree.ElementTree as ET
62 with open(pargs.out, 'w') as f:
  /xsrc/external/mit/MesaLib/dist/bin/
meson_get_version.py 15 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
28 with open(filename) as f:
git_sha1_gen.py 34 with open(args.output, 'r') as file:
37 with open(args.output, 'w') as file:
post_version.py 14 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33 with open(p, 'r') as f:
48 with open(p, 'w') as f:
58 with p.open('r') as f:
71 with p.open('w') as f:
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/
113-line-and-file-macros.c 3 3. Battle of Thermopylae, as film: __LINE__ __FILE__ __FILE__
7 7. James Bond, as a number: __FILE__ __FILE__ __LINE__
  /xsrc/external/mit/MesaLib.old/dist/bin/
meson_get_version.py 15 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29 with open(filename) as f:
git_sha1_gen.py 35 with open(args.output, 'r') as file:
38 with open(args.output, 'w') as file:
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/
113-line-and-file-macros.c 3 3. Battle of Thermopylae, as film: __LINE__ __FILE__ __FILE__
7 7. James Bond, as a number: __FILE__ __FILE__ __LINE__
  /xsrc/external/mit/brotli/dist/python/tests/
compress_test.py 22 with open(temp_uncompressed, 'wb') as out_file:
23 with open(temp_compressed, 'rb') as in_file:
29 with open(temp_compressed, 'wb') as out_file:
30 with open(test_data, 'rb') as in_file:
compressor_test.py 14 # are not run automatically and instead are run as part of a specific
28 with open(temp_uncompressed, 'wb') as out_file:
29 with open(temp_compressed, 'rb') as in_file:
36 with open(temp_compressed, 'wb') as out_file:
37 with open(test_data, 'rb') as in_file:
45 with open(temp_compressed, 'wb') as out_file:
46 with open(test_data, 'rb') as in_file:
56 with open(temp_compressed, 'wb') as out_file:
57 with open(test_data, 'rb') as in_file:
  /xsrc/external/mit/fontconfig/dist/doc/
run-quiet.py 17 # is provided "as is" without express or implied warranty.
35 with open(os.devnull, 'w') as out:
  /xsrc/external/mit/xorgproto/dist/specs/SIAddresses/
hostname.md 4 representing a hostname as defined in [IETF RFC 2396](https://tools.ietf.org/html/rfc2396). Due to Mobile IP
7 Names must convert to ASCII Compatible Encoding as specified in the
  /xsrc/external/mit/font-bh-ttf/dist/
42-luxi-mono.conf 3 <!-- force fontconfig to treat the Luxi Mono fonts as monospaced, even
  /xsrc/external/mit/MesaLib/dist/src/intel/tools/tests/
run-test.py 16 from shlex import split as split_args
22 help='name of the hardware generation (as understood by i965_asm)')
48 stderr=subprocess.DEVNULL) as cmd:
50 except OSError as e:
57 with expected_path.open() as f:
  /xsrc/external/mit/MesaLib/dist/.gitlab-ci/fossils/
query_fossils_yaml.py 16 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
30 with open(args.file, 'r') as f:
35 with open(args.file, 'r') as f:
40 with open(args.file, 'r') as f:
  /xsrc/external/mit/MesaLib/dist/src/compiler/isaspec/
decode.py 16 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
43 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
112 { .name= "${param[0]}", .as = "${param[1]}" },
208 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
276 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
301 with open(glue_h, 'w') as f:
305 with open(dst_c, 'w') as f:
308 with open(dst_h, 'w') as f:
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_setup_analysis.c 18 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
72 * function of y alone), create a new vertex as in:
93 /* Calculate axis-aligned interpolant for s as a function of x.
106 /* Validate axis-aligned interpolant for s and t as functions of x and
111 float as, float bs,
114 float s = as * v[0][0] + bs;
130 float as, bs, at, bt; local
131 calc_interps(v0[0][0], v2[0][0], v0[1][0], v2[1][0], &as, &bs);
133 assert(test_interps(v1, as, bs, at, bt));
146 * Check this is an axis-aligned rectangle as in
247 float as, bs; local
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/include/
pixmap.h 14 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21 Except as contained in this notice, the name of The Open Group shall not be
85 #define EqualPixUnion(as, a, bs, b) \
86 ((as) == (bs) && (SamePixUnion (a, b, as)))
  /xsrc/external/mit/xorg-server/dist/include/
windowstr.h 14 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21 Except as contained in this notice, the name of The Open Group shall not be
65 #define SameBackground(as, a, bs, b) \
66 ((as) == (bs) && ((as) == None || \
67 (as) == ParentRelative || \
68 SamePixUnion(a,b,as == BackgroundPixel)))
70 #define SameBorder(as, a, bs, b) \
71 EqualPixUnion(as, a, bs, b)
73 /* used as NULL-terminated list *
    [all...]

Completed in 10 milliseconds

1 2 3 4 5 6 7 8 91011>>