Searched refs:wild (Results 1 – 7 of 7) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lauxlib.c | 342 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 D | lauxlib.c | 760 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 D | acl_bld.c | 1080 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 D | libzfs_input_check.c | 120 #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 D | packet_classif_access_ctrl.rst | 65 the build processes can eliminate fields that are all wild.
|
| H A D | member_lib.rst | 248 For example wild card flow classification (e.g. ACL rules) highlighted in the
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | mlx5.rst | 117 …N spec is not specified in the pattern, the matching rule will be created with VLAN as a wild card.
|