Home
last modified time | relevance | path

Searched refs:rem (Results 1 – 25 of 109) sorted by relevance

12345

/openbmc/libmctp/
H A Dcrc32.c12 uint32_t rem = 0xffffffff; in crc32() local
17 rem = rem ^ *buf8; in crc32()
19 rem = (rem >> 1) ^ ((rem & 1) * 0xEDB88320); in crc32()
24 return rem ^ 0xffffffff; in crc32()
/openbmc/phosphor-webui/app/common/styles/base/
H A Dtypography.scss10 line-height: 1.5rem;
25 font-size: 2.25rem;
27 padding-top: 0.5rem;
28 margin-bottom: 3rem;
33 font-size: 1.25rem;
39 font-size: 1rem;
45 font-size: 0.875rem;
51 font-size: 0.875rem;
68 font-size: 2rem;
/openbmc/phosphor-webui/app/server-health/styles/
H A Dsensors.scss23 margin-bottom: 1rem;
33 padding: 1rem;
61 margin-bottom: 1rem;
73 padding: 0.5rem 1rem;
81 margin-top: 0.5rem;
82 margin-bottom: 0.5rem;
89 padding: 0.5rem 1rem;
99 margin-top: 0.5rem;
100 margin-bottom: 0.5rem;
/openbmc/webui-vue/src/assets/styles/bmc/custom/
H A D_base.scss12 font-size: 2.625rem;
19 font-size: 2.25rem;
26 font-size: 1.75rem;
33 font-size: 1.25rem;
40 font-size: 1rem;
47 font-size: 0.875rem;
H A D_tables.scss19 padding: 0.25rem 0.5rem !important;
25 margin-inline-start: 0.25rem;
49 width: 1rem;
93 background-position: left calc(1.5rem / 2) center !important;
94 padding-inline-start: calc(1.2rem + 0.65em) !important;
118 padding-top: 0.625rem;
152 padding: 0.75rem;
169 padding-inline-start: 1rem;
/openbmc/u-boot/include/linux/
H A Dtime.h84 long days, rem; member
90 rem = ((long) *tim_p) % SECSPERDAY;
91 while (rem < 0)
93 rem += SECSPERDAY;
98 res->tm_hour = (int) (rem / SECSPERHOUR);
99 rem %= SECSPERHOUR;
100 res->tm_min = (int) (rem / SECSPERMIN);
101 res->tm_sec = (int) (rem % SECSPERMIN);
/openbmc/u-boot/lib/
H A Dldiv.c8 long rem; member
17 result.rem = numer % denom; in ldiv()
35 if (numer >= 0 && result.rem < 0) in ldiv()
38 result.rem -= denom; in ldiv()
H A Ddiv64.c30 uint64_t rem = *n; in __div64_32() local
33 uint32_t high = rem >> 32; in __div64_32()
40 rem -= (uint64_t) (high*base) << 32; in __div64_32()
43 while ((int64_t)b > 0 && b < rem) { in __div64_32()
49 if (rem >= b) { in __div64_32()
50 rem -= b; in __div64_32()
58 return rem; in __div64_32()
/openbmc/qemu/tests/unit/
H A Dtest-div128.c162 uint64_t rem; in test_divu128() local
168 rem = divu128(&tmp.low, &tmp.high, tmp.divisor); in test_divu128()
171 g_assert_cmpuint(rem, ==, tmp.remainder); in test_divu128()
178 int64_t rem; in test_divs128() local
184 rem = divs128(&tmp.low, &tmp.high, tmp.divisor); in test_divs128()
187 g_assert_cmpuint(rem, ==, tmp.remainder); in test_divs128()
/openbmc/qemu/util/
H A Dhost-utils.c99 uint64_t rem, dhighest; in divu128() local
118 *plow = udiv_qrnnd(&rem, dhi, dlo, divisor); in divu128()
142 *plow = udiv_qrnnd(&rem, dhi, dlo, divisor); in divu128()
149 return rem >> sh; in divu128()
162 uint64_t rem; in divs128() local
182 rem = divu128(&unsig_lo, &unsig_hi, (uint64_t)divisor); in divs128()
198 return -rem; in divs128()
200 return rem; in divs128()
342 Int128 rem, dhighest; in divu256() local
362 *plow = udiv256_qrnnd(&rem, dhi, dlo, divisor); in divu256()
[all …]
/openbmc/phosphor-webui/app/common/styles/elements/
H A Dfile-upload.scss12 outline: 0.2rem solid $base-02--04;
20 padding-right: 0.5rem;
34 height: 2.5rem;
35 margin-bottom: 0.5rem;
36 padding: 0.5rem;
H A Dtoast.scss3 margin-top: 9rem;
7 font-size: 1.2rem;
17 padding-left: 1rem;
25 font-size: 1rem;
53 margin-right: 0.8rem;
/openbmc/phosphor-webui/app/common/styles/components/
H A Dalert-banner.scss2 padding: 1rem 1rem 0.75rem;
7 margin-right: 1rem;
11 width: 1.2rem;
H A Dtable.scss235 width: 1rem;
236 height: 1rem;
243 width: 1rem;
244 height: 1rem;
252 width: 1rem;
253 height: 1rem;
256 top: 0.15rem;
265 left: 0.2rem;
266 top: 0.15rem;
267 width: 0.6rem;
[all …]
/openbmc/phosphor-webui/app/configuration/styles/
H A Dcard.scss9 padding: 1rem 1.5rem;
24 padding: 1rem 1.5rem;
H A Dsnmp.scss3 margin-bottom: 1rem;
6 margin-top: 2rem;
9 padding-right: 1.5rem;
/openbmc/u-boot/disk/
H A Dpart_mac.c27 long int rem; /* Remainder */ member
87 mb.rem *= 10 * ddesc->blk_size; in part_print_mac()
88 mb.rem += 512 * 1024; in part_print_mac()
89 mb.rem /= 1024 * 1024; in part_print_mac()
91 gb = ldiv(10 * mb.quot + mb.rem, 10240); in part_print_mac()
92 gb.rem += 512; in part_print_mac()
93 gb.rem /= 1024; in part_print_mac()
103 mb.quot, mb.rem, gb.quot, gb.rem, in part_print_mac()
/openbmc/phosphor-webui/app/common/styles/layout/
H A Dsection.scss19 margin-bottom: 3rem;
26 padding-bottom: 0.5rem;
27 margin-bottom: 1.5rem;
39 margin-top: 1.5rem;
H A Dheader.scss36 font-size: 0.9rem;
46 margin-right: 0.5rem;
55 margin-left: 1rem;
82 font-size: 1.2rem;
87 font-size: 1rem;
137 font-size: 1rem;
154 height: 1rem;
182 width: 1.25rem;
220 height: 1.5rem;
/openbmc/webui-vue/src/assets/styles/bmc/helpers/
H A D_variables.scss12 $form-label-font-size: .875rem;
13 $form-line-height: 1.25rem;
14 $box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.3);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A Dadb_libssl_11.diff19 BIGNUM* rem = BN_new();
35 BN_div(NULL, rem, n, r32, ctx);
37 BN_div(n, rem, n, r32, ctx);
38 pkey->n[i] = BN_get_word(rem);
46 BN_free(rem);
/openbmc/webui-vue/docs/.vuepress/components/colors/
H A Dcolors.scss3 grid-gap: 1rem;
5 margin: 1rem 0;
18 margin: 0.5rem 0;
/openbmc/qemu/hw/net/rocker/
H A Drocker_tlv.h49 #define rocker_tlv_for_each(pos, head, len, rem) \ argument
50 for (pos = head, rem = len; \
51 rocker_tlv_ok(pos, rem); \
52 pos = rocker_tlv_next(pos, &(rem)))
54 #define rocker_tlv_for_each_nested(pos, tlv, rem) \ argument
55 rocker_tlv_for_each(pos, rocker_tlv_data(tlv), rocker_tlv_len(tlv), rem)
127 int rem; in rocker_tlv_parse() local
131 rocker_tlv_for_each(tlv, head, buf_len, rem) { in rocker_tlv_parse()
/openbmc/webui-vue/docs/.vuepress/styles/
H A Dpalette.styl7 padding 2rem
14 margin-bottom .5rem
15 margin-top .5rem
/openbmc/u-boot/arch/arm/mach-socfpga/
H A Dscan_manager.c143 unsigned int rem, idx = 0; in scan_mgr_io_scan_chain_prg() local
176 rem = 128; in scan_mgr_io_scan_chain_prg()
178 rem = io_scan_chain_len_in_bits; in scan_mgr_io_scan_chain_prg()
180 ret = scan_mgr_jtag_insn_data(0x0, &iocsr_scan_chain[idx], rem); in scan_mgr_io_scan_chain_prg()
183 io_scan_chain_len_in_bits -= rem; in scan_mgr_io_scan_chain_prg()

12345