| /openbmc/webui-vue/src/assets/styles/bmc/custom/ |
| H A D | _dropdown.scss | 8 padding-inline-start: calc(#{$spacer} / 4); 9 margin-top: calc(-1 * (#{$spacer} / 4)); 12 padding: calc(#{$spacer} / 2); 15 margin-bottom: calc(#{$spacer} / 2);
|
| H A D | _kvm.scss | 2 height: calc(100vh - 300px); 5 height: calc(100vh - 80px);
|
| H A D | _tables.scss | 67 padding-inline-start: calc(50px + (#{$table-cell-padding-x} * 2)); 68 padding-inline-end: calc(50px + (#{$table-cell-padding-x} * 2)); 76 margin-inline-end: calc($spacer / 2); 93 background-position: left calc(1.5rem / 2) center !important; 94 padding-inline-start: calc(1.2rem + 0.65em) !important; 165 padding-inline-start: calc($spacer / 2);
|
| H A D | _toasts.scss | 4 top: calc(#{$header-height} + #{$spacer})!important; // position below AppHeader (48px + spacing) 9 padding: calc(#{$spacer} / 2) calc(#{$spacer} / 2) calc(#{$spacer} / 2) $spacer+2; 29 padding-bottom: calc(#{$spacer} / 4); // spacing between header and body 47 padding-top: calc(#{$spacer} / 4); // spacing below header
|
| H A D | _buttons.scss | 4 padding-top: calc($spacer / 2); 6 padding-bottom: calc($spacer / 2); 12 margin-inline-end: calc($spacer / 4);
|
| H A D | _alert.scss | 10 padding: calc($spacer / 2); 42 margin-bottom: calc($spacer / 2);
|
| H A D | _badge.scss | 13 margin-inline-start: calc($spacer / 2);
|
| H A D | _forms.scss | 8 margin-top: calc(-1 * (#{$spacer} / 4)); 9 margin-bottom: calc(#{$spacer} / 2);
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tiptop/tiptop/ |
| H A D | 0001-Fix-parallel-build-problems-by-Adrian-Bunk.patch | 18 @@ -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 D | 0002-fix-reproducibility-of-build-process.patch | 32 lex.yy.c: calc.lex
|
| /openbmc/phosphor-webui/app/common/styles/base/ |
| H A D | mixins.scss | 72 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/qemu/hw/nvram/ |
| H A D | xlnx-efuse.c | 169 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/openbmc/poky/meta/recipes-extended/perl/ |
| H A D | libconvert-asn1-perl_0.34.bb | 20 …perl-module-math-bigint perl-module-io-socket perl-module-data-dumper perl-module-math-bigint-calc"
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | boot_data.py | 238 totals_line = self.__boot_results.calc() 257 self.__boot_results.calc()
|
| H A D | tally_sheet.py | 199 def calc(self): member in tally_sheet
|
| /openbmc/webui-vue/src/views/Operations/Kvm/ |
| H A D | KvmConsole.vue | 183 padding-top: calc(#{$spacer} / 2); 184 padding-inline-start: calc(#{$spacer} / 4);
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/socketcan/ |
| H A D | can-utils_2025.01.bb | 36 ${bindir}/can-calc-bit-timing \
|
| /openbmc/webui-vue/src/components/AppHeader/ |
| H A D | AppHeader.vue | 307 padding: calc(#{$spacer} / 1.125) calc(#{$spacer} / 2); 390 padding: calc(#{$spacer} / 2);
|
| /openbmc/openbmc/poky/meta/recipes-devtools/bison/ |
| H A D | bison_3.8.2.bb | 41 for i in mfcalc calc++ rpcalc; do mkdir -p ${B}/examples/$i; done
|
| /openbmc/webui-vue/src/components/Global/ |
| H A D | TableFilter.vue | 115 margin-inline-end: calc(#{$spacer} / 2);
|
| /openbmc/webui-vue/src/components/AppNavigation/ |
| H A D | AppNavigation.vue | 171 padding-top: calc(#{$spacer} / 4); 213 margin-top: calc(#{$spacer} / 4);
|
| /openbmc/webui-vue/docs/customization/ |
| H A D | readme.md | 192 background-position: left calc(1.5rem / 2) center !important; 193 padding-left: calc(1.2rem + 0.65em) !important;
|
| /openbmc/phosphor-webui/app/common/styles/components/ |
| H A D | table.scss | 28 max-width: calc(100vw - 10px);
|
| /openbmc/u-boot/fs/ubifs/ |
| H A D | debug.c | 1761 long long calc = 0; in dbg_check_idx_size() local 1766 err = dbg_walk_index(c, NULL, add_size, &calc); in dbg_check_idx_size() 1772 if (calc != idx_size) { in dbg_check_idx_size() 1774 calc, idx_size); in dbg_check_idx_size()
|
| /openbmc/qemu/docs/specs/ |
| H A D | rocker.rst | 583 3: L3 csum calc and insert 645 (Only valid is RX_FLAGS:csum calc is set)
|