Home
last modified time | relevance | path

Searched refs:exp (Results 226 – 250 of 393) sorted by relevance

12345678910>>...16

/openbmc/qemu/include/block/
H A Dnbd.h400 void nbd_export_set_on_eject_blk(BlockExport *exp, BlockBackend *blk);
402 AioContext *nbd_export_aio_context(NBDExport *exp);
/openbmc/linux/drivers/crypto/ccp/
H A Dccp-crypto-rsa.c77 rctx->cmd.u.rsa.exp = &ctx->u.rsa.e_sg; in ccp_rsa_crypt()
80 rctx->cmd.u.rsa.exp = &ctx->u.rsa.d_sg; in ccp_rsa_crypt()
/openbmc/linux/include/math-emu/
H A Dop-2.h186 X##_e = _flo.bits.exp; \
197 X##_e = _flo->bits.exp; \
212 _flo.bits.exp = X##_e; \
225 _flo->bits.exp = X##_e; \
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/
H A Dvalgrind_3.22.0.bb33 file://0001-none-tests-fdleak_cmsg.stderr.exp-adjust-tmp-paths.patch \
53 sed -i -e 's|tests/||' ${S}/memcheck/tests/badfree3.stderr.exp
54 sed -i -e 's|tests/||' ${S}/memcheck/tests/varinfo5.stderr.exp
188 exp-bbv/tests \
/openbmc/linux/lib/
H A Dtest_bitmap.c138 unsigned long exp; in __check_eq_clump8() local
146 exp = clump_exp[offset / 8]; in __check_eq_clump8()
147 if (!exp) { in __check_eq_clump8()
153 if (*clump != exp) { in __check_eq_clump8()
155 srcfile, line, exp, *clump); in __check_eq_clump8()
/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/
H A Dphy.c600 short exp = 0; in lin2dBd() local
609 exp = fls(mantisa) - 16; in lin2dBd()
610 if (exp > 0) in lin2dBd()
611 mantisa >>= exp; in lin2dBd()
613 mantisa <<= abs(exp); in lin2dBd()
622 dBd = ((15 + exp) << 15) + app; in lin2dBd()
/openbmc/linux/net/netfilter/
H A Dnft_ct.c1313 struct nf_conntrack_expect *exp; in nft_ct_expect_obj_eval() local
1342 exp = nf_ct_expect_alloc(ct); in nft_ct_expect_obj_eval()
1343 if (exp == NULL) { in nft_ct_expect_obj_eval()
1347 nf_ct_expect_init(exp, NF_CT_EXPECT_CLASS_DEFAULT, l3num, in nft_ct_expect_obj_eval()
1351 exp->timeout.expires = jiffies + priv->timeout * HZ; in nft_ct_expect_obj_eval()
1353 if (nf_ct_expect_related(exp, 0) != 0) in nft_ct_expect_obj_eval()
/openbmc/linux/tools/testing/selftests/kvm/include/
H A Ducall_common.h38 void ucall_assert(uint64_t cmd, const char *exp, const char *file,
/openbmc/linux/fs/nfsd/
H A Dnfs4proc.c86 struct svc_export *exp = cstate->current_fh.fh_export; in check_attr_support() local
93 !(exp->ex_flags & NFSEXP_SECURITY_LABEL)) in check_attr_support()
1071 struct svc_export *exp; in nfsd4_secinfo() local
1080 &exp, &dentry); in nfsd4_secinfo()
1084 exp_put(exp); in nfsd4_secinfo()
1087 secinfo->si_exp = exp; in nfsd4_secinfo()
2145 if (!exp->ex_layout_types) { in nfsd4_layout_verify()
2151 !(exp->ex_layout_types & (1 << layout_type))) { in nfsd4_layout_verify()
2167 struct svc_export *exp; in nfsd4_getdeviceinfo() local
2184 if (IS_ERR(exp)) { in nfsd4_getdeviceinfo()
[all …]
/openbmc/qemu/hw/pci-bridge/
H A Dxio3130_upstream.c120 VMSTATE_STRUCT(parent_obj.parent_obj.exp.aer_log, PCIEPort, 0,
H A Dgen_pcie_root_port.c122 VMSTATE_STRUCT(parent_obj.parent_obj.parent_obj.exp.aer_log,
/openbmc/qemu/target/ppc/
H A Ddfp_helper.c1284 int64_t exp; \
1287 exp = (int64_t)va.VsrD(1); \
1306 if (unlikely((exp < 0) || (exp > max_exp))) { \
1309 if (exp == -1) { \
1311 } else if (exp == -3) { \
1321 dfp.t.exponent = exp - bias; \
/openbmc/linux/arch/m68k/math-emu/
H A Dmulti_arith.h23 reg->exp += cnt; in fp_denormalize()
99 if (++reg->exp == 0x7fff) { in fp_addcarry()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmac.c2240 u8 exp; in mt7915_mac_check_twt_req() local
2256 exp = FIELD_GET(IEEE80211_TWT_REQTYPE_WAKE_INT_EXP, in mt7915_mac_check_twt_req()
2261 interval = (u64)mantissa << exp; in mt7915_mac_check_twt_req()
2273 u8 exp; in mt7915_mac_twt_param_equal() local
2276 exp = FIELD_GET(IEEE80211_TWT_REQTYPE_WAKE_INT_EXP, type); in mt7915_mac_twt_param_equal()
2286 f->exp == exp && in mt7915_mac_twt_param_equal()
2308 u8 exp; in mt7915_mac_add_twt_setup() local
2333 exp = FIELD_GET(IEEE80211_TWT_REQTYPE_WAKE_INT_EXP, req_type); in mt7915_mac_add_twt_setup()
2347 flow->exp = exp; in mt7915_mac_add_twt_setup()
2354 u64 interval = (u64)le16_to_cpu(twt_agrt->mantissa) << exp; in mt7915_mac_add_twt_setup()
/openbmc/qemu/hw/i2c/
H A Dpmbus_device.c30 uint16_t pmbus_data2linear_mode(uint16_t value, int exp) in pmbus_data2linear_mode() argument
33 if (exp < 0) { in pmbus_data2linear_mode()
34 return value << (-exp); in pmbus_data2linear_mode()
36 return value >> exp; in pmbus_data2linear_mode()
39 uint16_t pmbus_linear_mode2data(uint16_t value, int exp) in pmbus_linear_mode2data() argument
42 if (exp < 0) { in pmbus_linear_mode2data()
43 return value >> (-exp); in pmbus_linear_mode2data()
45 return value << exp; in pmbus_linear_mode2data()
/openbmc/qemu/target/hexagon/
H A Dop_helper.c300 static float32 build_float32(uint8_t sign, uint32_t exp, uint32_t mant) in build_float32() argument
304 ((exp & 0xff) << SF_MANTBITS) | in build_float32()
323 int exp; in HELPER() local
330 exp = SF_BIAS - (float32_getexp(RtV) - SF_BIAS) - 1; in HELPER()
331 RdV = build_float32(extract32(RtV, 31, 1), exp, mant); in HELPER()
344 int exp; in HELPER() local
351 exp = SF_BIAS - ((float32_getexp(RsV) - SF_BIAS) >> 1) - 1; in HELPER()
352 RdV = build_float32(extract32(RsV, 31, 1), exp, mant); in HELPER()
/openbmc/qemu/tests/avocado/avocado_qemu/
H A D__init__.py447 def ssh_command_output_contains(self, cmd, exp): argument
450 if exp in line:
453 self.fail('"%s" output does not contain "%s"' % (cmd, exp))
/openbmc/openbmc/poky/meta/recipes-extended/gperf/gperf/
H A D1862c6e57a308a05889c80c048dbc58bdc378dcb.patch13 * tests/*.exp: Update.
31 + * tests/*.exp: Update.
/openbmc/linux/drivers/media/usb/uvc/
H A Duvc_queue.c310 struct v4l2_exportbuffer *exp) in uvc_export_buffer() argument
315 ret = vb2_expbuf(&queue->queue, exp); in uvc_export_buffer()
/openbmc/linux/drivers/media/dvb-frontends/
H A Ddib9000.c2284 u32 n, s, exp; in dib9000_get_snr() local
2300 exp = ((val & 0xf) << 2); in dib9000_get_snr()
2302 exp += ((val >> 14) & 0x3); in dib9000_get_snr()
2303 if ((exp & 0x20) != 0) in dib9000_get_snr()
2304 exp -= 0x40; in dib9000_get_snr()
2305 n <<= exp + 16; in dib9000_get_snr()
2308 exp = (val & 0x3F); in dib9000_get_snr()
2309 if ((exp & 0x20) != 0) in dib9000_get_snr()
2310 exp -= 0x40; in dib9000_get_snr()
2311 s <<= exp + 16; in dib9000_get_snr()
/openbmc/linux/include/linux/
H A Dmath.h196 u64 int_pow(u64 base, unsigned int exp);
H A Dpoll.h114 fd_set __user *exp, struct timespec64 *end_time);
/openbmc/linux/include/net/netfilter/
H A Dnf_conntrack_helper.h149 void (*expectfn)(struct nf_conn *ct, struct nf_conntrack_expect *exp);
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c2409 u8 exp; in mt7996_mac_check_twt_req() local
2425 exp = FIELD_GET(IEEE80211_TWT_REQTYPE_WAKE_INT_EXP, in mt7996_mac_check_twt_req()
2430 interval = (u64)mantissa << exp; in mt7996_mac_check_twt_req()
2442 u8 exp; in mt7996_mac_twt_param_equal() local
2445 exp = FIELD_GET(IEEE80211_TWT_REQTYPE_WAKE_INT_EXP, type); in mt7996_mac_twt_param_equal()
2455 f->exp == exp && in mt7996_mac_twt_param_equal()
2476 u8 flowid, table_id, exp; in mt7996_mac_add_twt_setup() local
2504 exp = FIELD_GET(IEEE80211_TWT_REQTYPE_WAKE_INT_EXP, req_type); in mt7996_mac_add_twt_setup()
2515 flow->exp = exp; in mt7996_mac_add_twt_setup()
2522 u64 interval = (u64)le16_to_cpu(twt_agrt->mantissa) << exp; in mt7996_mac_add_twt_setup()
/openbmc/linux/arch/m68k/fpsp040/
H A Dbindec.S101 | As in A14 above, the exp is converted to bcd and the
187 andiw #0x7fff,%d0 |strip sign of normalized exp
203 andiw #0x7fff,%d0 |strip sign of normalized exp
247 movew FP_SCR2(%a6),%d0 |move exp to d0
251 faddw %d0,%fp0 |add in exp

12345678910>>...16