Home
last modified time | relevance | path

Searched refs:exp (Results 276 – 300 of 393) sorted by relevance

1...<<111213141516

/openbmc/qemu/stubs/
H A Dmeson.build3 stub_ss.add(files('blk-exp-close-all.c'))
/openbmc/linux/include/linux/netfilter/
H A Dnf_conntrack_pptp.h317 struct nf_conntrack_expect *exp);
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/
H A Dgcc-runtime.inc290 MAKE_CHECK_IGNORE ??= "prettyprinters.exp xmethods.exp"
304 export DEJAGNU="${WORKDIR}/dejagnu/site.exp"
/openbmc/linux/arch/x86/math-emu/
H A DREADME70 (4) The trig, log, and exp functions are based in each case upon quasi-
191 exp() 479.1 6619.2 469.1 850.8
217 exp() 619.3 4046.4
257 exp(x) 0 .. 1 63.1 ** 62.9
260 ** The accuracy for exp() and log() is low because the FPU (emulator)
/openbmc/linux/net/tipc/
H A Dbearer.c763 int exp; in tipc_clone_to_loopback() local
770 exp = SKB_DATA_ALIGN(dev->hard_header_len - skb_headroom(skb)); in tipc_clone_to_loopback()
771 if (exp > 0 && pskb_expand_head(skb, exp, 0, GFP_ATOMIC)) { in tipc_clone_to_loopback()
H A Dbcast.c216 unsigned long exp = method->expires; in tipc_bcast_select_xmit_method() local
234 time_before(jiffies, exp)) in tipc_bcast_select_xmit_method()
/openbmc/linux/Documentation/admin-guide/
H A Dcpu-load.rst10 Linux 2.6.18.3-exp (linmac) 02/20/2007
/openbmc/openbmc/poky/meta/recipes-support/apr/
H A Dapr-util_1.6.3.bb76 FILES:${PN}-dev += "${libdir}/aprutil.exp ${libdir}/apr-util-1/*.la"
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_tx.c16 int exp; in ath10k_htt_tx_txq_calc_size() local
19 exp = 0; in ath10k_htt_tx_txq_calc_size()
22 while (factor >= 64 && exp < 4) { in ath10k_htt_tx_txq_calc_size()
24 exp++; in ath10k_htt_tx_txq_calc_size()
27 if (exp == 4) in ath10k_htt_tx_txq_calc_size()
33 return SM(exp, HTT_TX_Q_STATE_ENTRY_EXP) | in ath10k_htt_tx_txq_calc_size()
/openbmc/linux/arch/powerpc/boot/dts/fsl/
H A De6500_power_isa.dtsi50 power-isa-exp; // External Proxy
/openbmc/qemu/tests/qemu-iotests/
H A D185244 --export nbd,id=exp,node-name=throttled,name=target,writable=true \
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-nvm-parse.c844 u32 exp; in iwl_init_he_6ghz_capa() local
860 exp = u32_get_bits(vht_cap.cap, in iwl_init_he_6ghz_capa()
863 u16_encode_bits(exp, IEEE80211_HE_6GHZ_CAP_MAX_AMPDU_LEN_EXP); in iwl_init_he_6ghz_capa()
864 exp = u32_get_bits(vht_cap.cap, IEEE80211_VHT_CAP_MAX_MPDU_MASK); in iwl_init_he_6ghz_capa()
866 u16_encode_bits(exp, IEEE80211_HE_6GHZ_CAP_MAX_MPDU_LEN); in iwl_init_he_6ghz_capa()
/openbmc/linux/arch/parisc/math-emu/
H A Dsgl_float.h145 #define Sgl_set_exponent(sgl_value,exp) Deposit_sexponent(sgl_value,exp) argument
/openbmc/linux/include/linux/
H A Dcompat.h644 compat_ulong_t __user *exp,
649 compat_ulong_t __user *exp,
829 compat_ulong_t __user *outp, compat_ulong_t __user *exp,
H A Dmpi.h118 int mpi_powm(MPI res, MPI base, MPI exp, MPI mod);
/openbmc/linux/net/ipv4/
H A Dtcp_metrics.c137 tm->tcpm_fastopen.cookie.exp = false; in tcpm_suck_dst()
578 cookie->exp = true; in tcp_fastopen_cache_get()
604 tfom->cookie.len <= 0 && !tfom->cookie.exp) in tcp_fastopen_cache_set()
/openbmc/qemu/hw/cxl/
H A Dcxl-mailbox-utils.c549 if (!port_dev->exp.exp_cap) { in cmd_get_physical_port_state()
553 port_dev->exp.exp_cap + PCI_EXP_LNKSTA, in cmd_get_physical_port_state()
556 port_dev->exp.exp_cap + PCI_EXP_LNKCAP, in cmd_get_physical_port_state()
559 port_dev->exp.exp_cap + PCI_EXP_LNKCAP2, in cmd_get_physical_port_state()
/openbmc/linux/sound/soc/sof/
H A Dtopology.c187 static u32 vol_pow32(u32 a, int exp, u32 fwl) in vol_pow32() argument
194 if (exp == 0) in vol_pow32()
198 if (exp < 0) in vol_pow32()
199 iter = exp * -1; in vol_pow32()
201 iter = exp; in vol_pow32()
212 if (exp > 0) { in vol_pow32()
/openbmc/qemu/hw/pci-bridge/
H A Dcxl_root_port.c248 pci_get_long(d->config + d->exp.aer_cap + PCI_ERR_ROOT_COMMAND); in cxl_rp_write_config()
/openbmc/linux/kernel/rcu/
H A Dtree.h156 u8 exp; member
/openbmc/linux/arch/m68k/include/asm/
H A Dmath-emu.h89 unsigned short exp; member
/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Di915_vma.c1067 u32 exp = y << 16 | x; in igt_vma_remapped_gtt() local
1077 if (val != exp) { in igt_vma_remapped_gtt()
1080 exp, val); in igt_vma_remapped_gtt()
/openbmc/linux/drivers/soc/fsl/qbman/
H A Dqman_ccsr.c348 u32 exp = ilog2(size); in qm_set_memory() local
391 qm_ccsr_out(offset + REG_offset_AR, PFDR_AR_EN | (exp - 1)); in qm_set_memory()
/openbmc/u-boot/drivers/net/
H A Dbcm-sf2-eth-gmac.c22 #define SPINWAIT(exp, us) { \ argument
24 while ((exp) && (countdown >= 10)) {\
/openbmc/linux/drivers/staging/media/atomisp/i2c/
H A Datomisp-gc2235.c275 int exp = exposure->integration_time[0]; in gc2235_s_exposure() local
287 return gc2235_set_exposure(sd, exp, gain, digitgain); in gc2235_s_exposure()

1...<<111213141516