Home
last modified time | relevance | path

Searched refs:sibling_map (Results 1 – 16 of 16) sorted by relevance

/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/pear-0.1.4/src/
H A Ddebug.rs85 fn debug_print(sibling_map: &mut Vec<bool>, node: Index) { in debug_print()
86 let parent_count = sibling_map.len(); in debug_print()
87 for (i, &has_siblings) in sibling_map.iter().enumerate() { in debug_print()
120 sibling_map.push(have_siblings); in debug_print()
121 debug_print(sibling_map, child); in debug_print()
122 sibling_map.pop(); in debug_print()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_crat.h162 uint8_t sibling_map[CRAT_SIBLINGMAP_SIZE]; member
191 uint8_t sibling_map[CRAT_SIBLINGMAP_SIZE]; member
222 uint8_t sibling_map[CRAT_SIBLINGMAP_SIZE]; member
H A Dkfd_crat.c327 memcpy(props->sibling_map, cache->sibling_map, in kfd_parse_subtype_cache()
328 sizeof(props->sibling_map)); in kfd_parse_subtype_cache()
588 pcache->sibling_map[0] = (uint8_t)(cu_sibling_map_mask & 0xFF); in fill_in_pcache()
589 pcache->sibling_map[1] = in fill_in_pcache()
591 pcache->sibling_map[2] = in fill_in_pcache()
593 pcache->sibling_map[3] = in fill_in_pcache()
H A Dkfd_topology.h133 uint8_t sibling_map[CRAT_SIBLINGMAP_SIZE]; member
H A Dkfd_topology.c362 for (j = 0; j < sizeof(cache->sibling_map[0])*8; j++) in kfd_cache_show()
365 (cache->sibling_map[i] >> j) & 1); in kfd_cache_show()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_crat.h162 uint8_t sibling_map[CRAT_SIBLINGMAP_SIZE]; member
191 uint8_t sibling_map[CRAT_SIBLINGMAP_SIZE]; member
222 uint8_t sibling_map[CRAT_SIBLINGMAP_SIZE]; member
H A Dkfd_crat.c327 memcpy(props->sibling_map, cache->sibling_map, in kfd_parse_subtype_cache()
328 sizeof(props->sibling_map)); in kfd_parse_subtype_cache()
588 pcache->sibling_map[0] = (uint8_t)(cu_sibling_map_mask & 0xFF); in fill_in_pcache()
589 pcache->sibling_map[1] = in fill_in_pcache()
591 pcache->sibling_map[2] = in fill_in_pcache()
593 pcache->sibling_map[3] = in fill_in_pcache()
H A Dkfd_topology.h133 uint8_t sibling_map[CRAT_SIBLINGMAP_SIZE]; member
H A Dkfd_topology.c362 for (j = 0; j < sizeof(cache->sibling_map[0])*8; j++) in kfd_cache_show()
365 (cache->sibling_map[i] >> j) & 1); in kfd_cache_show()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_crat.h162 uint8_t sibling_map[CRAT_SIBLINGMAP_SIZE]; member
191 uint8_t sibling_map[CRAT_SIBLINGMAP_SIZE]; member
222 uint8_t sibling_map[CRAT_SIBLINGMAP_SIZE]; member
H A Dkfd_crat.c327 memcpy(props->sibling_map, cache->sibling_map, in kfd_parse_subtype_cache()
328 sizeof(props->sibling_map)); in kfd_parse_subtype_cache()
588 pcache->sibling_map[0] = (uint8_t)(cu_sibling_map_mask & 0xFF); in fill_in_pcache()
589 pcache->sibling_map[1] = in fill_in_pcache()
591 pcache->sibling_map[2] = in fill_in_pcache()
593 pcache->sibling_map[3] = in fill_in_pcache()
H A Dkfd_topology.h133 uint8_t sibling_map[CRAT_SIBLINGMAP_SIZE]; member
H A Dkfd_topology.c362 for (j = 0; j < sizeof(cache->sibling_map[0])*8; j++) in kfd_cache_show()
365 (cache->sibling_map[i] >> j) & 1); in kfd_cache_show()
/dports/graphics/R-cran-s2/s2/src/s2/
H A Ds2builder_graph.cc417 vector<EdgeId> sibling_map = GetInEdgeIds(); in GetDirectedComponents() local
419 if (!GetLeftTurnMap(sibling_map, &left_turn_map, error)) return false; in GetDirectedComponents()
420 MakeSiblingMap(&sibling_map); in GetDirectedComponents()
452 EdgeId sibling = sibling_map[e]; in GetDirectedComponents()
508 vector<EdgeId> sibling_map = GetInEdgeIds(); in GetUndirectedComponents() local
510 if (!GetLeftTurnMap(sibling_map, &left_turn_map, error)) return false; in GetUndirectedComponents()
511 MakeSiblingMap(&sibling_map); in GetUndirectedComponents()
546 EdgeId sibling = sibling_map[e]; in GetUndirectedComponents()
/dports/graphics/s2/s2geometry-0.9.0/src/s2/
H A Ds2builder_graph.cc417 vector<EdgeId> sibling_map = GetInEdgeIds(); in GetDirectedComponents() local
419 if (!GetLeftTurnMap(sibling_map, &left_turn_map, error)) return false; in GetDirectedComponents()
420 MakeSiblingMap(&sibling_map); in GetDirectedComponents()
452 EdgeId sibling = sibling_map[e]; in GetDirectedComponents()
508 vector<EdgeId> sibling_map = GetInEdgeIds(); in GetUndirectedComponents() local
510 if (!GetLeftTurnMap(sibling_map, &left_turn_map, error)) return false; in GetUndirectedComponents()
511 MakeSiblingMap(&sibling_map); in GetUndirectedComponents()
546 EdgeId sibling = sibling_map[e]; in GetUndirectedComponents()
/dports/graphics/py-s2/s2geometry-0.9.0/src/s2/
H A Ds2builder_graph.cc417 vector<EdgeId> sibling_map = GetInEdgeIds(); in GetDirectedComponents() local
419 if (!GetLeftTurnMap(sibling_map, &left_turn_map, error)) return false; in GetDirectedComponents()
420 MakeSiblingMap(&sibling_map); in GetDirectedComponents()
452 EdgeId sibling = sibling_map[e]; in GetDirectedComponents()
508 vector<EdgeId> sibling_map = GetInEdgeIds(); in GetUndirectedComponents() local
510 if (!GetLeftTurnMap(sibling_map, &left_turn_map, error)) return false; in GetUndirectedComponents()
511 MakeSiblingMap(&sibling_map); in GetUndirectedComponents()
546 EdgeId sibling = sibling_map[e]; in GetUndirectedComponents()