Searched refs:group_index (Results 1 – 3 of 3) sorted by relevance
123 U32 group_index in scic_sds_remote_node_table_clear_group_index() argument131 ASSERT(group_index < (U32)(remote_node_table->group_array_size * 32)); in scic_sds_remote_node_table_clear_group_index()133 dword_index = group_index / 32; in scic_sds_remote_node_table_clear_group_index()134 bit_index = group_index % 32; in scic_sds_remote_node_table_clear_group_index()157 U32 group_index in scic_sds_remote_node_table_set_group_index() argument165 ASSERT(group_index < (U32)(remote_node_table->group_array_size * 32)); in scic_sds_remote_node_table_set_group_index()167 dword_index = group_index / 32; in scic_sds_remote_node_table_set_group_index()168 bit_index = group_index % 32; in scic_sds_remote_node_table_set_group_index()258 U32 group_index in scic_sds_remote_node_table_clear_group() argument267 > (group_index / SCU_STP_REMOTE_NODE_COUNT) in scic_sds_remote_node_table_clear_group()[all …]
769 SVN_ERR(entry_exists(cache, group_index, key, &exists)); \783 is_group_initialized(svn_membuffer_t *cache, apr_uint32_t group_index) in is_group_initialized() argument786 = cache->group_initialized[group_index / (8 * GROUP_INIT_GRANULARITY)]; in is_group_initialized()788 = (unsigned char)(1 << ((group_index / GROUP_INIT_GRANULARITY) % 8)); in is_group_initialized()796 initialize_group(svn_membuffer_t *cache, apr_uint32_t group_index) in initialize_group() argument803 (group_index / GROUP_INIT_GRANULARITY) * GROUP_INIT_GRANULARITY; in initialize_group()819 = (unsigned char)(1 << ((group_index / GROUP_INIT_GRANULARITY) % 8)); in initialize_group()820 cache->group_initialized[group_index / (8 * GROUP_INIT_GRANULARITY)] in initialize_group()842 apr_uint32_t group_index = cache->group_count + cache->max_spare_used; in allocate_spare_group() local845 if (!is_group_initialized(cache, group_index)) in allocate_spare_group()[all …]
214 unsigned int group_index; member4553 group->group_index = i; in process_section_groups()4582 section_headers_groups [SECTION_HEADER_INDEX (entry)]->group_index); in process_section_groups()4594 section_headers_groups [SECTION_HEADER_INDEX (entry)]->group_index); in process_section_groups()