Home
last modified time | relevance | path

Searched refs:first_set (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dwagyu.hpp78 bool first_set = false; in get_bounds() local
81 if (!first_set) { in get_bounds()
84 first_set = true; in get_bounds()
97 if (!first_set) { in get_bounds()
100 first_set = true; in get_bounds()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_gpuprops.c99 u64 first_set, first_set_prev; in kbase_gpuprops_construct_coherent_groups() local
138 first_set = group_present & ~(group_present - 1); in kbase_gpuprops_construct_coherent_groups()
141 group_present -= first_set; /* Clear the current group bit */ in kbase_gpuprops_construct_coherent_groups()
142 first_set_prev = first_set; in kbase_gpuprops_construct_coherent_groups()
144 first_set = group_present & ~(group_present - 1); in kbase_gpuprops_construct_coherent_groups()
145 group_mask = (first_set - 1) & ~(first_set_prev - 1); in kbase_gpuprops_construct_coherent_groups()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_acl_flex_actions.c371 struct mlxsw_afa_set *first_set; member
416 block->first_set = mlxsw_afa_set_create(true); in mlxsw_afa_block_create()
417 if (!block->first_set) in mlxsw_afa_block_create()
427 block->cur_set->prev = block->first_set; in mlxsw_afa_block_create()
428 block->first_set->next = block->cur_set; in mlxsw_afa_block_create()
430 block->cur_set = block->first_set; in mlxsw_afa_block_create()
436 mlxsw_afa_set_destroy(block->first_set); in mlxsw_afa_block_create()
445 struct mlxsw_afa_set *set = block->first_set; in mlxsw_afa_block_destroy()
487 block->first_set = set; in mlxsw_afa_block_commit()
494 return block->first_set->ht_key.enc_actions; in mlxsw_afa_block_first_set()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_gpuprops.c44 u64 first_set, first_set_prev; in kbase_gpuprops_construct_coherent_groups() local
83 first_set = group_present & ~(group_present - 1); in kbase_gpuprops_construct_coherent_groups()
86 group_present -= first_set; /* Clear the current group bit */ in kbase_gpuprops_construct_coherent_groups()
87 first_set_prev = first_set; in kbase_gpuprops_construct_coherent_groups()
89 first_set = group_present & ~(group_present - 1); in kbase_gpuprops_construct_coherent_groups()
90 group_mask = (first_set - 1) & ~(first_set_prev - 1); in kbase_gpuprops_construct_coherent_groups()