Home
last modified time | relevance | path

Searched refs:regexp (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/app/test/
H A Dautotest_test_funcs.py42 regexp = "IOVA:0x[0-9a-f]*, len:([0-9]*), virt:0x[0-9a-f]*, " \
44 index = child.expect([regexp, "Test OK", "Test Failed",
/f-stack/app/redis-5.0.5/deps/jemalloc/bin/
H A Djeprof.in5251 # names match "$regexp" and returns them in a hashtable mapping from
5255 my $regexp = shift;
5302 if (defined($routine) && $routine =~ m/$regexp/) {
5321 if (defined($routine) && $routine =~ m/$regexp/) {
5329 # match "$regexp" and returns them in a hashtable mapping from procedure
5334 my $regexp = shift;
5404 my $symbol_table = GetProcedureBoundariesViaNm($nm_command, $regexp);
/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_devx_cmds.c717 attr->regex = MLX5_GET(cmd_hca_cap, hcattr, regexp); in mlx5_devx_cmd_query_hca_attr()
H A Dmlx5_prm.h1113 u8 regexp[0x1]; member