Home
last modified time | relevance | path

Searched refs:exp (Results 176 – 200 of 393) sorted by relevance

12345678910>>...16

/openbmc/linux/kernel/time/
H A Dntp.c512 ktime_t exp = ktime_set(ktime_get_real_seconds(), 0); in sched_sync_hw_clock() local
515 exp = ktime_add_ns(exp, 2ULL * NSEC_PER_SEC - offset_nsec); in sched_sync_hw_clock()
517 exp = ktime_add_ns(exp, SYNC_PERIOD_NS - offset_nsec); in sched_sync_hw_clock()
519 hrtimer_start(&sync_hrtimer, exp, HRTIMER_MODE_ABS); in sched_sync_hw_clock()
/openbmc/linux/include/linux/
H A Dposix-timers.h107 static inline void cpu_timer_setexpires(struct cpu_timer *ctmr, u64 exp) in cpu_timer_setexpires() argument
109 ctmr->node.expires = exp; in cpu_timer_setexpires()
H A Dreciprocal_div.h41 u8 sh, exp; member
H A Dkvm_host.h1782 #define STATS_DESC_COMMON(type, unit, base, exp, sz, bsz) \ argument
1787 .exponent = exp, \
1791 #define VM_GENERIC_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument
1794 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \
1802 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \
1807 #define VM_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument
1810 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \
1815 #define VCPU_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument
1818 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \
1824 #define STATS_DESC(SCOPE, stat, type, unit, base, exp, sz, bsz) \ argument
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/gc/gc_1.0/
H A Dia_css_gc_types.h94 u8 exp; /** Common exponent of ia_css_macc_table. member
/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/
H A Dcontext_switch.c267 unsigned long exp = expected; in cmpxchg() local
269 __atomic_compare_exchange_n(p, &exp, desired, 0, in cmpxchg()
271 return exp; in cmpxchg()
/openbmc/linux/scripts/mod/
H A Dmodpost.c1772 struct symbol *s, *exp; in check_exports() local
1776 exp = find_symbol(s->name); in check_exports()
1777 if (!exp) { in check_exports()
1784 if (exp->module == mod) { in check_exports()
1790 exp->used = true; in check_exports()
1791 s->module = exp->module; in check_exports()
1792 s->crc_valid = exp->crc_valid; in check_exports()
1793 s->crc = exp->crc; in check_exports()
1804 basename, exp->name, exp->namespace); in check_exports()
1808 if (!mod->is_gpl_compatible && exp->is_gpl_only) in check_exports()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Ddcn_calc_math.h39 float dcn_bw_pow(float a, float exp);
/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/
H A D0001-expect-Fix-segfaults-if-Tcl-is-built-with-stubs-and-.patch71 @@ -389,7 +393,7 @@ char *exp;
80 @@ -399,7 +403,7 @@ char *exp;
/openbmc/linux/arch/m68k/fpsp040/
H A Dstwotox.S34 | 2**X = 2**(M') * 2**(M) * 2**(j/64) * exp(r).
50 | 10**X = 2**(M') * 2**(M) * 2**(j/64) * exp(r).
61 | 3. Calculate P where 1 + P approximates exp(r):
/openbmc/linux/lib/
H A Dtest-string_helpers.c487 const char *exp, in test_string_get_size_check() argument
492 if (!memcmp(res, exp, strlen(exp) + 1)) in test_string_get_size_check()
500 pr_warn("expected: '%s', got '%s'\n", exp, res); in test_string_get_size_check()
/openbmc/linux/fs/nfsd/
H A Dnfs4layouts.c127 void nfsd4_setup_layout_type(struct svc_export *exp) in nfsd4_setup_layout_type() argument
130 struct super_block *sb = exp->ex_path.mnt->mnt_sb; in nfsd4_setup_layout_type()
133 if (!(exp->ex_flags & NFSEXP_PNFS)) in nfsd4_setup_layout_type()
137 exp->ex_layout_types |= 1 << LAYOUT_FLEX_FILES; in nfsd4_setup_layout_type()
143 exp->ex_layout_types |= 1 << LAYOUT_BLOCK_VOLUME; in nfsd4_setup_layout_type()
151 exp->ex_layout_types |= 1 << LAYOUT_SCSI; in nfsd4_setup_layout_type()
/openbmc/linux/kernel/kcsan/
H A Dcore.c1225 int __tsan_atomic##bits##_compare_exchange_##strength(u##bits *ptr, u##bits *exp, \
1227 int __tsan_atomic##bits##_compare_exchange_##strength(u##bits *ptr, u##bits *exp, \
1236 return __atomic_compare_exchange_n(ptr, exp, val, weak, mo, fail_mo); \
1241 u##bits __tsan_atomic##bits##_compare_exchange_val(u##bits *ptr, u##bits exp, u##bits val, \
1243 u##bits __tsan_atomic##bits##_compare_exchange_val(u##bits *ptr, u##bits exp, u##bits val, \
1252 __atomic_compare_exchange_n(ptr, &exp, val, 0, mo, fail_mo); \
1253 return exp; \
/openbmc/linux/include/net/netfilter/
H A Dnf_nat_helper.h41 u16 nf_nat_exp_find_port(struct nf_conntrack_expect *exp, u16 port);
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c1077 } else if (exp > 0x3fff || in helper_f2xm1()
1082 } else if (exp == 0x3fff) { in helper_f2xm1()
1087 } else if (exp < 0x3fb0) { in helper_f2xm1()
1095 if (exp == 0) { in helper_f2xm1()
1350 if (exp == 0) { in helper_fpatan()
1971 *exp = aexp; in helper_fyl2x_common()
2026 int32_t exp; in helper_fyl2xp1() local
2035 exp = arg0_exp + 1; in helper_fyl2xp1()
2369 int fpus, fptag, exp, i; in do_fstenv() local
2381 exp = EXPD(tmp); in do_fstenv()
[all …]
/openbmc/linux/net/ipv4/
H A Dtcp_fastopen.c394 valid_foc.exp = foc->exp; in tcp_try_fastopen()
409 valid_foc.exp = foc->exp; in tcp_try_fastopen()
/openbmc/linux/arch/sh/kernel/cpu/sh4/
H A Dfpu.c150 int exp = 1023 - 126; in denormal_to_double() local
156 exp--; in denormal_to_double()
159 du |= (exp << 20) | (x >> 3); in denormal_to_double()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/include/
H A Dbrcmu_utils.h16 #define SPINWAIT(exp, us) { \ argument
18 while ((exp) && (countdown >= 10)) {\
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/
H A Dbinutils-cross-testsuite_2.42.bb64 with open(os.path.join(builddir, "site.exp"), "w") as f:
79 --ignore 'plugin.exp' \
/openbmc/qemu/hw/sensor/
H A Dadm1266.c177 value = pmbus_linear_mode2data(*(uint16_t *)opaque, mode->exp); in adm1266_get()
197 *internal = pmbus_data2linear_mode(value, mode->exp); in adm1266_set()
/openbmc/qemu/target/hexagon/imported/
H A Dfloat.idef155 fHIDE(int exp;)
160 exp = fSF_BIAS() - (fSF_GETEXP(RtV) - fSF_BIAS()) - 1;
161 RdV = fMAKESF(fGETBIT(31,RtV),exp,mant);
187 fHIDE(int exp;)
192 exp = fSF_BIAS() - ((fSF_GETEXP(RsV) - fSF_BIAS()) >> 1) - 1;
193 RdV = fMAKESF(fGETBIT(31,RsV),exp,mant);
/openbmc/linux/drivers/media/tuners/
H A Dtda18250.c435 unsigned int uval, exp, lopd, scale; in tda18250_pll_calc() local
442 exp = (uval & 0x70) >> 4; in tda18250_pll_calc()
443 if (exp > 5) in tda18250_pll_calc()
444 exp = 0; in tda18250_pll_calc()
445 lopd = 1 << (exp - 1); in tda18250_pll_calc()
/openbmc/qemu/target/arm/tcg/
H A Dhelper-a64.c363 int16_t exp; in HELPER() local
383 exp = extract32(val16, 10, 5); in HELPER()
385 if (exp == 0) { in HELPER()
388 return make_float16(deposit32(sbit, 10, 5, ~exp)); in HELPER()
396 int32_t exp; in HELPER() local
416 exp = extract32(val32, 23, 8); in HELPER()
418 if (exp == 0) { in HELPER()
421 return make_float32(sbit | (~exp & 0xff) << 23); in HELPER()
429 int64_t exp; in HELPER() local
449 exp = extract64(float64_val(a), 52, 11); in HELPER()
[all …]
/openbmc/linux/drivers/soc/fsl/qbman/
H A Dbman_ccsr.c108 u32 exp = ilog2(size); in bm_set_memory() local
132 bm_ccsr_out(REG_FBPR_AR, exp - 1); in bm_set_memory()
/openbmc/qemu/include/hw/i2c/
H A Dpmbus_device.h454 int8_t exp:5; member
482 uint16_t pmbus_data2linear_mode(uint16_t value, int exp);
491 uint16_t pmbus_linear_mode2data(uint16_t value, int exp);

12345678910>>...16