Searched refs:cluster_index (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/ |
| H A D | get_left_turns.hpp | 205 std::size_t cluster_index = 0; in assign_cluster_indices() local 206 it->cluster_index = cluster_index; in assign_cluster_indices() 212 cluster_index++; in assign_cluster_indices() 215 it->cluster_index = cluster_index; in assign_cluster_indices() 217 return cluster_index + 1; in assign_cluster_indices() 236 directions[it->cluster_index].first = true; in block_turns() 240 directions[it->cluster_index].second = true; in block_turns() 247 signed_size_type cluster_index = static_cast<signed_size_type>(it->cluster_index); in block_turns() local 248 signed_size_type previous_index = cluster_index - 1; in block_turns() 253 signed_size_type next_index = cluster_index + 1; in block_turns() [all …]
|
| H A D | occupation_info.hpp | 47 std::size_t cluster_index; member
|
| /OK3568_Linux_fs/kernel/drivers/clk/mvebu/ |
| H A D | ap-cpu-clk.c | 232 int ret, nclusters = 0, cluster_index = 0; in ap_cpu_clock_probe() local 299 cluster_index = cpu & APN806_CLUSTER_NUM_MASK; in ap_cpu_clock_probe() 300 cluster_index >>= APN806_CLUSTER_NUM_OFFSET; in ap_cpu_clock_probe() 303 if (ap_cpu_data->hws[cluster_index]) in ap_cpu_clock_probe() 306 parent = of_clk_get(np, cluster_index); in ap_cpu_clock_probe() 313 clk_name[12] += cluster_index; in ap_cpu_clock_probe() 314 ap_cpu_clk[cluster_index].clk_name = in ap_cpu_clock_probe() 316 ap_cpu_clk[cluster_index].cluster = cluster_index; in ap_cpu_clock_probe() 317 ap_cpu_clk[cluster_index].pll_cr_base = regmap; in ap_cpu_clock_probe() 318 ap_cpu_clk[cluster_index].hw.init = &init; in ap_cpu_clock_probe() [all …]
|
| /OK3568_Linux_fs/kernel/fs/xfs/scrub/ |
| H A D | ialloc.c | 220 unsigned int cluster_index; in xchk_iallocbt_check_cluster() local 232 for (cluster_index = 0; in xchk_iallocbt_check_cluster() 233 cluster_index < nr_inodes; in xchk_iallocbt_check_cluster() 234 cluster_index += XFS_INODES_PER_HOLEMASK_BIT) in xchk_iallocbt_check_cluster() 235 cluster_mask |= XFS_INOBT_MASK((cluster_base + cluster_index) / in xchk_iallocbt_check_cluster() 286 for (cluster_index = 0; cluster_index < nr_inodes; cluster_index++) { in xchk_iallocbt_check_cluster() 296 cluster_base + cluster_index, dip); in xchk_iallocbt_check_cluster()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/hpre/ |
| H A D | hpre_main.c | 452 int cluster_index = file->index - HPRE_CLUSTER_CTRL; in hpre_cluster_inqry_read() local 454 cluster_index * HPRE_CLSTR_ADDR_INTRVL; in hpre_cluster_inqry_read() 462 int cluster_index = file->index - HPRE_CLUSTER_CTRL; in hpre_cluster_inqry_write() local 463 unsigned long offset = HPRE_CLSTR_BASE + cluster_index * in hpre_cluster_inqry_write()
|
| /OK3568_Linux_fs/kernel/drivers/interconnect/ |
| H A D | core.c | 103 int cluster_index = 0; in icc_graph_show() local 110 cluster_index = 0; in icc_graph_show() 112 seq_printf(s, "\tsubgraph cluster_%d {\n", ++cluster_index); in icc_graph_show()
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | file.c | 574 int cluster_index = 0, valid_blocks = 0; in f2fs_truncate_data_blocks_range() local 585 for (; count > 0; count--, addr++, dn->ofs_in_node++, cluster_index++) { in f2fs_truncate_data_blocks_range() 589 !(cluster_index & (cluster_size - 1))) { in f2fs_truncate_data_blocks_range()
|