Home
last modified time | relevance | path

Searched defs:exp (Results 51 – 75 of 234) sorted by relevance

12345678910

/openbmc/linux/tools/testing/selftests/kvm/lib/
H A Dassert.c70 test_assert(bool exp, const char *exp_str, in test_assert()
/openbmc/linux/include/linux/
H A Dreciprocal_div.h41 u8 sh, exp; member
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_polymorph_printk.h121 #define D_ASSERT(x, exp) \ argument
133 #define expect(x, exp) ({ \ argument
/openbmc/linux/drivers/iio/chemical/
H A Dsgp40.c101 static u32 sgp40_exp(int exp, u32 power, u32 rounds) in sgp40_exp()
143 u32 exp = 0; in sgp40_calc_voc() local
/openbmc/linux/net/netfilter/
H A Dnf_nat_irc.c37 struct nf_conntrack_expect *exp) in help()
H A Dnf_conntrack_tftp.c47 struct nf_conntrack_expect *exp; in tftp_help() local
H A Dnf_conntrack_pptp.c90 struct nf_conntrack_expect *exp) in pptp_expectfn()
132 struct nf_conntrack_expect *exp; in destroy_sibling_or_exp() local
H A Dnf_nat_ftp.c69 struct nf_conntrack_expect *exp) in nf_nat_ftp()
/openbmc/openpower-proc-control/
H A Dtargeting.cpp68 std::regex exp{"fsi1/slave@([0-9]{2}):00", std::regex::extended}; in Targeting() local
/openbmc/linux/fs/nfsd/
H A Dvfs.c125 struct svc_export *exp = *expp, *exp2 = NULL; in nfsd_cross_mnt() local
191 …sd_lookup_parent(struct svc_rqst *rqstp, struct dentry *dparent, struct svc_export **exp, struct d… in nfsd_lookup_parent()
222 int nfsd_mountpoint(struct dentry *dentry, struct svc_export *exp) in nfsd_mountpoint()
244 struct svc_export *exp; in nfsd_lookup_dentry() local
314 struct svc_export *exp; in nfsd_lookup() local
1119 struct svc_export *exp; in nfsd_vfs_write() local
2150 static int exp_rdonly(struct svc_rqst *rqstp, struct svc_export *exp) in exp_rdonly()
2396 nfsd_permission(struct svc_rqst *rqstp, struct svc_export *exp, in nfsd_permission()
/openbmc/linux/drivers/staging/media/atomisp/include/hmm/
H A Dhmm_bo.h33 #define check_bodev_null_return(bdev, exp) \ argument
62 #define check_bo_null_return(bo, exp) \ argument
/openbmc/qemu/target/hexagon/
H A Dfma_emu.c51 uint64_t exp:11; member
61 uint32_t exp:8; member
165 int32_t exp; member
/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/qemu/tests/tcg/m68k/
H A Ddenormal.c23 uint32_t exp:16; in dump_ld() member
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcore_extern.c127 uint64_t *got, *exp; in test_core_extern() local
H A Dtest_strncmp.c25 int exp) in strncmp_full_str_cmp()
H A Dtcp_hdr_options.c150 static int check_hdr_opt(const struct bpf_test_option *exp, in check_hdr_opt()
163 static int check_hdr_stg(const struct hdr_stg *exp, int fd, in check_hdr_stg()
/openbmc/qemu/include/fpu/
H A Dsoftfloat-types.h103 #define make_floatx80(exp, mant) ((floatx80) { mant, exp }) argument
104 #define make_floatx80_init(exp, mant) { .low = mant, .high = exp } argument
/openbmc/qemu/hw/audio/
H A Dadlib.c68 int64_t exp[2]; member
136 int64_t exp; in timer_handler() local
/openbmc/linux/arch/x86/math-emu/
H A Dpoly.h88 static inline void add_two_Xsig(Xsig *dest, const Xsig *x2, long int *exp) in add_two_Xsig()
/openbmc/qemu/target/alpha/
H A Dfpu_helper.c113 uint32_t exp = (uint32_t)(val >> 52) & 0x7ff; in helper_ieee_input() local
131 uint32_t exp = (uint32_t)(val >> 52) & 0x7ff; in helper_ieee_input_cmp() local
169 uint32_t exp; in float32_to_s_int() local
/openbmc/qemu/tests/tcg/hexagon/
H A Dhvx_histogram.c41 int exp = expect[i]; in check() local
/openbmc/u-boot/include/
H A Defi_loader.h57 #define EFI_CALL(exp) ({ \ argument
70 #define EFI_CALL_VOID(exp) do { \ argument
/openbmc/qemu/hw/i2c/
H A Dpmbus_device.c30 uint16_t pmbus_data2linear_mode(uint16_t value, int exp) in pmbus_data2linear_mode()
39 uint16_t pmbus_linear_mode2data(uint16_t value, int exp) in pmbus_linear_mode2data()
/openbmc/linux/tools/perf/util/
H A Dtrigger.h36 #define TRIGGER_WARN_ONCE(t, exp) \ argument

12345678910