Home
last modified time | relevance | path

Searched defs:isz (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/target/arm/
H A Dvfp_helper.c437 #define VFP_CONV_FIX_FLOAT(name, p, fsz, ftype, isz, itype) \ argument
442 #define VFP_CONV_FIX_FLOAT_ROUND(name, p, fsz, ftype, isz, itype) \ argument
456 #define VFP_CONV_FLOAT_FIX_ROUND(name, p, fsz, ftype, isz, itype, ROUND, suff) \ argument
467 #define VFP_CONV_FIX(name, p, fsz, ftype, isz, itype) \ argument
475 #define VFP_CONV_FIX_A64(name, p, fsz, ftype, isz, itype) \ argument
/openbmc/linux/include/linux/
H A Dstring_helpers.h76 static inline int string_escape_mem_any_np(const char *src, size_t isz, in string_escape_mem_any_np()
/openbmc/qemu/include/hw/arm/
H A Dsmmu-common.h35 #define VMSA_BIT_LVL(isz, strd, lvl) ((isz) - (strd) * \ argument
37 #define VMSA_IDXMSK(isz, strd, lvl) ((1ULL << \ argument
/openbmc/linux/lib/
H A Dstring_helpers.c564 int string_escape_mem(const char *src, size_t isz, char *dst, size_t osz, in string_escape_mem()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtxrx.h505 size_t isz = struct_size(rq->mpwqe.info, alloc_units.frag_pages, rq->mpwqe.pages_per_wqe); in mlx5e_get_mpw_info() local
/openbmc/linux/fs/nilfs2/
H A Dsegment.c987 unsigned int isz, srsz; in nilfs_segctor_fill_in_super_root() local