Home
last modified time | relevance | path

Searched defs:NodeIndex (Results 1 – 25 of 27) sorted by relevance

12

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/
Dnode.rs46 impl From<&LeafIndex> for NodeIndex { implementation
52 impl From<LeafIndex> for NodeIndex { implementation
58 pub(crate) type NodeIndex = u32; typedef
228 pub fn direct_copath(&self, index: LeafIndex) -> Vec<CopathNode<NodeIndex>> { in direct_copath()
308 node_index: NodeIndex, in borrow_or_fill_node_as_parent()
332 pub fn get_resolution_index(&self, index: NodeIndex) -> Result<Vec<NodeIndex>, MlsError> { in get_resolution_index()
354 index: NodeIndex, in find_in_resolution()
355 to_find: Option<NodeIndex>, in find_in_resolution()
Dkem.rs178 path: Vec<CopathNode<NodeIndex>>, in encrypt_path_secrets()
214 path: Vec<CopathNode<NodeIndex>>, in encrypt_path_secrets()
326 copath_index: NodeIndex, in encrypt_copath_node_resolution()
377 path: &[CopathNode<NodeIndex>], in find_resolved_pos()
396 lca: NodeIndex, in find_ciphertext_pos()
397 resolved: NodeIndex, in find_ciphertext_pos()
Dtree_utils.rs17 idx: NodeIndex, in build_tree()
Dmod.rs252 index: NodeIndex, in update_node()
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceLiveness.cpp89 SizeT NodeIndex = VMetadata->getLocalUseNode(Var)->getIndex(); in initInternal() local
138 SizeT NodeIndex = Node->getIndex(); in getVariable() local
H A DIceTargetLowering.cpp814 SizeT NodeIndex = VMetadata->getLocalUseNode(Var)->getIndex(); in getVarStackSlotParams() local
881 SizeT NodeIndex = VMetadata->getLocalUseNode(Var)->getIndex(); in assignVarStackSlots() local
H A DIceLoopAnalyzer.cpp270 for (auto NodeIndex : LoopBody) { in ComputeLoopInfo() local
H A DIceCfg.cpp608 for (auto NodeIndex : Body) { in findLoopInvariantInstructions() local
715 SizeT NodeIndex = 0; in shortCircuitJumps() local
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/tests/
Dstable_graph.rs79 fn assert_sccs_eq(mut res: Vec<Vec<NodeIndex>>, normalized: Vec<Vec<NodeIndex>>) { in assert_sccs_eq()
Dgraph.rs677 fn assert_is_topo_order<N, E>(gr: &Graph<N, E, Directed>, order: &[NodeIndex]) { in assert_is_topo_order()
784 mut res: Vec<Vec<NodeIndex>>, in assert_sccs_eq()
785 mut answer: Vec<Vec<NodeIndex>>, in assert_sccs_eq()
Dquickcheck.rs1337 node: NodeIndex, in sum_flows()
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/graph_impl/
Dmod.rs104 pub struct NodeIndex<Ix = DefaultIx>(Ix); struct
106 impl<Ix: IndexType> NodeIndex<Ix> { implementation
127 unsafe impl<Ix: IndexType> IndexType for NodeIndex<Ix> { implementation
139 impl<Ix: IndexType> From<Ix> for NodeIndex<Ix> { implementation
145 impl<Ix: fmt::Debug> fmt::Debug for NodeIndex<Ix> { implementation
1923 impl<Ix: IndexType> GraphIndex for NodeIndex<Ix> { implementation
Dserialization.rs71 impl<Ix> Serialize for NodeIndex<Ix> implementation
83 impl<'de, Ix> Deserialize<'de> for NodeIndex<Ix> implementation
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/
Dadj.rs15 pub type NodeIndex<Ix = DefaultIx> = Ix; typedef
441 impl<Ix: IndexType> visit::NodeRef for NodeIndex<Ix> { implementation
Dmatrix_graph.rs33 pub type NodeIndex<Ix = DefaultIx> = GraphNodeIndex<Ix>; typedef
184 pub fn node_index(ax: usize) -> NodeIndex { in node_index()
Dcsr.rs23 pub type NodeIndex<Ix = DefaultIx> = Ix; typedef
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/synchronization/internal/
H A Dgraphcycles.cc272 inline int32_t NodeIndex(GraphId id) { in NodeIndex() function
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/synchronization/internal/
H A Dgraphcycles.cc270 inline int32_t NodeIndex(GraphId id) { in NodeIndex() function
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/synchronization/internal/
H A Dgraphcycles.cc272 inline int32_t NodeIndex(GraphId id) { in NodeIndex() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/
Dgraphcycles.cc272 inline int32_t NodeIndex(GraphId id) { in NodeIndex() function
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/synchronization/internal/
H A Dgraphcycles.cc273 inline int32_t NodeIndex(GraphId id) { in NodeIndex() function
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/synchronization/internal/
H A Dgraphcycles.cc273 inline int32_t NodeIndex(GraphId id) { in NodeIndex() function
/aosp_15_r20/external/abseil-cpp/absl/synchronization/internal/
H A Dgraphcycles.cc273 inline int32_t NodeIndex(GraphId id) { in NodeIndex() function
/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/gpu/
H A Dbvh_build_treelet_refit.h290 uint NodeIndex) in refitReduceNodePrev()
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dsecret_tree.rs874 secret_tree: &mut SecretTree<NodeIndex>, in get_ratchet_data()

12