Searched defs:isz (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | vfp_helper.c | 437 #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 D | string_helpers.h | 76 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 D | smmu-common.h | 35 #define VMSA_BIT_LVL(isz, strd, lvl) ((isz) - (strd) * \ argument 37 #define VMSA_IDXMSK(isz, strd, lvl) ((1ULL << \ argument
|
/openbmc/linux/lib/ |
H A D | string_helpers.c | 564 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 D | txrx.h | 505 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 D | segment.c | 987 unsigned int isz, srsz; in nilfs_segctor_fill_in_super_root() local
|