Searched refs:order_type (Results 1 – 7 of 7) sorted by relevance
148 Graph* graph, GraphCollectiveOrder order_type, in InsertControlDependencies() argument151 if (order_type == GraphCollectiveOrder::kEdges) { in InsertControlDependencies()158 } else if (order_type == GraphCollectiveOrder::kAttrs) { in InsertControlDependencies()177 static_cast<int>(order_type)); in InsertControlDependencies()184 Status OrderCollectives(Graph* graph, GraphCollectiveOrder order_type) { in OrderCollectives() argument202 return InsertControlDependencies(graph, order_type, dependency_edges); in OrderCollectives()
32 Status OrderCollectives(Graph* graph, GraphCollectiveOrder order_type);
41 enum order_type { column_major, row_major}; enum60 order_type order;137 order_type value;139 GLM_FUNC_DECL explicit order(order_type);
92 GLM_FUNC_QUALIFIER order::order(order_type a)
89 order_type, /* Allow or Deny */ member
1378 po->order_type = CUPSD_AUTH_ALLOW; in cupsdReadConfiguration()1398 po->order_type = CUPSD_AUTH_ALLOW; in cupsdReadConfiguration()1442 po->order_type = CUPSD_AUTH_ALLOW; in cupsdReadConfiguration()1478 po->order_type = CUPSD_AUTH_ALLOW; in cupsdReadConfiguration()2099 loc->order_type = CUPSD_AUTH_ALLOW; in parse_aaa()2101 loc->order_type = CUPSD_AUTH_DENY; in parse_aaa()
912 switch (loc->order_type) in cupsdCheckAccess()1298 temp->order_type = loc->order_type; in cupsdCopyLocation()