/third_party/pulseaudio/src/pulsecore/ |
H A D | conf-parser.c | 49 if (item->lvalue && !pa_streq(state->lvalue, item->lvalue)) in normal_assignment() 63 pa_log("[%s:%u] Unknown lvalue '%s' in section '%s'.", state->filename, state->lineno, state->lvalue, pa_strna(state->section)); in normal_assignment() 73 if (pa_proplist_sets(state->proplist, state->lvalue, state->rvalue) < 0) { in proplist_assignment() 74 pa_log("[%s:%u] Failed to parse a proplist entry: %s = %s", state->filename, state->lineno, state->lvalue, state->rvalue); in proplist_assignment() 85 state->lvalue = state->buf + strspn(state->buf, WHITESPACE); in parse_line() 87 if ((c = strpbrk(state->lvalue, COMMENTS))) in parse_line() 90 if (!*state->lvalue) in parse_line() [all...] |
H A D | conf-parser.h | 36 const char *lvalue; /* name of the variable */ member 46 char *lvalue; member 59 * pa_config_items in *t that is terminated by an item where lvalue is
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_test_main.c | 147 long long lvalue = (long long)value; in write_elem() local 148 lvalue = MIN2(lvalue, ((long long)1 << (type.width - 1)) - 1); in write_elem() 149 lvalue = MAX2(lvalue, -((long long)1 << (type.width - 1))); in write_elem() 152 *((int8_t *)dst + index) = (int8_t)lvalue; in write_elem() 155 *((int16_t *)dst + index) = (int16_t)lvalue; in write_elem() 158 *((int32_t *)dst + index) = (int32_t)lvalue; in write_elem() 161 *((int64_t *)dst + index) = (int64_t)lvalue; in write_elem() 168 unsigned long long lvalue in write_elem() local [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
H A D | FindPreciseNodes.cpp | 42 const TVariable *build(TIntermTyped *lvalue); 78 const TVariable *AccessChain::build(TIntermTyped *lvalue) in build() argument 80 if (lvalue->getAsSwizzleNode()) in build() 82 return build(lvalue->getAsSwizzleNode()->getOperand()); in build() 84 if (lvalue->getAsSymbolNode()) in build() 86 const TVariable *var = &lvalue->getAsSymbolNode()->variable(); in build() 96 TIntermBinary *binary = lvalue->getAsBinaryNode(); in build() 141 // The assignment is either a unary or a binary node, and the lvalue is always the first child. in GetAssignmentAccessChain() 471 ObjectAndAccessChain lvalue = {lvalueBase, lvalueChain}; in visitLvalue() local 472 AddObjectIfPrecise(mInfo, lvalue); in visitLvalue() [all...] |
/third_party/libwebsockets/lib/abstract/transports/ |
H A D | raw-skt.c | 252 i.port = tm->u.lvalue; in lws_atcrs_client_conn() 258 i.ssl_connection = tm->u.lvalue; in lws_atcrs_client_conn() 367 if (!tm1 || !tm2 || tm1->u.lvalue != tm2->u.lvalue) in lws_atcrs_compare() 383 if (tm1->u.lvalue != tm2->u.lvalue) in lws_atcrs_compare()
|
/third_party/backends/backend/ |
H A D | coolscan2.c | 2756 unsigned long lvalue; in cs2_set_boundary() local 2774 lvalue = s->frame_offset * i_boundary + s->subframe / s->unit_mm; in cs2_set_boundary() 2775 cs2_pack_byte (s, (lvalue >> 24) & 0xff); in cs2_set_boundary() 2776 cs2_pack_byte (s, (lvalue >> 16) & 0xff); in cs2_set_boundary() 2777 cs2_pack_byte (s, (lvalue >> 8) & 0xff); in cs2_set_boundary() 2778 cs2_pack_byte (s, lvalue & 0xff); in cs2_set_boundary() 2780 lvalue = 0; in cs2_set_boundary() 2781 cs2_pack_byte (s, (lvalue >> 24) & 0xff); in cs2_set_boundary() 2782 cs2_pack_byte (s, (lvalue >> 16) & 0xff); in cs2_set_boundary() 2783 cs2_pack_byte (s, (lvalue >> in cs2_set_boundary() [all...] |
H A D | coolscan3.c | 2917 unsigned long lvalue = s->frame_offset * i_boundary + in cs3_set_boundary() local 2920 cs3_pack_long(s, lvalue); in cs3_set_boundary() 2924 lvalue = s->frame_offset * i_boundary + in cs3_set_boundary() 2926 cs3_pack_long(s, lvalue); in cs3_set_boundary()
|
/third_party/libwebsockets/include/libwebsockets/abstract/ |
H A D | abstract.h | 36 unsigned long lvalue; member
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-mixer.c | 2370 if (pa_streq(state->lvalue, "required-absent")) { in element_parse_required() 2378 else if (pa_streq(state->lvalue, "required-any")) { in element_parse_required() 2537 s = strstr(state->lvalue, "."); in element_parse_override_map() 2541 pa_log("[%s:%u] Override map index '%s' invalid in '%s'", state->filename, state->lineno, state->lvalue, state->section); in element_parse_override_map() 2545 pa_log("[%s:%u] Invalid override map syntax '%s' in '%s'", state->filename, state->lineno, state->lvalue, state->section); in element_parse_override_map() 2619 if (pa_streq(state->lvalue, "state.unplugged")) in jack_parse_state() 2623 pa_assert(pa_streq(state->lvalue, "state.plugged")); in jack_parse_state() 4031 pa_log("[%s:%u] %s invalid in section %s", state->filename, state->lineno, state->lvalue, state->section); in mapping_parse_device_strings() 4053 pa_log("[%s:%u] %s invalid in section %s", state->filename, state->lineno, state->lvalue, state->section); in mapping_parse_channel_map() 4074 pa_log("[%s:%u] %s invalid in section %s", state->filename, state->lineno, state->lvalue, stat in mapping_parse_paths() [all...] |
/third_party/elfutils/debuginfod/ |
H A D | debuginfod.cxx | 445 const string& lname, const string& lvalue, 448 const string& lname, const string& lvalue); 450 const string& lname, const string& lvalue, 453 const string& lname, const string& lvalue, 456 const string& lname, const string& lvalue, 464 tmp_inc_metric(const string& mname, const string& lname, const string& lvalue): in tmp_inc_metric() argument 465 m(mname), n(lname), v(lvalue) in tmp_inc_metric() 479 tmp_ms_metric(const string& mname, const string& lname, const string& lvalue): in tmp_ms_metric() argument 480 m(mname), n(lname), v(lvalue) in tmp_ms_metric() 2437 const string& lname, const string& lvalue, in set_metric() 2436 set_metric(const string& metric, const string& lname, const string& lvalue, double value) set_metric() argument 2446 inc_metric(const string& metric, const string& lname, const string& lvalue) inc_metric() argument 2454 add_metric(const string& metric, const string& lname, const string& lvalue, double value) add_metric() argument 2476 inc_metric(const string& metric, const string& lname, const string& lvalue, const string& rname, const string& rvalue) inc_metric() argument 2487 add_metric(const string& metric, const string& lname, const string& lvalue, const string& rname, const string& rvalue, double value) add_metric() argument [all...] |
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | RBTMXImporter.java | 195 String lvalue = text.substring(text.indexOf("=")+1,text.length()); in importDoc() 196 lookups.put(lkey, lvalue); in importDoc()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/ |
H A D | container_test.cc | 461 int lvalue = 4; in TEST_F() local 462 EXPECT_EQ(absl::c_accumulate(sequence_, lvalue), 1 + 2 + 3 + 4); in TEST_F() 466 int lvalue = 4; in TEST_F() local 467 EXPECT_EQ(absl::c_accumulate(sequence_, lvalue, std::multiplies<int>()), in TEST_F() 483 int lvalue = 1000; in TEST_F() local 484 EXPECT_EQ(absl::c_inner_product(sequence_, vector_, lvalue), in TEST_F() 489 int lvalue = 10; in TEST_F() local 490 EXPECT_EQ(absl::c_inner_product(sequence_, vector_, lvalue, in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | OutputASM.h | 283 int lvalue(sw::Shader::DestinationParameter &dst, TIntermTyped *node); 284 int lvalue(TIntermTyped *&root, unsigned int &offset, sw::Shader::Relative &rel, unsigned char &mask, Temporary &address, TIntermTyped *node);
|
H A D | OutputASM.cpp | 2550 lvalue(insert->dst, dst); in assignLvalue() 2564 int swizzle = lvalue(mov1->dst, dst); in assignLvalue() 2600 int swizzle = lvalue(root, offset, insert->src[0].rel, mask, address, node); in evaluateRvalue() 2619 int swizzle = lvalue(root, offset, mov1->src[0].rel, mask, address, node); in evaluateRvalue() 2634 int OutputASM::lvalue(sw::Shader::DestinationParameter &dst, TIntermTyped *node) in lvalue() function in glsl::OutputASM 2640 int swizzle = lvalue(root, offset, dst.rel, mask, address, node); in lvalue() 2649 int OutputASM::lvalue(TIntermTyped *&root, unsigned int &offset, sw::Shader::Relative &rel, unsigned char &mask, Temporary &address, TIntermTyped *node) in lvalue() function in glsl::OutputASM 2660 int leftSwizzle = lvalue(root, offset, rel, mask, address, left); // Resolve the l-value of the left side in lvalue()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/status/ |
H A D | statusor_test.cc | 1141 // lvalue from rvalue. 1190 CopyDetector lvalue(kValue1); in TEST() 1191 status_or = lvalue; in TEST() 1267 absl::StatusOr<std::string> lvalue("hello"); in TEST() 1268 EXPECT_EQ("hello", *lvalue); in TEST() 1304 absl::StatusOr<std::string> lvalue("hello"); in TEST() 1305 EXPECT_EQ(std::string("hello"), lvalue->c_str()); in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
H A D | optional_test.cc | 1020 O lvalue(absl::in_place, "lvalue"); in TEST() 1023 EXPECT_EQ("lvalue", lvalue.value()); in TEST() 1031 EXPECT_EQ("&", TypeQuals(lvalue.value())); in TEST() 1070 O lvalue(absl::in_place, "lvalue"); in TEST() 1073 EXPECT_EQ("lvalue", *lvalue); in TEST() 1081 EXPECT_EQ("&", TypeQuals(*lvalue)); in TEST() [all...] |
/third_party/libwebsockets/lib/abstract/protocols/smtp/ |
H A D | smtp-sequencer.c | 75 .u = { .lvalue = 25 },
|
/third_party/glslang/SPIRV/ |
H A D | GlslangToSpv.cpp | 535 // If lvalue flags contains nonUniform, return SPIR-V NonUniform decoration. 2015 // - complex lvalue base setups: foo.bar[3].... , where we see foo and start up an access chain 2259 // Struct reference propagates uniform lvalue in visitBinary() 3388 bool lvalue = false; in visitAggregate() local 3392 lvalue = true; in visitAggregate() 3408 lvalue = true; in visitAggregate() 3430 lvalue = true; in visitAggregate() 3443 lvalue = true; in visitAggregate() 3448 lvalue = true; in visitAggregate() 3457 // legalization will remove the OpLoad and convert to an lvalue in visitAggregate() 5616 bool lvalue = false; translateArguments() local [all...] |
/third_party/node/src/ |
H A D | node_errors.cc | 290 Local<Value> lvalue; in AppendExceptionLine() local 291 if (!maybe_value.ToLocal(&lvalue) || lvalue->IsString()) in AppendExceptionLine()
|
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLSPIRVCodeGenerator.cpp | 1216 // lvalue cannot simply be read and written via a pointer (e.g. it's a swizzle). We need to in writeFunctionCallArgument() 1243 tempVar.lvalue->store(load, out); in copyBackTempVars() 2055 std::unique_ptr<LValue> lvalue = this->getLValue(*swizzle.base(), out); in getLValue() local 2056 if (lvalue->applySwizzle(swizzle.components(), type)) { in getLValue() 2057 return lvalue; in getLValue() 2059 SpvId base = lvalue->getPointer(); in getLValue() 2061 fContext.fErrors->error(swizzle.fLine, "unable to retrieve lvalue from swizzle"); in getLValue() 2079 // expr isn't actually an lvalue, create a placeholder variable for it. This case in getLValue() 2693 std::unique_ptr<LValue> lvalue; in writeBinaryExpression() local 2696 lvalue in writeBinaryExpression() [all...] |
H A D | SkSLSPIRVCodeGenerator.h | 107 // returns a pointer to the lvalue, if possible. If the lvalue cannot be directly referenced 174 std::unique_ptr<SPIRVCodeGenerator::LValue> lvalue; member
|
/third_party/python/Lib/test/ |
H A D | test_optparse.py | 1073 lvalue = value.split(",") 1074 values.ensure_value(dest, []).extend(lvalue)
|
/third_party/toybox/toys/pending/ |
H A D | awk.c | 1099 static void lvalue(void); 1459 lvalue(); in builtin_call() 1607 // $ ++ lvalue 1608 // $ -- lvalue 1663 else error_exit("bad lvalue?"); in convert_push_to_reference() 1666 static void lvalue(void) in lvalue() function 1675 XERR("syntax near '%s' (bad lvalue)\n", TT.tokstr); in lvalue() 1684 // return -1 for field or var (potential lvalue); in primary() 1756 // Unary prefix ++ -- MUST take lvalue in primary() 1760 lvalue(); in primary() [all...] |
/third_party/googletest/googlemock/test/ |
H A D | gmock-actions_test.cc | 206 // It's possible to provide an int. If it's given to an lvalue, the result is in TEST() 760 // implicitly convertible from decltype(x) but requires a non-const lvalue 1343 // actions should receive only lvalue references. 1348 // lvalue reference, and the final action an rvalue reference. in TEST() 1366 // Mock action accepts by const lvalue reference: both actions should receive in TEST() 1367 // a const lvalue reference. in TEST() 1386 // Mock action accepts by non-const lvalue reference: both actions should get in TEST() 1387 // a non-const lvalue reference if they want them. in TEST() 1405 // a non-const lvalue reference if it wants it, and the final action an rvalue in TEST() 1852 auto lvalue in TEST() local [all...] |
/third_party/libabigail/include/ |
H A D | abg-ir.h | 2371 bool lvalue, size_t size_in_bits, 2374 reference_type_def(const environment& env, bool lvalue, size_t size_in_bits,
|