HomeSort by relevance Sort by last modified time
    Searched refs:Variable (Results 201 - 225 of 601) sorted by null

1 2 3 4 5 6 7 891011>>

  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6ConfigImpl.c 308 Read the configuration data from variable storage according to the VarName and
309 gEfiIp6ConfigProtocolGuid. It checks the integrity of variable data. If the
310 data is corrupted, it clears the variable data to ZERO. Othewise, it outputs the
313 @param[in] VarName The pointer to the variable name
316 @retval EFI_NOT_FOUND The variable can not be found or already corrupted.
329 IP6_CONFIG_VARIABLE *Variable;
336 // Try to read the configuration variable.
349 // Allocate buffer and read the config variable.
351 Variable = AllocatePool (VarSize);
352 if (Variable == NULL) {
    [all...]
  /external/v8/src/ic/
accessor-assembler.cc 25 Variable* var_handler,
58 Variable* var_handler,
107 Variable* var_handler, Label* if_transition_handler,
108 Variable* var_transition_map_cell, Label* if_miss) {
148 Variable var_holder(this, MachineRepresentation::kTagged);
150 Variable var_smi_handler(this, MachineRepresentation::kTagged);
153 Variable* vars[] = {&var_holder, &var_smi_handler};
185 Variable var_double_value(this, MachineRepresentation::kFloat64);
306 const LoadICParameters* p, Node* handler, Variable* var_holder,
307 Variable* var_smi_handler, Label* if_smi_handler, Label* miss
    [all...]
  /external/v8/src/builtins/
builtins-conversion.cc 233 typedef CodeStubAssembler::Variable Variable;
239 Variable var_result(assembler, MachineRepresentation::kTagged);
332 typedef CodeStubAssembler::Variable Variable;
338 Variable var_len(&assembler, MachineRepresentation::kTagged);
419 typedef CodeStubAssembler::Variable Variable;
430 Variable constructor_function_index_var(&assembler,
builtins-internal.cc 152 typedef CodeStubAssembler::Variable Variable;
184 Variable var_index(assembler, MachineType::PointerRepresentation());
231 typedef CodeStubAssembler::Variable Variable;
241 Variable var_frame(&assembler, MachineType::PointerRepresentation()),
builtins-arguments.cc 23 Variable frame_ptr(this, MachineType::PointerRepresentation());
30 Variable argument_count(this, ParameterRepresentation(mode));
135 Variable offset(this, MachineType::PointerRepresentation());
160 Variable result(this, MachineRepresentation::kTagged);
210 Variable result(this, MachineRepresentation::kTagged);
269 Variable result(this, MachineRepresentation::kTagged);
322 Variable current_argument(this, MachineType::PointerRepresentation());
344 Variable context_index(this, OptimalParameterRepresentation());
  /external/v8/src/compiler/
ast-graph-builder.h 117 // Analyzer of local variable liveness.
242 // Computes local variable liveness and replaces dead variables in
266 Node* BuildArgumentsObject(Variable* arguments);
268 // Builders for variable load and assignment.
269 Node* BuildVariableAssignment(Variable* variable, Node* value,
274 Node* BuildVariableDelete(Variable* variable, BailoutId bailout_id,
276 Node* BuildVariableLoad(Variable* variable, BailoutId bailout_id
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX8632Traits.h     [all...]
  /external/v8/src/parsing/
parser.h 179 typedef v8::internal::Variable Variable;
269 Variable* NewTemporary(const AstRawString* name) {
422 void VisitObjectLiteral(ObjectLiteral* node, Variable** temp_var);
423 void VisitArrayLiteral(ArrayLiteral* node, Variable** temp_var);
439 Variable* CreateTempVar(Expression* value = nullptr);
470 Expression* BuildIteratorNextResult(Expression* iterator, Variable* result,
524 Variable* Declare(Declaration* declaration,
538 Statement* BuildAssertIsCoercible(Variable* var);
654 Variable* PromiseVariable()
    [all...]
rewriter.cc 19 Variable* result, AstValueFactory* ast_value_factory)
32 Processor(Parser* parser, DeclarationScope* closure_scope, Variable* result,
65 Variable* result_;
142 // An initializer block is the rewritten form of a variable declaration
146 // a variable declaration with initialization expression is 'undefined'
256 Variable* backup = closure_scope()->NewTemporary(
375 Variable* result = closure_scope->NewTemporary(
417 Variable* result_var = result->var();
  /external/deqp/framework/randomshaders/
rsgProgramExecutor.cpp 225 vector<const Variable*> outputs;
258 for (vector<const Variable*>::const_iterator i = outputs.begin(); i != outputs.end(); i++)
260 const Variable* output = *i;
286 const Variable* fragColorVar = DE_NULL;
287 vector<const Variable*> outputs;
291 for (vector<const Variable*>::const_iterator i = outputs.begin(); i != outputs.end(); i++)
  /external/v8/src/
code-stub-assembler.h 492 CodeStubArguments& args, Variable& arg_index,
    [all...]
  /build/blueprint/
live_tracker.go 25 config interface{} // Used to evaluate variable, rule, and pool values.
27 variables map[Variable]*ninjaString
35 variables: make(map[Variable]*ninjaString),
143 func (l *liveTracker) addVariable(v Variable) error {
148 // This variable is a placeholder for an argument that can be passed
188 func (l *liveTracker) RemoveVariableIfLive(v Variable) bool {
  /build/soong/androidmk/cmd/androidmk/
values.go 56 return nil, fmt.Errorf("Unsupported non-const variable name %s", name.Dump())
58 tmp := &bpparser.Variable{
118 // Variable by itself, variable is probably a list
120 return nil, fmt.Errorf("unsupported non-const variable name")
130 listOfListValues = append(listOfListValues, &bpparser.Variable{
193 return nil, fmt.Errorf("unsupported non-const variable name")
195 return &bpparser.Variable{
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
macsupport.py 174 return Variable(self.returntype, "_err", ErrorMode)
176 return Variable(self.returntype, "_rv", OutMode)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
ast.ml 10 (* variant for referencing a variable, like "a". *)
11 | Variable of string
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
ast.ml 10 (* variant for referencing a variable, like "a". *)
11 | Variable of string
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
ast.ml 10 (* variant for referencing a variable, like "a". *)
11 | Variable of string
  /external/mesa3d/src/compiler/nir/
nir_algebraic.py 58 assert not self.immutable, "Unknown replacement variable: " + name
74 return Variable(val, name_base, varset)
84 % elif isinstance(val, Variable):
116 Variable=Variable,
159 class Variable(Value):
161 Value.__init__(self, name, "variable")
298 classes to each variable. If it ever comes across an inconsistency, it
337 if isinstance(val, (Constant, Variable)):
370 elif isinstance(val, Variable)
    [all...]
  /external/python/cpython2/Tools/bgen/bgen/
macsupport.py 174 return Variable(self.returntype, "_err", ErrorMode)
176 return Variable(self.returntype, "_rv", OutMode)
  /external/swiftshader/src/Reactor/
Optimizer.cpp 66 std::unordered_map<Ice::Variable*, Ice::Inst*> definition;
138 Ice::Variable *loadData = load->getDest();
401 Ice::Variable *oldValue = instruction->getDest();
453 if(Ice::Variable *var = llvm::dyn_cast<Ice::Variable>(src))
464 Ice::Variable *dest = instruction->getDest();
472 if(Ice::Variable *address = llvm::dyn_cast<Ice::Variable>(storeAddress(instruction)))
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
ast.ml 10 (* variant for referencing a variable, like "a". *)
11 | Variable of string
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
ast.ml 10 (* variant for referencing a variable, like "a". *)
11 | Variable of string
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
ast.ml 10 (* variant for referencing a variable, like "a". *)
11 | Variable of string
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
plot_dynamics.py 23 class Variable(object):
24 def __init__(self, variable):
25 self._ID = variable[0]
26 self._xlabel = variable[1]
27 self._ylabel = variable[2]
28 self._subplot = variable[3]
29 self._y_max = variable[4]
54 # Each variable will be plotted in a separated box.
136 for variable in variables:
137 var.append(Variable(variable)
    [all...]
  /build/blueprint/parser/
ast.go 37 // An Assignment is a variable assignment at the top level of a Blueprints file, scoped to the
111 // Map, a List, an Operator that combines two expressions of the same type, or a Variable that
213 type Variable struct {
219 func (x *Variable) Pos() scanner.Position { return x.NamePos }
220 func (x *Variable) End() scanner.Position { return x.NamePos }
222 func (x *Variable) Copy() Expression {
227 func (x *Variable) Eval() Expression {
231 func (x *Variable) String() string {
235 func (x *Variable) Type() Type { return x.Value.Type() }

Completed in 1397 milliseconds

1 2 3 4 5 6 7 891011>>