Home
last modified time | relevance | path

Searched refs:MAX_LAYOUT_NAME_LEN (Results 1 – 5 of 5) sorted by relevance

/dports/net/mpich2/mpich2-1.5/test/mpi/topo/
H A Ddistgraph1.c31 #define MAX_LAYOUT_NAME_LEN 256 macro
32 char graph_layout_name[MAX_LAYOUT_NAME_LEN] = {'\0'};
41 strncpy(graph_layout_name, "deterministic complete graph", MAX_LAYOUT_NAME_LEN); in create_graph_layout()
47 strncpy(graph_layout_name, "every other edge deleted", MAX_LAYOUT_NAME_LEN); in create_graph_layout()
53 strncpy(graph_layout_name, "only self-edges", MAX_LAYOUT_NAME_LEN); in create_graph_layout()
64 strncpy(graph_layout_name, "no edges", MAX_LAYOUT_NAME_LEN); in create_graph_layout()
70 strncpy(graph_layout_name, "a random incomplete graph", MAX_LAYOUT_NAME_LEN); in create_graph_layout()
90 MPI_Bcast(graph_layout_name, MAX_LAYOUT_NAME_LEN, MPI_CHAR, 0, MPI_COMM_WORLD); in create_graph_layout()
/dports/net/mpich/mpich-3.4.3/test/mpi/topo/
H A Ddistgraph1.c25 #define MAX_LAYOUT_NAME_LEN 256 macro
26 char graph_layout_name[MAX_LAYOUT_NAME_LEN] = { '\0' };
35 strncpy(graph_layout_name, "deterministic complete graph", MAX_LAYOUT_NAME_LEN); in create_graph_layout()
41 strncpy(graph_layout_name, "every other edge deleted", MAX_LAYOUT_NAME_LEN); in create_graph_layout()
47 strncpy(graph_layout_name, "only self-edges", MAX_LAYOUT_NAME_LEN); in create_graph_layout()
58 strncpy(graph_layout_name, "no edges", MAX_LAYOUT_NAME_LEN); in create_graph_layout()
64 strncpy(graph_layout_name, "a random incomplete graph", MAX_LAYOUT_NAME_LEN); in create_graph_layout()
84 MPI_Bcast(graph_layout_name, MAX_LAYOUT_NAME_LEN, MPI_CHAR, 0, MPI_COMM_WORLD); in create_graph_layout()
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/aoa/
H A Daoa.h65 #define MAX_LAYOUT_NAME_LEN 32 macro
68 char name[MAX_LAYOUT_NAME_LEN];
/dports/multimedia/libv4l/linux-5.13-rc2/sound/aoa/
H A Daoa.h65 #define MAX_LAYOUT_NAME_LEN 32 macro
68 char name[MAX_LAYOUT_NAME_LEN];
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/aoa/
H A Daoa.h65 #define MAX_LAYOUT_NAME_LEN 32 macro
68 char name[MAX_LAYOUT_NAME_LEN];