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

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/
098-elif-undefined.c 2 Not this
4 Nor this
6 Yes, this.
000-content-with-spaces.c 0 this is four tokens with spaces
131-eof-without-newline.c 0 this file ends with no newlin
019-define-func-1-arg-multi.c 2 foo(this is more than one word)
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/
098-elif-undefined.c 2 Not this
4 Nor this
6 Yes, this.
000-content-with-spaces.c 0 this is four tokens with spaces
131-eof-without-newline.c 0 this file ends with no newlin
019-define-func-1-arg-multi.c 2 foo(this is more than one word)
  /xsrc/external/mit/freetype/dist/docs/reference/assets/javascripts/lunr/
tinyseg.js 1 !function(_,t){"function"==typeof define&&define.amd?define(t):"object"==typeof exports?module.exports=t():t()(_.lunr)}(this,function(){return function(_){function t(){var _={"[一二三四五六七八九十百千万億兆]":"M","[一-龠々〆ヵヶ]":"H","[ぁ-ん]":"I","[ァ-ヴーア-ン゙ー]":"K","[a-zA-Za-zA-Z]":"A","[0-90-9]":"N"};for(var t in this.chartype_=[],_){var H=new RegExp(t);this.chartype_.push([H,_[t]])}return this.BIAS__=-332,this.BC1__={HH:6,II:2461,KH:406,OH:-1378},this.BC2__={AA:-3267,AI:2744,AN:-878,HH:-4070,HM:-1711,HN:4012,HO:3761,IA:1327,IH:-1184,II:-1332,IK:1721,IO:5492,KI:3831,KK:-8741,MH:-3132,MK:3334,OO:-2920},this.BC3__={HH:996,HI:626,HK:-721,HN:-1307,HO:-836,IH:-301,KK:2762,MK:1079,MM:4034,OA:-1652,OH:266},this.BP1__={BB:295,OB:304,OO:-125,UB:352},this.BP2__={BO:60,OO:-1762},this.BQ1__={BHH:1150,BHM:1521,BII:-1158,BIM:886,BMH:1208,BNH:449,BOH:-91,BOO:-2597,OHI:451,OIH:-296,OKA (…)
    [all...]
lunr.multi.js 1 !function(e,t){"function"==typeof define&&define.amd?define(t):"object"==typeof exports?module.exports=t():t()(e.lunr)}(this,function(){return function(o){o.multiLanguage=function(){for(var e=Array.prototype.slice.call(arguments),t=e.join("-"),i="",r=[],n=[],s=0;s<e.length;++s)"en"==e[s]?(i+="\\w",r.unshift(o.stopWordFilter),r.push(o.stemmer),n.push(o.stemmer)):(i+=o[e[s]].wordCharacters,o[e[s]].stopWordFilter&&r.unshift(o[e[s]].stopWordFilter),o[e[s]].stemmer&&(r.push(o[e[s]].stemmer),n.push(o[e[s]].stemmer)));var p=o.trimmerSupport.generateTrimmer(i);return o.Pipeline.registerFunction(p,"lunr-multi-trimmer-"+t),r.unshift(p),function(){this.pipeline.reset(),this.pipeline.add.apply(this.pipeline,r),this.searchPipeline&&(this.searchPipeline.reset(),this.searchPipeline.add.apply(this.searchPipeline,n))}}}})
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
pa.h 5 * copy of this software and associated documentation files (the "Software"),
11 * The above copyright notice and this permission notice (including the next
126 // 1. We call this the current and previous simd vertex.
133 // This optimized PA is not cut aware, so only should be used by non-indexed draws or draws without
194 bool HasWork() { return (this->numPrimsComplete < this->numPrims) ? true : false; }
216 bool Assemble(uint32_t slot, simdvector verts[]) { return this->pfnPaFunc(*this, slot, verts); }
221 return this->pfnPaFunc_simd16(*this, slot, verts)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
link_varyings.h 5 * copy of this software and associated documentation files (the "Software"),
11 * The above copyright notice and this permission notice (including the next
68 * Toplevel variable containing this varying. In the above example, this
74 * Type of this varying. In the above example, this would point to the
80 * Offset within the toplevel variable where this varying occurs.
117 return this->next_buffer_separator;
122 if (this->next_buffer_separator || this->skip_components
    [all...]
loop_analysis.h 6 * copy of this software and associated documentation files (the "Software"),
12 * The above copyright notice and this permission notice (including the next
69 * This list contains \c loop_variable objects.
74 * Induction variables for this loop
76 * This list contains \c loop_variable objects.
83 * This list contains \c loop_terminator objects.
91 * loop after a constant number of iterations, this is the terminator that
98 * Hash table containing all variables accessed in this loop
103 * Number of ir_loop_jump instructions that operate on this loop
108 * Whether this loop contains any function calls
    [all...]
string_to_uint_map.h 5 * copy of this software and associated documentation files (the "Software"),
11 * The above copyright notice and this permission notice (including the next
57 * Because of the way this class interacts with the \c hash_table
64 this->ht = _mesa_hash_table_create(NULL, _mesa_hash_string,
70 hash_table_call_foreach(this->ht, delete_key, NULL);
71 _mesa_hash_table_destroy(this->ht, NULL);
75 * Remove all mappings from this map.
79 hash_table_call_foreach(this->ht, delete_key, NULL);
80 _mesa_hash_table_clear(this->ht, NULL);
98 hash_table_call_foreach(this->ht, subtract_one_wrapper, wrapper)
    [all...]
ir.h 6 * copy of this software and associated documentation files (the "Software"),
12 * The above copyright notice and this permission notice (including the next
50 * Each concrete class derived from \c ir_instruction has a value in this
59 * types, this allows writing very straightforward, readable code.
150 assume(this != NULL); \
151 return is_##TYPE() ? (ir_##TYPE *) this : NULL; \
155 assume(this != NULL); \
156 return is_##TYPE() ? (ir_##TYPE *) this : NULL; \
167 assume(this != NULL); \
168 return ir_type == ir_type_##TYPE ? (ir_##TYPE *) this : NULL;
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
link_varyings.h 5 * copy of this software and associated documentation files (the "Software"),
11 * The above copyright notice and this permission notice (including the next
68 * Toplevel variable containing this varying. In the above example, this
74 * Type of this varying. In the above example, this would point to the
80 * Offset within the toplevel variable where this varying occurs (counted
110 return this->next_buffer_separator;
115 if (this->next_buffer_separator || this->skip_components
    [all...]
loop_analysis.h 6 * copy of this software and associated documentation files (the "Software"),
12 * The above copyright notice and this permission notice (including the next
69 * This list contains \c loop_variable objects.
74 * Induction variables for this loop
76 * This list contains \c loop_variable objects.
83 * This list contains \c loop_terminator objects.
91 * loop after a constant number of iterations, this is the terminator that
98 * Hash table containing all variables accessed in this loop
103 * Number of ir_loop_jump instructions that operate on this loop
108 * Whether this loop contains any function calls
    [all...]
string_to_uint_map.h 5 * copy of this software and associated documentation files (the "Software"),
11 * The above copyright notice and this permission notice (including the next
57 * Because of the way this class interacts with the \c hash_table
64 this->ht = _mesa_hash_table_create(NULL, _mesa_key_hash_string,
70 hash_table_call_foreach(this->ht, delete_key, NULL);
71 _mesa_hash_table_destroy(this->ht, NULL);
75 * Remove all mappings from this map.
79 hash_table_call_foreach(this->ht, delete_key, NULL);
80 _mesa_hash_table_clear(this->ht, NULL);
98 hash_table_call_foreach(this->ht, subtract_one_wrapper, wrapper)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/glx/tests/
fake_glx_screen.h 5 * copy of this software and associated documentation files (the "Software"),
11 * The above copyright notice and this permission notice (including the next
29 this->vtable = &fake_glx_screen::vt;
30 this->serverGLXexts = 0;
31 this->effectiveGLXexts = 0;
32 this->display = 0;
33 this->dpy = 0;
34 this->scr = num;
35 this->visuals = 0;
36 this->configs = 0
    [all...]
mock_xdisplay.h 5 * copy of this software and associated documentation files (the "Software"),
11 * The above copyright notice and this permission notice (including the next
29 memset(this, 0, sizeof(struct _XDisplay));
30 this->nscreens = nscreens;
  /xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
fake_glx_screen.h 5 * copy of this software and associated documentation files (the "Software"),
11 * The above copyright notice and this permission notice (including the next
29 this->vtable = &fake_glx_screen::vt;
30 this->serverGLXexts = 0;
31 this->effectiveGLXexts = 0;
32 this->display = 0;
33 this->dpy = 0;
34 this->scr = num;
35 this->visuals = 0;
36 this->configs = 0
    [all...]
mock_xdisplay.h 5 * copy of this software and associated documentation files (the "Software"),
11 * The above copyright notice and this permission notice (including the next
29 memset(this, 0, sizeof(struct _XDisplay));
30 this->nscreens = nscreens;
  /xsrc/external/mit/MesaLib/dist/include/android_stub/log/
log_time.h 5 * you may not use this file except in compliance with the License.
62 return !(*this == T);
70 return !(*this < T);
78 return !(*this > T);
86 return !(*this == T);
93 return !(*this < T);
100 return !(*this > T);
105 if (*this <= T) {
106 return *this = log_time(EPOCH);
109 if (this->tv_nsec < T.tv_nsec)
    [all...]
  /xsrc/external/mit/freetype/dist/docs/reference/assets/javascripts/
application.c33a9706.js 1 !function(e,t){for(var n in t)e[n]=t[n]}(window,function(n){var r={};function i(e){if(r[e])return r[e].exports;var t=r[e]={i:e,l:!1,exports:{}};return n[e].call(t.exports,t,t.exports,i),t.l=!0,t.exports}return i.m=n,i.c=r,i.d=function(e,t,n){i.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},i.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.t=function(t,e){if(1&e&&(t=i(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(i.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)i.d(n,r,function(e){return t[e]}.bind(null,r));return n},i.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(t,"a",t),t},i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.p="",i(i.s=13)}([function(e,t,n){"use strict";var r={Listener:function(){function e(e,t,n){var r=this;this.els_=Array.prototype.slice.call("string"==typeof e?document.querySelectorAll(e):[].concat(e)),this.handler_="function"==typeof n?{update:n}:n,this.events_=[].concat(t),this.update_=function(e){return r.handler_.update(e)}}var t=e.prototype;return t.listen=function(){var n=this;this.els_.forEach(function(t){n.events_.forEach(function(e){t.addEventListener(e,n.update_,!1)})}),"function"==typeof this.handler_.setup&&this.handler_.setup()},t.unlisten=function(){var n=this;this.els_.forEach(function(t){n.events_.forEach(function(e){t.removeEventListener(e,n.update_)})}) (…)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
sfn_instruction_cf.h 8 * copy of this software and associated documentation files (the "Software"),
14 * The above copyright notice and this permission notice (including the next
50 bool accept(InstructionVisitor& visitor) override {return visitor.visit(*this);}
51 bool accept(ConstInstructionVisitor& visitor) const override {return visitor.visit(*this);}
64 bool accept(InstructionVisitor& visitor) override {return visitor.visit(*this);}
65 bool accept(ConstInstructionVisitor& visitor) const override {return visitor.visit(*this);}
79 bool accept(InstructionVisitor& visitor) override {return visitor.visit(*this);}
80 bool accept(ConstInstructionVisitor& visitor) const override {return visitor.visit(*this);}
92 bool accept(InstructionVisitor& visitor) override {return visitor.visit(*this);}
93 bool accept(ConstInstructionVisitor& visitor) const override {return visitor.visit(*this);}
    [all...]

Completed in 14 milliseconds

1 2 3 4 5 6 7 8 91011>>