Home
last modified time | relevance | path

Searched refs:current_part (Results 1 – 2 of 2) sorted by relevance

/external/arm-trusted-firmware/drivers/st/io/
Dio_stm32image.c25 static struct stm32image_part_info *current_part; variable
158 current_part = &stm32image_dev.part_info[idx]; in stm32image_partition_open()
159 stm32_img = (uint32_t *)&current_part->part_offset; in stm32image_partition_open()
198 if (current_part->bkp_offset == 0U) { in stm32image_partition_size()
205 (header->binary_type != current_part->binary_type) || in stm32image_partition_size()
208 __func__, current_part->name, *stm32_img); in stm32image_partition_size()
210 if (current_part->bkp_offset == 0U) { in stm32image_partition_size()
216 *stm32_img += current_part->bkp_offset; in stm32image_partition_size()
220 __func__, current_part->name); in stm32image_partition_size()
269 if (current_part->bkp_offset == 0U) { in stm32image_partition_read()
[all …]
/external/flac/src/libFLAC/
Dstream_encoder.c3746 …key(FLAC__int32 parts, uint32_t * apodizations, uint32_t * current_depth, uint32_t * current_part){ in set_next_subdivide_tukey() argument
3750 if(*current_part == 0){ in set_next_subdivide_tukey()
3751 *current_part = 2; in set_next_subdivide_tukey()
3753 *current_part = 0; in set_next_subdivide_tukey()
3756 }else if((*current_part) < (2*(*current_depth)-1)){ in set_next_subdivide_tukey()
3757 (*current_part)++; in set_next_subdivide_tukey()
3759 *current_part = 0; in set_next_subdivide_tukey()
3767 *current_part = 0; in set_next_subdivide_tukey()