HomeSort by: relevance | last modified time | path
    Searched refs:Out (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/freetype/dist/src/gxvalid/
gxvcommn.c 906 goto Out;
913 Out:
965 goto Out;
986 case 2: /* out of bounds */
991 case 1: /* out of bounds */
1008 Out:
1117 GXV_TRACE(( " newState offset 0x%04x is out of stateArray\n",
1488 GXV_TRACE(( " newState index 0x%04x points out of stateArray\n",
1682 goto Out;
1687 goto Out;
    [all...]
  /xsrc/external/mit/xterm/dist/vttests/
report-sgr.pl 26 # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
61 Crossed-Out
  /xsrc/external/mit/freetype/dist/src/truetype/
ttinterp.c 3433 FT_Bool Out;
3440 Out = 0;
3454 Out = FT_BOOL( nIfs == 1 );
3459 Out = FT_BOOL( nIfs == 0 );
3462 } while ( Out == 0 );
3930 /* always out of the code range. This is a */
6700 /* fonts out there (e.g. [aeu]grave in monotype.ttf) */
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
uxa-render.c 21 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
99 C(Out);
1167 * can get the source alpha value (srca.X = src.A * mask.X) out of the texture
1673 * forces the pixmap to be moved out again.
1883 * to be moved out again.
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
uxa-render.c 21 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
99 C(Out);
1167 * can get the source alpha value (srca.X = src.A * mask.X) out of the texture
1673 * forces the pixmap to be moved out again.
1883 * to be moved out again.
  /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
uxa-render.c 21 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
100 C(Out);
185 uxa_screen->swappedOut ? "swapped out" : "normal");
1314 * can get the source alpha value (srca.X = src.A * mask.X) out of the texture
1751 * forces the pixmap to be moved out again.
1873 * to be moved out again.
  /xsrc/external/mit/freetype/dist/docs/reference/assets/javascripts/
application.c33a9706.js 52 */,D.TokenSet=function(){this.final=!1,this.edges={},this.id=D.TokenSet._nextId,D.TokenSet._nextId+=1},D.TokenSet._nextId=1,D.TokenSet.fromArray=function(e){for(var t=new D.TokenSet.Builder,n=0,r=e.length;n<r;n++)t.insert(e[n]);return t.finish(),t.root},D.TokenSet.fromClause=function(e){return"editDistance"in e?D.TokenSet.fromFuzzyString(e.term,e.editDistance):D.TokenSet.fromString(e.term)},D.TokenSet.fromFuzzyString=function(e,t){for(var n=new D.TokenSet,r=[{node:n,editsRemaining:t,str:e}];r.length;){var i=r.pop();if(0<i.str.length){var o,a=i.str.charAt(0);a in i.node.edges?o=i.node.edges[a]:(o=new D.TokenSet,i.node.edges[a]=o),1==i.str.length&&(o.final=!0),r.push({node:o,editsRemaining:i.editsRemaining,str:i.str.slice(1)})}if(0!=i.editsRemaining){if("*"in i.node.edges)var s=i.node.edges["*"];else{s=new D.TokenSet;i.node.edges["*"]=s}if(0==i.str.length&&(s.final=!0),r.push({node:s,editsRemaining:i.editsRemaining-1,str:i.str}),1<i.str.length&&r.push({node:i.node,editsRemaining:i.editsRemaining-1,str:i.str.slice(1)}),1==i.str.length&&(i.node.final=!0),1<=i.str.length){if("*"in i.node.edges)var c=i.node.edges["*"];else{c=new D.TokenSet;i.node.edges["*"]=c}1==i.str.length&&(c.final=!0),r.push({node:c,editsRemaining:i.editsRemaining-1,str:i.str.slice(1)})}if(1<i.str.length){var l,u=i.str.charAt(0),f=i.str.charAt(1);f in i.node.edges?l=i.node.edges[f]:(l=new D.TokenSet,i.node.edges[f]=l),1==i.str.length&&(l.final=!0),r.push({node:l,editsRemaining:i.editsRemaining-1,str:u+i.str.slice(2)})}}}return n},D.TokenSet.fromString=function(e){for(var t=new D.TokenSet,n=t,r=0,i=e.length;r<i;r++){var o=e[r],a=r==i-1;if("*"==o)(t.edges[o]=t).final=a;else{var s=new D.TokenSet;s.final=a,t.edges[o]=s,t=s}}return n},D.TokenSet.prototype.toArray=function(){for(var e=[],t=[{prefix:"",node:this}];t.length;){var n=t.pop(),r=Object.keys(n.node.edges),i=r.length;n.node.final&&(n.prefix.charAt(0),e.push(n.prefix));for(var o=0;o<i;o++){var a=r[o];t.push({prefix:n.prefix.concat(a),node:n.node.edges[a]})}}return e},D.TokenSet.prototype.toString=function(){if(this._str)return this._str;for(var e=this.final?"1":"0",t=Object.keys(this.edges).sort(),n=t.length,r=0;r<n;r++){var i=t[r];e=e+i+this.edges[i].id}return e},D.TokenSet.prototype.intersect=function(e){for(var t=new D.TokenSet,n=void 0,r=[{qNode:e,output:t,node:this}];r.length;){n=r.pop();for(var i=Object.keys(n.qNode.edges),o=i.length,a=Object.keys(n.node.edges),s=a.length,c=0;c<o;c++)for(var l=i[c],u=0;u<s;u++){var f=a[u];if(f==l||"*"==l){var d=n.node.edges[f],h=n.qNode.edges[l],p=d.final&&h.final,m=void 0;f in n.output.edges?(m=n.output.edges[f]).final=m.final||p:((m=new D.TokenSet).final=p,n.output.edges[f]=m),r.push({qNode:h,output:m,node:d})}}}return t},D.TokenSet.Builder=function(){this.previousWord="",this.root=new D.TokenSet,this.uncheckedNodes=[],this.minimizedNodes={}},D.TokenSet.Builder.prototype.insert=function(e){var t,n=0;if(e<this.previousWord)throw new Error("Out of order word insertion");for(var r=0;r<e.length&&r<this.previousWord.length&&e[r]==this.previousWord[r];r++)n++;this.minimize(n),t=0==this.uncheckedNodes.length?this.root:this.uncheckedNodes[this.uncheckedNodes.length-1].child;for(r=n;r<e.length;r++){var i=new D.TokenSet,o=e[r];t.edges[o]=i,this.uncheckedNodes.push({parent:t,char:o,child:i}),t=i}t.final=!0,this.previousWord=e},D.TokenSet.Builder.prototype.finish=function(){this.minimize(0)},D.TokenSet.Builder.prototype.minimize=function(e){for(var t=this.uncheckedNodes.length-1;e<=t;t--){var n=this.uncheckedNodes[t],r=n.child.toString();r in this.minimizedNodes?n.parent.edges[n.char]=this.minimizedNodes[r]:(n.child._str=r,this.minimizedNodes[r]=n.child),this.uncheckedNodes.pop()}}

Completed in 25 milliseconds