/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/ |
D | node.rs | 46 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()
|
D | kem.rs | 178 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()
|
D | tree_utils.rs | 17 idx: NodeIndex, in build_tree()
|
D | mod.rs | 252 index: NodeIndex, in update_node()
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceLiveness.cpp | 89 SizeT NodeIndex = VMetadata->getLocalUseNode(Var)->getIndex(); in initInternal() local 138 SizeT NodeIndex = Node->getIndex(); in getVariable() local
|
H A D | IceTargetLowering.cpp | 814 SizeT NodeIndex = VMetadata->getLocalUseNode(Var)->getIndex(); in getVarStackSlotParams() local 881 SizeT NodeIndex = VMetadata->getLocalUseNode(Var)->getIndex(); in assignVarStackSlots() local
|
H A D | IceLoopAnalyzer.cpp | 270 for (auto NodeIndex : LoopBody) { in ComputeLoopInfo() local
|
H A D | IceCfg.cpp | 608 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/ |
D | stable_graph.rs | 79 fn assert_sccs_eq(mut res: Vec<Vec<NodeIndex>>, normalized: Vec<Vec<NodeIndex>>) { in assert_sccs_eq()
|
D | graph.rs | 677 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()
|
D | quickcheck.rs | 1337 node: NodeIndex, in sum_flows()
|
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/graph_impl/ |
D | mod.rs | 104 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
|
D | serialization.rs | 71 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/ |
D | adj.rs | 15 pub type NodeIndex<Ix = DefaultIx> = Ix; typedef 441 impl<Ix: IndexType> visit::NodeRef for NodeIndex<Ix> { implementation
|
D | matrix_graph.rs | 33 pub type NodeIndex<Ix = DefaultIx> = GraphNodeIndex<Ix>; typedef 184 pub fn node_index(ax: usize) -> NodeIndex { in node_index()
|
D | csr.rs | 23 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 D | graphcycles.cc | 272 inline int32_t NodeIndex(GraphId id) { in NodeIndex() function
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/synchronization/internal/ |
H A D | graphcycles.cc | 270 inline int32_t NodeIndex(GraphId id) { in NodeIndex() function
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/synchronization/internal/ |
H A D | graphcycles.cc | 272 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/ |
D | graphcycles.cc | 272 inline int32_t NodeIndex(GraphId id) { in NodeIndex() function
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/synchronization/internal/ |
H A D | graphcycles.cc | 273 inline int32_t NodeIndex(GraphId id) { in NodeIndex() function
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/synchronization/internal/ |
H A D | graphcycles.cc | 273 inline int32_t NodeIndex(GraphId id) { in NodeIndex() function
|
/aosp_15_r20/external/abseil-cpp/absl/synchronization/internal/ |
H A D | graphcycles.cc | 273 inline int32_t NodeIndex(GraphId id) { in NodeIndex() function
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/gpu/ |
H A D | bvh_build_treelet_refit.h | 290 uint NodeIndex) in refitReduceNodePrev()
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/ |
D | secret_tree.rs | 874 secret_tree: &mut SecretTree<NodeIndex>, in get_ratchet_data()
|