Searched defs:var (Results 76 - 100 of 259) sorted by relevance

1234567891011

/external/linux-tools-perf/util/
H A Dprobe-event.h61 char *var; /* Variable name */ member in struct:perf_probe_arg
/external/mesa3d/src/glsl/
H A Dir_clone.cpp42 ir_variable *var = new(mem_ctx) ir_variable(this->type, this->name, local
45 var->max_array_access = this->max_array_access;
46 var->read_only = this->read_only;
47 var->centroid = this->centroid;
48 var->invariant = this->invariant;
49 var->interpolation = this->interpolation;
50 var->array_lvalue = this->array_lvalue;
51 var->location = this->location;
52 var->warn_extension = this->warn_extension;
53 var
[all...]
H A Dloop_analysis.h143 ir_variable *var; member in class:loop_variable
167 * If \c iv_scale is \c NULL, 1 is used. If \c biv is the same as \c var,
168 * then \c var is a basic loop induction variable.
193 assert(!this->var->read_only || (this->var->read_only && is_const));
H A Dloop_controls.cpp37 * \param loop Loop where \c var is an induction variable
38 * \param var Variable whose initializer is to be found
45 find_initial_value(ir_loop *loop, ir_variable *var) argument
69 if (assignee == var)
236 ir_variable *var = counter->variable_referenced(); local
238 ir_rvalue *init = find_initial_value(ir, var);
243 if (lv->var == var) {
255 ir->counter = lv->var;
H A Dopt_copy_propagation.cpp60 kill_entry(ir_variable *var) argument
62 assert(var);
63 this->var = var;
66 ir_variable *var; member in class:kill_entry
164 ir_variable *var = ir->var;
169 if (var == entry->lhs) {
170 ir->var = entry->rhs;
233 kill(k->var);
285 kill(ir_variable *var) argument
[all...]
H A Dopt_dead_code_local.cpp67 ir_variable *const var = ir->variable_referenced(); local
72 if (entry->lhs == var) {
116 ir_variable *var = NULL; local
129 var = ir->lhs->variable_referenced();
130 assert(var);
145 printf("looking for %s to remove\n", var->name);
149 if (entry->lhs == var) {
151 printf("removing %s\n", var->name);
165 assignment_entry *entry = new(ctx) assignment_entry(var, ir);
169 printf("add %s\n", var
[all...]
H A Dopt_structure_splitting.cpp50 variable_entry2(ir_variable *var) argument
52 this->var = var;
59 ir_variable *var; /* The key: the variable's pointer. */ member in class:variable_entry2
68 /** hieralloc_parent(this->var) -- the shader's hieralloc context. */
92 variable_entry2 *get_variable_entry2(ir_variable *var);
101 ir_structure_reference_visitor::get_variable_entry2(ir_variable *var) argument
103 assert(var);
105 if (!var->type->is_record() || var
134 ir_variable *const var = ir->variable_referenced(); local
197 get_splitting_entry(ir_variable *var) argument
[all...]
H A Dopt_tree_grafting.cpp87 ir_variable *var; member in struct:find_deref_info
97 if (deref && deref->var == info->var)
102 dereferences_variable(ir_instruction *ir, ir_variable *var) argument
106 info.var = var;
122 if (!deref || deref->var != this->graft_var)
/external/v8/test/mjsunit/tools/
H A Dtickprocessor.js36 var p_default = new ArgumentsProcessor([]);
40 var p_logFile = new ArgumentsProcessor(['logfile.log']);
44 var p_platformAndLog = new ArgumentsProcessor(['--windows', 'winlog.log']);
49 var p_flags = new ArgumentsProcessor(['--gc', '--separate-ic']);
54 var p_nmAndLog = new ArgumentsProcessor(['--nm=mn', 'nmlog.log']);
59 var p_bad = new ArgumentsProcessor(['--unknown', 'badlog.log']);
65 var oldLoadSymbols = UnixCppEntriesProvider.prototype.loadSymbols;
82 var shell_prov = new UnixCppEntriesProvider();
83 var shell_syms = [];
108 var libc_pro
[all...]
/external/webkit/Source/WebKit/win/
H A DDefaultPolicyDelegate.cpp108 VARIANT var; local
109 if (SUCCEEDED(actionInformation->Read(WebActionNavigationTypeKey, &var, 0))) {
110 V_VT(&var) = VT_I4;
111 navType = V_I4(&var);
/external/webkit/Tools/DumpRenderTree/win/
H A DPolicyDelegate.cpp105 VARIANT var; local
106 if (SUCCEEDED(actionInformation->Read(WebActionNavigationTypeKey, &var, 0))) {
107 V_VT(&var) = VT_I4;
108 navType = V_I4(&var);
/external/webkit/Source/WebCore/inspector/front-end/
H A DDetailedHeapshotGridNodes.js42 var cell = WebInspector.DataGridNode.prototype.createCell.call(this, columnIdentifier);
74 var haveSavedChildren = !!this._savedChildren;
77 for (var c in this._savedChildren) {
85 for (var i = 0, l = items.length; i < l; ++i) {
86 var item = items[i];
88 var hash = this._childHashForEntity(item);
116 for (var i = 0, childrenCount = this.children.length; i < childrenCount; ++i) {
117 var child = this.children[i];
136 for (var i = 0, l = this.children.length; i < l; ++i) {
137 var chil
[all...]
H A Dutilities.js34 var func = this;
35 var args = Array.prototype.slice.call(arguments, 1);
48 var startNode;
49 var startOffset = 0;
50 var endNode;
51 var endOffset = 0;
57 var node = this;
66 var start = (node === this ? (offset - 1) : (node.nodeValue.length - 1));
67 for (var i = start; i >= 0; --i) {
101 var star
[all...]
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
H A Djquery.flot.min.js1 (function(){jQuery.color={};jQuery.color.make=function(G,H,J,I){var A={};A.r=G||0;A.g=H||0;A.b=J||0;A.a=I!=null?I:1;A.add=function(C,D){for(var E=0;E<C.length;++E){A[C.charAt(E)]+=D}return A.normalize()};A.scale=function(C,D){for(var E=0;E<C.length;++E){A[C.charAt(E)]*=D}return A.normalize()};A.toString=function(){if(A.a>=1){return"rgb("+[A.r,A.g,A.b].join(",")+")"}else{return"rgba("+[A.r,A.g,A.b,A.a].join(",")+")"}};A.normalize=function(){function C(E,D,F){return D<E?E:(D>F?F:D)}A.r=C(0,parseInt(A.r),255);A.g=C(0,parseInt(A.g),255);A.b=C(0,parseInt(A.b),255);A.a=C(0,A.a,1);return A};A.clone=function(){return jQuery.color.make(A.r,A.b,A.g,A.a)};return A.normalize()};jQuery.color.extract=function(E,F){var A;do{A=E.css(F).toLowerCase();if(A!=""&&A!="transparent"){break}E=E.parent()}while(!jQuery.nodeName(E.get(0),"body"));if(A=="rgba(0, 0, 0, 0)"){A="transparent"}return jQuery.color.parse(A)};jQuery.color.parse=function(A){var F,H=jQuery.color.make;if(F=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(A)){return H(parseInt(F[1],10),parseInt(F[2],10),parseInt(F[3],10))}if(F=/rgba\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]+(?:\.[0-9]+)?)\s*\)/.exec(A)){return H(parseInt(F[1],10),parseInt(F[2],10),parseInt(F[3],10),parseFloat(F[4]))}if(F=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(A)){return H(parseFloat(F[1])*2.55,parseFloat(F[2])*2.55,parseFloat(F[3])*2.55)}if(F=/rgba\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\s*\)/.exec(A)){return H(parseFloat(F[1])*2.55,parseFloat(F[2])*2.55,parseFloat(F[3])*2.55,parseFloat(F[4]))}if(F=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(A)){return H(parseInt(F[1],16),parseInt(F[2],16),parseInt(F[3],16))}if(F=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(A)){return H(parseInt(F[1]+F[1],16),parseInt(F[2]+F[2],16),parseInt(F[3]+F[3],16))}var G=jQuery.trim(A).toLowerCase();if(G=="transparent"){return H(255,255,255,0)}else{F=B[G];return H(F[0],F[1],F[2])}};var B={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0]}})();(function(C){function B(l,W,X,E){var O=[],g={colors:["#edc240","#afd8f8","#cb4b4b","#4da74d","#9440ed"],legend:{show:true,noColumns:1,labelFormatter:null,labelBoxBorderColor:"#ccc",container:null,position:"ne",margin:5,backgroundColor:null,backgroundOpacity:0.85},xaxis:{mode:null,transform:null,inverseTransform:null,min:null,max:null,autoscaleMargin:null,ticks:null,tickFormatter:null,labelWidth:null,labelHeight:null,tickDecimals:null,tickSize:null,minTickSize:null,monthNames:null,timeformat:null,twelveHourClock:false},yaxis:{autoscaleMargin:0.02},x2axis:{autoscaleMargin:null},y2axis:{autoscaleMargin:0.02},series:{points:{show:false,radius:3,lineWidth:2,fill:true,fillColor:"#ffffff"},lines:{lineWidth:2,fill:false,fillColor:null,steps:false},bars:{show:false,lineWidth:2,barWidth:1,fill:true,fillColor:null,align:"left",horizontal:false},shadowSize:3},grid:{show:true,aboveData:false,color:"#545454",backgroundColor:null,tickColor:"rgba(0,0,0,0.15)",labelMargin:5,borderWidth:2,borderColor:null,markings:null,markingsColor:"#f4f4f4",markingsLineWidth:2,clickable:false,hoverable:false,autoHighlight:true,mouseActiveRadius:10},hooks:{}},P=null,AC=null,AD=null,Y=null,AJ=null,s={xaxis:{},yaxis:{},x2axis:{},y2axis:{}},e={left:0,right:0,top:0,bottom:0},y=0,Q=0,I=0,t=0,L={processOptions:[],processRawData:[],processDatapoints:[],draw:[],bindEvents:[],drawOverlay:[]},G=this;G.setData=f;G.setupGrid=k;G.draw=AH;G.getPlaceholder=function(){return l};G.getCanvas=function(){return P};G.getPlotOffset=function(){return e};G.width=function(){return I};G.height=function(){return t};G.offset=function(){var AK=AD.offset();AK.left+=e.left;AK.top+=e.top;return AK};G.getData=function(){return O};G.getAxes=function(){return s};G.getOptions=function(){return g};G.highlight=AE;G.unhighlight=x;G.triggerRedrawOverlay=q;G.pointOffset=function(AK){return{left:parseInt(T(AK,"xaxis").p2c(+AK.x)+e.left),top:parseInt(T(AK,"yaxis").p2c(+AK.y)+e.top)}};G.hooks=L;b(G);r(X);c();f(W);k();AH();AG();function Z(AM,AK){AK=[G].concat(AK);for(var A
[all...]
/external/v8/src/
H A Dliveedit-debugger.js48 var FunctionStatus;
56 var old_source = script.source;
59 var old_compile_info = GatherCompileInfo(old_source, script);
62 var root_old_node = BuildCodeInfoTree(old_compile_info);
64 var pos_translator = new PosTranslator(diff_array);
73 var new_compile_info;
79 var root_new_node = BuildCodeInfoTree(new_compile_info);
85 var replace_code_list = new Array();
86 var link_to_old_script_list = new Array();
87 var link_to_original_script_lis
[all...]
/external/chromium/base/win/
H A Dscoped_variant.cc55 ScopedVariant::ScopedVariant(const VARIANT& var) { argument
57 Set(var);
60 void ScopedVariant::Reset(const VARIANT& var) { argument
61 if (&var != &var_) {
63 var_ = var;
68 VARIANT var = var_; local
70 return var;
73 void ScopedVariant::Swap(ScopedVariant& var) { argument
75 var_ = var.var_;
76 var
90 Compare(const VARIANT& var, bool ignore_case) const argument
219 Set(const VARIANT& var) argument
227 operator =(const VARIANT& var) argument
[all...]
/external/clang/lib/CodeGen/
H A DCGBlocks.h206 const Capture &getCapture(const VarDecl *var) const {
207 return const_cast<CGBlockInfo*>(this)->getCapture(var);
209 Capture &getCapture(const VarDecl *var) { argument
211 it = Captures.find(var);
/external/clang/test/CodeGenCXX/
H A Dthunks.cpp227 void C::helper(NonPOD var) {} argument
233 void C::bar(NonPOD var) {} argument
/external/clang/test/Sema/
H A DMicrosoftExtensions.c52 struct test var; local
53 var.a;
54 var.b;
55 var.c;
56 var.bad1; // expected-error {{no member named 'bad1' in 'struct test'}}
57 var.bad2; // expected-error {{no member named 'bad2' in 'struct test'}}
H A Dexprs.c54 static int var; local
55 var =+ 5; // expected-warning {{use of unary operator that may be intended as compound assignment (+=)}}
56 var =- 5; // expected-warning {{use of unary operator that may be intended as compound assignment (-=)}}
57 var = +5; // no warning when space between the = and +.
58 var = -5;
60 var =+5; // no warning when the subexpr of the unary op has no space before it.
61 var =-5;
64 var=-FIVE; // no warning with macros.
65 var=-FIVE;
H A Dswitch.c85 int f0(int var) { argument
/external/clang/test/SemaCXX/
H A DMicrosoftCompatibility.cpp152 const T::Type var = 2; // expected-warning {{missing 'typename' prior to dependent type name}} local
H A Dtypo-correction.cpp67 st var = { .fielda = 0.0 }; // expected-error{{field designator 'fielda' does not refer to any field in type 'st'; did you mean 'FieldA'?}} variable
/external/dhcpcd/
H A Dshowlease.c30 const char *var; member in struct:dhcp_opt
/external/libvpx/vp8/encoder/
H A Dvariance_c.c106 unsigned int var; local
110 variance(src_ptr, source_stride, ref_ptr, recon_stride, 16, 16, &var, &avg);
111 *sse = var;
112 return (var - ((avg * avg) >> 8));
122 unsigned int var; local
126 variance(src_ptr, source_stride, ref_ptr, recon_stride, 8, 16, &var, &avg);
127 *sse = var;
128 return (var - ((avg * avg) >> 7));
138 unsigned int var; local
142 variance(src_ptr, source_stride, ref_ptr, recon_stride, 16, 8, &var,
155 unsigned int var; local
171 unsigned int var; local
188 unsigned int var; local
[all...]

Completed in 674 milliseconds

1234567891011