HomeSort by: relevance | last modified time | path
    Searched defs:agents (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mpl/dhcp/dist/keama/
options.c 302 struct option_def agents[] = { variable in typeref:struct:option_def
539 for (def = agents; def->name != NULL; def++) {
  /src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-gcn.c 200 (void *host_ptr, size_t size, hsa_agent_t *agents, int num_agent,
533 /* Information about the whole HSA environment and all of its agents. */
539 /* Number of usable GPU HSA agents in the system. */
541 /* Array of agent_info structures describing the individual HSA agents. */
542 struct agent_info *agents; member in struct:hsa_context_info
550 /* Information about the whole HSA environment and all of its agents. */
1510 hsa_context.agents[*agent_index].id = agent;
1552 hsa_context.agents
1557 return hsa_error ("Scanning compute agents failed", status);
1560 GOMP_PLUGIN_error ("Failed to assign IDs to all GCN agents");
    [all...]
  /src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-gcn.c 540 /* Information about the whole HSA environment and all of its agents. */
546 /* Number of usable GPU HSA agents in the system. */
548 /* Array of agent_info structures describing the individual HSA agents. */
549 struct agent_info *agents; member in struct:hsa_context_info
566 /* Information about the whole HSA environment and all of its agents. */
1463 hsa_context.agents[*agent_index].id = agent;
1501 hsa_context.agents
1506 return hsa_error ("Scanning compute agents failed", status);
1509 GOMP_PLUGIN_error ("Failed to assign IDs to all GCN agents");
1517 GOMP_PLUGIN_error ("Failed to list all HSA runtime agents");
    [all...]

Completed in 36 milliseconds