Home
last modified time | relevance | path

Searched refs:wild (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlauxlib.c342 const char *wild; in luaL_gsub() local
346 while ((wild = strstr(s, p)) != NULL) { in luaL_gsub()
347 luaL_addlstring(&b, s, wild - s); /* push prefix */ in luaL_gsub()
349 s = wild + l; /* continue after `p' */ in luaL_gsub()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlauxlib.c760 const char *wild; in luaL_gsub() local
764 while ((wild = strstr(s, p)) != NULL) { in luaL_gsub()
765 luaL_addlstring(&b, s, wild - s); /* push prefix */ in luaL_gsub()
767 s = wild + l; /* continue after `p' */ in luaL_gsub()
/f-stack/dpdk/lib/librte_acl/
H A Dacl_bld.c1080 double wild = 0; in acl_calc_wildness() local
1091 wild = (size - __builtin_popcountll( in acl_calc_wildness()
1097 wild = (size - fld->mask_range.u32) / size; in acl_calc_wildness()
1101 wild = (fld->mask_range.u64 & msk_val) - in acl_calc_wildness()
1103 wild = wild / msk_val; in acl_calc_wildness()
1107 rule->wildness[field_index] = (uint32_t)(wild * 100); in acl_calc_wildness()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/libzfs_input_check/
H A Dlibzfs_input_check.c120 #define IOC_INPUT_TEST_IMPL(ioc, name, req, opt, err, wild) \ argument
124 lzc_ioctl_test(ioc, name, req, opt, err, wild); \
/f-stack/dpdk/doc/guides/prog_guide/
H A Dpacket_classif_access_ctrl.rst65 the build processes can eliminate fields that are all wild.
H A Dmember_lib.rst248 For example wild card flow classification (e.g. ACL rules) highlighted in the
/f-stack/dpdk/doc/guides/nics/
H A Dmlx5.rst117 …N spec is not specified in the pattern, the matching rule will be created with VLAN as a wild card.