Home
last modified time | relevance | path

Searched defs:smaller (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dwq.h170 int smaller = 0x8000 & (cc1 - cc2); in mlx5_wq_cyc_cc_bigger() local
/openbmc/qemu/target/s390x/tcg/
H A Dvec_string_helper.c227 bool smaller = false; in vfene() local
/openbmc/linux/lib/zlib_deflate/
H A Ddeftree.c307 #define smaller(tree, n, m, depth) \ macro
/openbmc/u-boot/lib/zlib/
H A Dtrees.c449 #define smaller(tree, n, m, depth) \ macro
/openbmc/linux/arch/powerpc/kernel/
H A Dcacheinfo.c422 static void link_cache_lists(struct cache *smaller, struct cache *bigger) in link_cache_lists()