/openbmc/linux/tools/perf/util/ |
H A D | bpf-filter.l | 45 static int constant(int val) in constant() function 107 na { return constant(PERF_MEM_OP_NA); } 108 load { return constant(PERF_MEM_OP_LOAD); } 109 store { return constant(PERF_MEM_OP_STORE); } 110 pfetch { return constant(PERF_MEM_OP_PFETCH); } 111 exec { return constant(PERF_MEM_OP_EXEC); } 113 l1 { return constant(PERF_MEM_LVLNUM_L1); } 114 l2 { return constant(PERF_MEM_LVLNUM_L2); } 115 l3 { return constant(PERF_MEM_LVLNUM_L3); } 116 l4 { return constant(PERF_MEM_LVLNUM_L4); } [all …]
|
/openbmc/openbmc/meta-fii/meta-mori/recipes-extended/rsyslog/rsyslog/ |
H A D | rsyslog.conf | 21 constant(value=" ") 23 constant(value=",") 25 constant(value=",") 27 constant(value=",") 29 constant(value=",") 31 constant(value=",") 33 constant(value="\n") 40 constant(value=" ") 42 constant(value=",") 44 constant(value="\n") [all …]
|
/openbmc/openbmc/meta-ampere/meta-common/recipes-extended/rsyslog/rsyslog/ |
H A D | rsyslog.conf | 21 constant(value=" ") 23 constant(value=",") 25 constant(value=",") 27 constant(value=",") 29 constant(value=",") 31 constant(value=",") 33 constant(value="\n") 40 constant(value=" ") 42 constant(value=",") 44 constant(value="\n") [all …]
|
/openbmc/openbmc/meta-fii/meta-kudo/recipes-extended/rsyslog/rsyslog/ |
H A D | rsyslog.conf | 21 constant(value=" ") 23 constant(value=",") 25 constant(value=",") 27 constant(value=",") 29 constant(value=",") 31 constant(value=",") 33 constant(value="\n") 40 constant(value=" ") 42 constant(value=",") 44 constant(value="\n") [all …]
|
/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-extended/rsyslog/rsyslog/ |
H A D | rsyslog.conf | 21 constant(value=" ") 23 constant(value=",") 25 constant(value=",") 27 constant(value=",") 29 constant(value=",") 31 constant(value=",") 33 constant(value="\n") 40 constant(value=" ") 42 constant(value=",") 44 constant(value="\n") [all …]
|
/openbmc/openbmc/meta-supermicro/meta-common/recipes-extended/rsyslog/rsyslog/ |
H A D | rsyslog.conf | 21 constant(value=" ") 23 constant(value=",") 25 constant(value=",") 27 constant(value=",") 29 constant(value=",") 31 constant(value=",") 33 constant(value="\n") 40 constant(value=" ") 42 constant(value=",") 44 constant(value="\n") [all …]
|
/openbmc/linux/drivers/gpu/drm/ci/xfails/ |
H A D | msm-sc7180-fails.txt | 12 kms_plane_alpha_blend@coverage-vs-premult-vs-constant,Fail 15 kms_plane_alpha_blend@pipe-A-coverage-vs-premult-vs-constant,Fail 19 kms_plane_alpha_blend@pipe-B-constant-alpha-max,Fail 20 kms_plane_alpha_blend@pipe-B-constant-alpha-mid,Fail 22 kms_plane_alpha_blend@pipe-B-coverage-vs-premult-vs-constant,Fail
|
H A D | i915-cml-flakes.txt | 23 kms_plane_alpha_blend@constant-alpha-min 27 kms_plane_alpha_blend@pipe-A-constant-alpha-max 31 kms_plane_alpha_blend@pipe-B-constant-alpha-max 35 kms_plane_alpha_blend@pipe-C-constant-alpha-max
|
H A D | i915-kbl-fails.txt | 22 kms_plane_alpha_blend@constant-alpha-max,Fail 23 kms_plane_alpha_blend@pipe-A-constant-alpha-max,Fail 25 kms_plane_alpha_blend@pipe-C-constant-alpha-max,Fail
|
H A D | i915-amly-flakes.txt | 23 kms_plane_alpha_blend@pipe-A-constant-alpha-max 27 kms_plane_alpha_blend@pipe-B-constant-alpha-max 31 kms_plane_alpha_blend@pipe-C-constant-alpha-max
|
H A D | i915-whl-fails.txt | 39 kms_plane_alpha_blend@constant-alpha-max,Fail 42 kms_plane_alpha_blend@pipe-A-constant-alpha-max,Fail 45 kms_plane_alpha_blend@pipe-B-constant-alpha-max,Fail 48 kms_plane_alpha_blend@pipe-C-constant-alpha-max,Fail
|
H A D | i915-apl-fails.txt | 46 kms_plane_alpha_blend@constant-alpha-max,Fail 49 kms_plane_alpha_blend@pipe-A-constant-alpha-max,Fail 52 kms_plane_alpha_blend@pipe-B-constant-alpha-max,Fail 55 kms_plane_alpha_blend@pipe-C-constant-alpha-max,Fail
|
H A D | i915-glk-flakes.txt | 28 kms_plane_alpha_blend@pipe-A-constant-alpha-max 32 kms_plane_alpha_blend@pipe-B-constant-alpha-max 36 kms_plane_alpha_blend@pipe-C-constant-alpha-max
|
/openbmc/linux/drivers/input/joystick/iforce/ |
H A D | iforce-ff.c | 219 return old->u.constant.level != effect->u.constant.level; in need_magnitude_modifier() 231 if (old->u.constant.envelope.attack_length != effect->u.constant.envelope.attack_length in need_envelope_modifier() 232 || old->u.constant.envelope.attack_level != effect->u.constant.envelope.attack_level in need_envelope_modifier() 233 || old->u.constant.envelope.fade_length != effect->u.constant.envelope.fade_length in need_envelope_modifier() 234 || old->u.constant.envelope.fade_level != effect->u.constant.envelope.fade_level) in need_envelope_modifier() 422 effect->u.constant.level); in iforce_upload_constant() 431 effect->u.constant.envelope.attack_length, in iforce_upload_constant() 432 effect->u.constant.envelope.attack_level, in iforce_upload_constant() 433 effect->u.constant.envelope.fade_length, in iforce_upload_constant() 434 effect->u.constant.envelope.fade_level); in iforce_upload_constant()
|
/openbmc/openbmc/meta-facebook/recipes-extended/rsyslog/rsyslog/ |
H A D | rsyslog.conf | 24 constant(value=" ") 26 constant(value=", ") 28 constant(value="\n")
|
/openbmc/linux/kernel/trace/ |
H A D | trace_branch.c | 81 entry->constant = f->constant; in probe_likely_condition() 212 f->constant++; in ftrace_likely_update() 305 if (!p->constant) in annotate_branch_stat_show() 308 l = snprintf(NULL, 0, "/%lu", p->constant); in annotate_branch_stat_show() 312 p->data.correct, p->constant, l, p->data.incorrect); in annotate_branch_stat_show()
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | smovecr.S | 4 | The entry point sMOVECR returns the constant at the 9 | Output: The constant rounded to the user's rounding
|
/openbmc/linux/scripts/coccinelle/misc/ |
H A D | orplus.cocci | 18 constant c,c1; 30 constant r.c, r.c1; 55 constant c1,c2;
|
H A D | returnvar.cocci | 20 constant C; 33 constant C; 43 constant C;
|
H A D | newline_in_nl_msg.cocci | 17 constant m; 32 constant r.m; 44 constant r.m;
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/flite/flite/ |
H A D | 0001-Remove-defining-const-as-nothing.patch | 10 …e/bits/stdlib.h:38:54: error: pass_object_size attribute only applies to constant pointer arguments 13 …e/bits/stdlib.h:73:43: error: pass_object_size attribute only applies to constant pointer arguments 16 …e/bits/stdlib.h:91:55: error: pass_object_size attribute only applies to constant pointer arguments 19 …/bits/stdlib.h:129:71: error: pass_object_size attribute only applies to constant pointer arguments 22 …/bits/stdlib.h:159:68: error: pass_object_size attribute only applies to constant pointer arguments
|
/openbmc/linux/drivers/thermal/ti-soc-thermal/ |
H A D | ti-thermal-common.c | 76 int ret, tmp, slope, constant; in __ti_thermal_get_temp() local 91 constant = thermal_zone_get_offset(tz); in __ti_thermal_get_temp() 100 constant = s->constant_pcb; in __ti_thermal_get_temp() 107 *temp = ti_thermal_hotspot_temperature(tmp, slope, constant); in __ti_thermal_get_temp()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 137.out | 25 qemu-io: Conflicting values for qcow2 options 'overlap-check' ('constant') and 'overlap-check.templ… 26 …bb' for qcow2 option 'overlap-check'. Allowed are any of the following: none, constant, cached, all 27 …bb' for qcow2 option 'overlap-check'. Allowed are any of the following: none, constant, cached, all 35 …bb' for qcow2 option 'overlap-check'. Allowed are any of the following: none, constant, cached, all
|
/openbmc/linux/drivers/input/mouse/ |
H A D | elan_i2c_i2c.c | 473 u16 constant; in elan_i2c_iap_get_mode() local 484 constant = le16_to_cpup((__le16 *)val); in elan_i2c_iap_get_mode() 485 dev_dbg(&client->dev, "iap control reg: 0x%04x.\n", constant); in elan_i2c_iap_get_mode() 487 *mode = (constant & ETP_I2C_MAIN_MODE_ON) ? MAIN_MODE : IAP_MODE; in elan_i2c_iap_get_mode() 523 u16 constant; in elan_read_write_iap_type() local 543 constant = le16_to_cpup((__le16 *)val); in elan_read_write_iap_type() 544 dev_dbg(&client->dev, "iap type reg: 0x%04x\n", constant); in elan_read_write_iap_type() 546 if (constant == fw_page_size / 2) in elan_read_write_iap_type()
|
/openbmc/entity-manager/src/ |
H A D | expression.cpp | 111 int constant = std::stoi(*curr); in evaluate() local 112 substitute = evaluate(substitute, *next, constant); in evaluate()
|