| /third_party/pulseaudio/src/pulsecore/ |
| D | conf-parser.h | 36 const char *lvalue; /* name of the variable */ member 46 char *lvalue; member
|
| /third_party/libwebsockets/include/libwebsockets/abstract/ |
| D | abstract.h | 36 unsigned long lvalue; member
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| D | lp_test_main.c | 147 long long lvalue = (long long)value; in write_elem() local 168 unsigned long long lvalue = (long long)value; in write_elem() local
|
| /third_party/gstreamer/gstplugins_good/gst/goom/ |
| D | goomsl_yacc.y | 366 static NodeType *new_set(NodeType *lvalue, NodeType *expression) in new_set() 379 static NodeType *new_plus_eq(NodeType *lvalue, NodeType *expression) /* {{{ */ in new_plus_eq() 398 static NodeType *new_sub_eq(NodeType *lvalue, NodeType *expression) /* {{{ */ in new_sub_eq() 417 static NodeType *new_mul_eq(NodeType *lvalue, NodeType *expression) /* {{{ */ in new_mul_eq() 436 static NodeType *new_div_eq(NodeType *lvalue, NodeType *expression) /* {{{ */ in new_div_eq() 915 NodeType *lvalue = set->unode.opr.op[0]; in new_affect_list_after() local
|
| /third_party/flutter/skia/src/sksl/ |
| D | SkSLByteCodeGenerator.cpp | 595 std::unique_ptr<LValue> lvalue = this->getLValue(*b.fLeft); in writeBinaryExpression() local 606 std::unique_ptr<LValue> lvalue; in writeBinaryExpression() local 1015 std::unique_ptr<LValue> lvalue = this->getLValue(*p.fOperand); in writePrefixExpression() local 1056 std::unique_ptr<LValue> lvalue = this->getLValue(*p.fOperand); in writePostfixExpression() local
|
| D | SkSLCFGGenerator.cpp | 128 Expression* lvalue) { in tryRemoveLValueBefore()
|
| D | SkSLCompiler.cpp | 265 void Compiler::addDefinition(const Expression* lvalue, std::unique_ptr<Expression>* expr, in addDefinition() 463 static bool is_dead(const Expression& lvalue) { in is_dead()
|
| D | SkSLJIT.cpp | 563 std::unique_ptr<LValue> lvalue = this->getLValue(builder, *b.fLeft); in compileBinary() local 742 std::unique_ptr<LValue> lvalue = this->getLValue(builder, *p.fOperand); in compilePostfix() local 790 std::unique_ptr<LValue> lvalue = this->getLValue(builder, *p.fOperand); in compilePrefix() local
|
| D | SkSLSPIRVCodeGenerator.cpp | 2287 std::unique_ptr<LValue> lvalue; in writeBinaryExpression() local
|
| /third_party/icu/tools/unicodetools/com/ibm/rbm/ |
| D | RBTMXImporter.java | 195 … String lvalue = text.substring(text.indexOf("=")+1,text.length()); in importDoc() local
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
| D | FindPreciseNodes.cpp | 78 const TVariable *AccessChain::build(TIntermTyped *lvalue) in build() 471 ObjectAndAccessChain lvalue = {lvalueBase, lvalueChain}; in visitLvalue() local
|
| /third_party/elfutils/debuginfod/ |
| D | debuginfod.cxx | 464 tmp_inc_metric(const string& mname, const string& lname, const string& lvalue): in tmp_inc_metric() 479 tmp_ms_metric(const string& mname, const string& lname, const string& lvalue): in tmp_ms_metric() 2437 const string& lname, const string& lvalue, in set_metric() 2447 const string& lname, const string& lvalue) in inc_metric() 2455 const string& lname, const string& lvalue, in add_metric() 2477 const string& lname, const string& lvalue, in inc_metric() 2488 const string& lname, const string& lvalue, in add_metric()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/ |
| D | container_test.cc | 461 int lvalue = 4; in TEST_F() local 466 int lvalue = 4; in TEST_F() local 483 int lvalue = 1000; in TEST_F() local 489 int lvalue = 10; in TEST_F() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/status/ |
| D | statusor_test.cc | 1190 CopyDetector lvalue(kValue1); in TEST() local 1267 absl::StatusOr<std::string> lvalue("hello"); in TEST() local 1304 absl::StatusOr<std::string> lvalue("hello"); in TEST() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
| D | optional_test.cc | 1020 O lvalue(absl::in_place, "lvalue"); in TEST() local 1070 O lvalue(absl::in_place, "lvalue"); in TEST() local
|
| /third_party/flutter/skia/third_party/externals/sdl/src/stdlib/ |
| D | SDL_string.c | 238 unsigned long lvalue = 0; in SDL_ScanFloat() local
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| D | OutputASM.cpp | 2634 int OutputASM::lvalue(sw::Shader::DestinationParameter &dst, TIntermTyped *node) in lvalue() function in glsl::OutputASM 2649 …int OutputASM::lvalue(TIntermTyped *&root, unsigned int &offset, sw::Shader::Relative &rel, unsign… in lvalue() function in glsl::OutputASM
|
| /third_party/glslang/SPIRV/ |
| D | GlslangToSpv.cpp | 2841 bool lvalue = false; in visitAggregate() local 4606 bool lvalue = false; in translateArguments() local
|
| D | SpvBuilder.cpp | 2889 Id lvalue = collapseAccessChain(); in accessChainGetLValue() local
|
| /third_party/skia/src/sksl/codegen/ |
| D | SkSLSPIRVCodeGenerator.cpp | 2055 std::unique_ptr<LValue> lvalue = this->getLValue(*swizzle.base(), out); in getLValue() local 2693 std::unique_ptr<LValue> lvalue; in writeBinaryExpression() local
|
| /third_party/googletest/googlemock/test/ |
| D | gmock-actions_test.cc | 1435 auto lvalue = make(6); in TEST() local
|
| /third_party/mesa3d/src/compiler/glsl/ |
| D | ast_to_hir.cpp | 1064 get_lvalue_copy(exec_list *instructions, ir_rvalue *lvalue) in get_lvalue_copy()
|
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| D | Reactor.hpp | 2764 RValue<T>::RValue(const T &lvalue) in RValue()
|
| /third_party/flutter/skia/third_party/externals/libwebp/swig/ |
| D | libwebp_python_wrap.c | 1115 long lvalue; member
|
| /third_party/skia/third_party/externals/libwebp/swig/ |
| D | libwebp_python_wrap.c | 1120 long lvalue; member
|