/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | idef-parser.y | 38 HexValue rvalue; member 60 %token <rvalue> REG IMM PRED 67 %type <rvalue> rvalue lvalue VAR assign_statement var var_decl var_type 68 %type <rvalue> FAIL 69 %type <rvalue> TYPE_SIGNED TYPE_UNSIGNED TYPE_INT TYPE_LONG TYPE_SIZE_T 269 | rvalue ';' 274 assign_statement : lvalue '=' rvalue 280 | var_decl '=' rvalue 286 | lvalue INC rvalue 293 | lvalue DEC rvalue [all …]
|
H A D | parser-helpers.c | 170 void imm_print(Context *c, YYLTYPE *locp, HexValue *rvalue) in imm_print() argument 172 HexImm *imm = &rvalue->imm; in imm_print() 181 if (rvalue->bit_width == 32) { in imm_print() 182 if (rvalue->signedness == UNSIGNED) { in imm_print() 187 } else if (rvalue->bit_width == 64) { in imm_print() 188 if (rvalue->signedness == UNSIGNED) { in imm_print() 219 HexValue *rvalue = (HexValue *) pointer; in rvalue_print() local 220 switch (rvalue->type) { in rvalue_print() 222 reg_print(c, locp, &rvalue->reg); in rvalue_print() 225 reg_arg_print(c, locp, &rvalue->reg); in rvalue_print() [all …]
|
H A D | README.rst | 217 | rvalue ';' 243 and an ``rvalue ';'``. 342 The type of each ``rvalue`` is determined by two attributes: its bit width 345 For each operation, the type of ``rvalue``\ s influence the way in which the 356 ``rvalue``\ s; in that case if one of the two operands is greater than 32 bits 362 The combination of ``rvalue``\ s are handled through the use of the 393 rvalue : rvalue QMARK rvalue COLON rvalue 678 statement | rvalue ';' 680 rvalue : rvalue QMARK rvalue COLON rvalue 681 | rvalue EQ rvalue [all …]
|
H A D | parser-helpers.h | 83 void imm_print(Context *c, YYLTYPE *locp, HexValue *rvalue); 164 HexValue rvalue_materialize(Context *c, YYLTYPE *locp, HexValue *rvalue); 166 HexValue gen_rvalue_extend(Context *c, YYLTYPE *locp, HexValue *rvalue); 168 HexValue gen_rvalue_truncate(Context *c, YYLTYPE *locp, HexValue *rvalue);
|
/openbmc/linux/fs/ceph/ |
H A D | quota.c | 328 u64 max, rvalue; in check_quota_exceeded() local 364 rvalue = ci->i_rfiles + ci->i_rsubdirs; in check_quota_exceeded() 367 rvalue = ci->i_rbytes; in check_quota_exceeded() 373 exceeded = (max && (rvalue + delta > max)); in check_quota_exceeded() 377 if (rvalue >= max) in check_quota_exceeded() 385 (((max - rvalue) >> 4) < delta); in check_quota_exceeded()
|
/openbmc/linux/net/sched/ |
H A D | em_meta.c | 86 struct meta_value rvalue; member 854 meta_get(skb, info, &meta->rvalue, &r_value) < 0) in em_meta_match() 878 ops->destroy(&meta->rvalue); in meta_delete() 937 memcpy(&meta->rvalue.hdr, &hdr->right, sizeof(hdr->right)); in em_meta_change() 940 !meta_is_supported(&meta->rvalue)) { in em_meta_change() 946 meta_change_data(&meta->rvalue, tb[TCA_EM_META_RVALUE]) < 0) in em_meta_change() 973 memcpy(&hdr.right, &meta->rvalue.hdr, sizeof(hdr.right)); in em_meta_dump() 980 ops->dump(skb, &meta->rvalue, TCA_EM_META_RVALUE) < 0) in em_meta_dump()
|
/openbmc/linux/tools/testing/ktest/ |
H A D | ktest.pl | 839 my ($lvalue, $rvalue, $override, $overrides, $name) = @_; 841 my $prvalue = process_variables($rvalue); 874 my ($lvalue, $rvalue, $name) = @_; 876 my $prvalue = process_variables($rvalue); 886 push @{$arr}, $rvalue; 890 my ($lvalue, $rvalue) = @_; 892 if ($rvalue =~ /^\s*$/) { 895 $rvalue = process_variables($rvalue); 896 $variable{$lvalue} = $rvalue; 1182 my $rvalue = $2; [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libcec/libcec/ |
H A D | 0001-cecloader-Match-return-type-of-function-LibCecBootlo.patch | 7 include/cecloader.h:175:14: error: cannot initialize return object of type 'bool' with an rvalue of…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ftgl/ftgl/ |
H A D | 0001-Fix-type-mismatch-with-latest-FreeType.patch | 9 …cpp:171:15: error: cannot initialize a variable of type 'char *' with an rvalue of type 'unsigned …
|
/openbmc/linux/drivers/power/supply/ |
H A D | rt9471.c | 222 unsigned int sel, rvalue; in rt9471_get_value_by_field_range() local 229 ret = linear_range_get_value(rt9471_chg_ranges + range, sel, &rvalue); in rt9471_get_value_by_field_range() 233 *val = rvalue; in rt9471_get_value_by_field_range()
|
/openbmc/linux/sound/soc/codecs/ |
H A D | rt712-sdca.c | 489 unsigned int lvalue, rvalue; in rt712_sdca_set_gain_put() local 497 regmap_read(rt712->mbq_regmap, mc->rreg, &rvalue); in rt712_sdca_set_gain_put() 531 if (lvalue == gain_l_val && rvalue == gain_r_val) in rt712_sdca_set_gain_put()
|
H A D | da7218.c | 452 unsigned int rvalue = ucontrol->value.integer.value[1]; in da7218_alc_sw_put() local 458 if ((lvalue || rvalue) && (!da7218->alc_en)) in da7218_alc_sw_put() 463 da7218->alc_en |= (lvalue << lshift) | (rvalue << rshift); in da7218_alc_sw_put() 521 unsigned int rvalue = ucontrol->value.integer.value[1]; in da7218_mic_lvl_det_sw_put() local 527 da7218->mic_lvl_det_en |= (lvalue << lshift) | (rvalue << rshift); in da7218_mic_lvl_det_sw_put()
|
H A D | rt711-sdca.c | 544 unsigned int lvalue, rvalue; in rt711_sdca_set_gain_put() local 551 regmap_read(rt711->mbq_regmap, mc->rreg, &rvalue); in rt711_sdca_set_gain_put() 598 if (lvalue != gain_l_val || rvalue != gain_r_val) in rt711_sdca_set_gain_put()
|
H A D | rt722-sdca.c | 355 unsigned int lvalue, rvalue; in rt722_sdca_set_gain_put() local 364 regmap_read(rt722->mbq_regmap, mc->rreg, &rvalue); in rt722_sdca_set_gain_put() 398 if (lvalue != gain_l_val || rvalue != gain_r_val) in rt722_sdca_set_gain_put()
|
/openbmc/dbus-sensors/ |
H A D | .clang-tidy | 258 cppcoreguidelines-rvalue-reference-param-not-moved, 378 - { key: cppcoreguidelines-rvalue-reference-param-not-moved.IgnoreUnnamedParams, value: true }
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | jit.c | 1535 struct reciprocal_value_adv rvalue; in wrp_div_imm() local 1565 rvalue = reciprocal_value_adv(imm, 32); in wrp_div_imm() 1566 exp = rvalue.exp; in wrp_div_imm() 1567 if (rvalue.is_wide_m && !(imm & 1)) { in wrp_div_imm() 1569 rvalue = reciprocal_value_adv(imm >> pre_shift, 32 - pre_shift); in wrp_div_imm() 1573 magic = ur_load_imm_any(nfp_prog, rvalue.m, imm_b(nfp_prog)); in wrp_div_imm() 1577 } else if (rvalue.is_wide_m) { in wrp_div_imm() 1587 SHF_SC_R_SHF, rvalue.sh - 1); in wrp_div_imm() 1594 dst_b, SHF_SC_R_SHF, rvalue.sh); in wrp_div_imm()
|
/openbmc/bmcweb/ |
H A D | .clang-tidy | 274 cppcoreguidelines-rvalue-reference-param-not-moved, 400 - { key: cppcoreguidelines-rvalue-reference-param-not-moved.IgnoreUnnamedParams, value: true }
|
/openbmc/phosphor-debug-collector/ |
H A D | .clang-tidy | 249 cppcoreguidelines-rvalue-reference-param-not-moved,
|
/openbmc/entity-manager/ |
H A D | .clang-tidy | 352 - { key: cppcoreguidelines-rvalue-reference-param-not-moved.IgnoreUnnamedParams, value: true }
|
/openbmc/linux/arch/powerpc/perf/ |
H A D | imc-pmu.c | 66 PMU_FORMAT_ATTR(rvalue, "config:32");
|
/openbmc/linux/Documentation/RCU/ |
H A D | whatisRCU.rst | 249 opposed to temporal) macro. It does not evaluate to an rvalue,
|