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

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/MesaLib/dist/src/gallium/tools/trace/
dump.py 24 # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
30 from parse import *
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/tools/trace/
dump.py 24 # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
30 from parse import *
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_opcodes_h.py 0 from __future__ import print_function
22 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
44 from nir_opcodes import opcodes
45 from mako.template import Template
nir_builder_opcodes_h.py 0 from __future__ import print_function
22 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
96 from nir_opcodes import opcodes
97 from nir_intrinsics import INTR_OPCODES
98 from mako.template import Template
nir_opcodes_c.py 20 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
26 from __future__ import print_function
28 from nir_opcodes import opcodes, type_sizes
29 from mako.template import Template
  /xsrc/external/mit/libX11/dist/src/xkb/
XKBRdBuf.c 20 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
55 _XkbSkipReadBufferData(XkbReadBufferPtr from, int size)
59 if ((from == NULL) || (from->error) || (size < 1) ||
60 (_XkbReadBufferDataLeft(from) < size))
62 from->data += size;
67 _XkbCopyFromReadBuffer(XkbReadBufferPtr from, char *to, int size)
71 if ((from == NULL) || (from->error) || (to == NULL) || (size < 1) ||
72 (_XkbReadBufferDataLeft(from) < size)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_opcodes_h.py 22 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
45 from aco_opcodes import opcodes
46 from mako.template import Template
aco_opcodes_cpp.py 22 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
83 from aco_opcodes import opcodes
84 from mako.template import Template
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_opcodes_h.py 20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
42 from nir_opcodes import opcodes
43 from mako.template import Template
nir_builder_opcodes_h.py 20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
154 from nir_opcodes import opcodes
155 from nir_intrinsics import INTR_OPCODES
156 from mako.template import Template
  /xsrc/external/mit/fontconfig/dist/doc/
fcweight.fncs 17 * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
25 @PURPOSE@ Convert from OpenType weight values to fontconfig ones
28 to use with FC_WEIGHT, from an double in the 1..1000 range, resembling
29 the numbers from OpenType specification's OS/2 usWeight numbers, which
40 @PURPOSE@ Convert from fontconfig weight values to OpenType ones
52 @PURPOSE@ Convert from OpenType weight values to fontconfig ones
63 @PURPOSE@ Convert from fontconfig weight values to OpenType ones
  /xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
agx_opcodes.c.py 19 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
53 from mako.template import Template
54 from agx_opcodes import opcodes
agx_opcodes.h.py 19 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
79 from mako.template import Template
80 from agx_opcodes import opcodes, immediates, enums
agx_builder.h.py 19 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
177 from mako.template import Template
178 from agx_opcodes import opcodes
  /xsrc/external/mit/xorg-server/dist/dix/
swaprep.c 18 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
23 in this Software without prior written authorization from The Open Group.
40 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
97 CARD32 *from, *to, *fromLast, *toLast; local
111 /* convert lengths from # of bytes to # of longs */
115 from = pbuf;
116 fromLast = from + size;
117 while (from < fromLast) {
121 toLast = to + min(bufsize, fromLast - from);
124 /* can't write "cpswapl(*from++, *to++)" because cpswapl is a macr
146 short *from, *to, *fromLast, *toLast; local
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/dix/
swaprep.c 18 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
23 in this Software without prior written authorization from The Open Group.
41 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
98 CARD32 *from, *to, *fromLast, *toLast; local
112 /* convert lengths from # of bytes to # of longs */
116 from = pbuf;
117 fromLast = from + size;
118 while (from < fromLast) {
121 toLast = to + min (bufsize, fromLast - from);
124 /* can't write "cpswapl(*from++, *to++)" because cpswapl is a macr
146 short *from, *to, *fromLast, *toLast; local
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/randr/
randr.c 19 * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
34 /* From render.h */
107 SRRScreenChangeNotifyEvent(xRRScreenChangeNotifyEvent *from,
110 to->type = from->type;
111 to->rotation = from->rotation;
112 cpswaps(from->sequenceNumber, to->sequenceNumber);
113 cpswapl(from->timestamp, to->timestamp);
114 cpswapl(from->configTimestamp, to->configTimestamp);
115 cpswapl(from->root, to->root);
116 cpswapl(from->window, to->window)
    [all...]
  /xsrc/external/mit/twm/dist/
ylwrap 126 # A sed program to s/FROM/TO/g for all the FROM/TO so that, for
128 # during the conversion from y.tab.c to parse.c.
140 from=$1
143 case $from in
144 "y.tab.c") from=y_tab.c;;
145 "y.tab.h") from=y_tab.h;;
151 sed_fix_filenames="${sed_fix_filenames}s|"`quote_for_sed "$from"`"|$to|g;"
152 sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;"
181 for from in
    [all...]
  /xsrc/external/mit/xgc/dist/
ylwrap 126 # A sed program to s/FROM/TO/g for all the FROM/TO so that, for
128 # during the conversion from y.tab.c to parse.c.
140 from=$1
143 case $from in
144 "y.tab.c") from=y_tab.c;;
145 "y.tab.h") from=y_tab.h;;
151 sed_fix_filenames="${sed_fix_filenames}s|"`quote_for_sed "$from"`"|$to|g;"
152 sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;"
181 for from in
    [all...]
  /xsrc/external/mit/xf86-video-sis/dist/src/
sis_memcpy.c 6 * Idea and some code bits from via_memcpy.c which is
25 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
85 #define PREFETCH1(arch_prefetch,from) \
97 : "r" (from) );
99 #define PREFETCH2(arch_prefetch,from) \
103 : "r" (from) );
105 #define PREFETCH3(arch_prefetch,from) \
109 : "r" (from) );
111 #define small_memcpy_i386(to,from,n) \
122 : "=&D" (to), "=&S" (from) \
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
bi_opcodes.h.py 19 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
57 /* derived from register_format and vecsize */
108 from bifrost_isa import *
109 from mako.template import Template
  /xsrc/external/mit/xorg-server/dist/randr/
randr.c 20 * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
36 /* From render.h */
116 SRRScreenChangeNotifyEvent(xRRScreenChangeNotifyEvent * from,
119 to->type = from->type;
120 to->rotation = from->rotation;
121 cpswaps(from->sequenceNumber, to->sequenceNumber);
122 cpswapl(from->timestamp, to->timestamp);
123 cpswapl(from->configTimestamp, to->configTimestamp);
124 cpswapl(from->root, to->root);
125 cpswapl(from->window, to->window)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/math/
m_norm_tmp.h 22 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
50 const GLfloat *from = in->start; local
63 const GLfloat ux = from[0], uy = from[1], uz = from[2];
92 const GLfloat ux = from[0], uy = from[1], uz = from[2];
117 const GLfloat *from = in->start; local
130 const GLfloat ux = from[0], uy = from[1], uz = from[2]
182 const GLfloat *from = in->start; local
211 const GLfloat *from = in->start; local
243 const GLfloat *from = in->start; local
273 const GLfloat *from = in->start; local
303 const GLfloat *from = in->start; local
349 const GLfloat *from = in->start; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
m_norm_tmp.h 22 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
50 const GLfloat *from = in->start; local
63 const GLfloat ux = from[0], uy = from[1], uz = from[2];
92 const GLfloat ux = from[0], uy = from[1], uz = from[2];
117 const GLfloat *from = in->start; local
130 const GLfloat ux = from[0], uy = from[1], uz = from[2]
182 const GLfloat *from = in->start; local
211 const GLfloat *from = in->start; local
243 const GLfloat *from = in->start; local
273 const GLfloat *from = in->start; local
303 const GLfloat *from = in->start; local
349 const GLfloat *from = in->start; local
    [all...]
  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_memcpy.c 20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
49 #define PREFETCH1(arch_prefetch,from) \
61 : : "r" (from) );
63 #define PREFETCH2(arch_prefetch,from) \
66 : : "r" (from) );
67 #define PREFETCH3(arch_prefetch,from) \
70 : : "r" (from) );
73 #define small_memcpy(to, from, n) \
86 :"=&D" (to), "=&S" (from) \
87 :"q" (n),"0" ((long) to),"1" ((long) from) \
    [all...]

Completed in 15 milliseconds

1 2 3 4 5 6 7 8 91011>>