Home
last modified time | relevance | path

Searched refs:calc (Results 1 – 25 of 62) sorted by relevance

123

/openbmc/linux/drivers/soc/samsung/
H A Ds3c-pm-check.c167 u32 calc; in s3c_pm_runcheck() local
169 stkpage = (void *)((u32)&calc & ~PAGE_MASK); in s3c_pm_runcheck()
192 calc = crc32_le(~0, ptr, left); in s3c_pm_runcheck()
193 if (calc != *val) { in s3c_pm_runcheck()
195 "%08lx (%08x vs %08x)\n", addr, calc, *val); in s3c_pm_runcheck()
198 addr, calc, *val); in s3c_pm_runcheck()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tiptop/tiptop/
H A D0001-Fix-parallel-build-problems-by-Adrian-Bunk.patch18 @@ -59,8 +59,9 @@ lex.yy.c: calc.lex
24 -y.tab.c y.tab.h: calc.y
25 +y.tab.h: calc.y
26 $(YACC) -d $(srcdir)/calc.y
H A D0002-fix-reproducibility-of-build-process.patch32 lex.yy.c: calc.lex
/openbmc/phosphor-webui/app/common/styles/base/
H A Dmixins.scss72 background-position-x: calc(100% - 0.5em);
80 background-position-x: calc(100% - 0.5em);
84 min-width: calc(100% * (1 / 5) - 5px);
88 min-width: calc(100% * (1 / 4) - #{$offset});
92 min-width: calc(100% * (1 / 3) - 5px);
96 min-width: calc(100% * (1 / 2) - 5px);
/openbmc/webui-vue/src/assets/styles/bmc/custom/
H A D_kvm.scss2 height: calc(100vh - 300px);
5 height: calc(100vh - 80px);
H A D_tables.scss63 padding-left: calc(50px + (#{$table-cell-padding} * 2));
64 padding-right: calc(50px + (#{$table-cell-padding} * 2));
90 background-position: left calc(1.5rem / 2) center !important;
91 padding-left: calc(1.2rem + 0.65em) !important;
/openbmc/linux/tools/testing/selftests/seccomp/
H A Dseccomp_benchmark.c142 unsigned long long samples, calc; in main() local
206 ESTIMATE("total seccomp overhead for 1 bitmapped filter", calc, in main()
208 ESTIMATE("total seccomp overhead for 2 bitmapped filters", calc, in main()
210 ESTIMATE("total seccomp overhead for 3 full filters", calc, in main()
212 ESTIMATE("total seccomp overhead for 4 full filters", calc, in main()
/openbmc/linux/fs/ubifs/
H A Dauth.c144 u8 calc[UBIFS_HASH_ARR_SZ]; in ubifs_bad_hash() local
146 __ubifs_node_calc_hash(c, node, calc); in ubifs_bad_hash()
150 ubifs_err(c, "hash calculated: %*ph%s", len, calc, cont); in ubifs_bad_hash()
166 u8 calc[UBIFS_HASH_ARR_SZ]; in __ubifs_node_check_hash() local
169 err = __ubifs_node_calc_hash(c, node, calc); in __ubifs_node_check_hash()
173 if (ubifs_check_hash(c, expected, calc)) in __ubifs_node_check_hash()
H A Dmaster.c68 u8 calc[UBIFS_MAX_HASH_LEN]; in mst_node_check_hash() local
73 calc); in mst_node_check_hash()
75 if (ubifs_check_hash(c, expected, calc)) in mst_node_check_hash()
/openbmc/linux/drivers/nvmem/
H A Du-boot-env.c140 uint32_t calc; in u_boot_env_parse() local
191 calc = crc32(~0, buf + crc32_data_offset, crc32_data_len) ^ ~0L; in u_boot_env_parse()
192 if (calc != crc32) { in u_boot_env_parse()
193 dev_err(dev, "Invalid calculated CRC32: 0x%08x (expected: 0x%08x)\n", calc, crc32); in u_boot_env_parse()
/openbmc/qemu/hw/nvram/
H A Dxlnx-efuse.c169 uint32_t calc; in xlnx_efuse_k256_check() local
174 calc = xlnx_efuse_calc_crc(&s->fuse32[start / 32], (256 / 32), 0); in xlnx_efuse_k256_check()
175 return calc == crc; in xlnx_efuse_k256_check()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-rk3x.c877 struct rk3x_i2c_calced_timings calc; in rk3x_i2c_adapt_div() local
883 ret = i2c->soc_data->calc_timings(clk_rate, t, &calc); in rk3x_i2c_adapt_div()
891 val |= calc.tuning; in rk3x_i2c_adapt_div()
893 i2c_writel(i2c, (calc.div_high << 16) | (calc.div_low & 0xffff), in rk3x_i2c_adapt_div()
899 t_low_ns = div_u64(((u64)calc.div_low + 1) * 8 * 1000000000, clk_rate); in rk3x_i2c_adapt_div()
900 t_high_ns = div_u64(((u64)calc.div_high + 1) * 8 * 1000000000, in rk3x_i2c_adapt_div()
931 struct rk3x_i2c_calced_timings calc; in rk3x_i2c_clk_notifier_cb() local
941 &calc) != 0) in rk3x_i2c_clk_notifier_cb()
/openbmc/linux/scripts/
H A Dbloat-o-meter52 def calc(oldfile, newfile, format): function
88 calc(args.file1, args.file2, symbolformat)
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dg84.c29 .calc = nv50_clk_calc,
H A Dpriv.h11 int (*calc)(struct nvkm_clk *, struct nvkm_cstate *); member
H A Dbase.c195 ret = clk->func->calc(clk, cstate); in nvkm_cstate_prog()
285 if (fb && fb->ram && fb->ram->func->calc) { in nvkm_pstate_prog()
289 ret = ram->func->calc(ram, khz); in nvkm_pstate_prog()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramgm107.c42 .calc = gk104_ram_calc,
H A Dramgf108.c51 .calc = gf100_ram_calc,
H A Dramgm200.c57 .calc = gk104_ram_calc,
/openbmc/openbmc-test-automation/lib/
H A Dboot_data.py238 totals_line = self.__boot_results.calc()
257 self.__boot_results.calc()
/openbmc/openbmc/poky/meta/recipes-extended/perl/
H A Dlibconvert-asn1-perl_0.34.bb20 …perl-module-math-bigint perl-module-io-socket perl-module-data-dumper perl-module-math-bigint-calc"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/socketcan/
H A Dcan-utils_2023.03.bb34 ${bindir}/can-calc-bit-timing \
/openbmc/qemu/qapi/
H A Dmigration.json1992 # available methods are explained in @calc-dirty-rate.
2031 # @calc-time: time period for which dirty page rate was measured,
2032 # expressed and rounded down to @calc-time-unit.
2034 # @calc-time-unit: time unit of @calc-time (Since 8.2)
2050 'calc-time': 'int64',
2051 'calc-time-unit': 'TimeUnit',
2057 # @calc-dirty-rate:
2089 # explicitly with @calc-time-unit. Note that larger @calc-time
2095 # @calc-time-unit: time unit in which @calc-time is specified. By
2125 { 'command': 'calc-dirty-rate', 'data': {'calc-time': 'int64',
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dnv50.c1159 u32 calc, diff; in nv50_disp_super_2_2_dp() local
1163 calc = VTUi * symbol; in nv50_disp_super_2_2_dp()
1164 diff = tu_valid - calc; in nv50_disp_super_2_2_dp()
1173 calc += symbol - (symbol / VTUf); in nv50_disp_super_2_2_dp()
1177 calc += symbol; in nv50_disp_super_2_2_dp()
1182 calc += symbol / VTUf; in nv50_disp_super_2_2_dp()
1185 diff = calc - tu_valid; in nv50_disp_super_2_2_dp()
/openbmc/openbmc/poky/meta/recipes-devtools/bison/
H A Dbison_3.8.2.bb44 for i in mfcalc calc++ rpcalc; do mkdir -p ${B}/examples/$i; done

123