Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/tools/
Daubinator_error_decode.c412 int sect_num = 0; in read_data_file() local
430 sections[sect_num].data = data; in read_data_file()
431 sections[sect_num].count = count; in read_data_file()
432 sect_num++; in read_data_file()
465 sections[sect_num].buffer_name = b->name; in read_data_file()
466 sections[sect_num].ring_name = strdup(ring_name); in read_data_file()
471 sections[sect_num].gtt_offset = ((uint64_t) hi) << 32 | lo; in read_data_file()
586 for (int s = 0; s < sect_num; s++) { in read_data_file()
602 for (int s = 0; s < sect_num; s++) { in read_data_file()
/external/u-boot/fs/fat/
Dfat_write.c749 __u32 startsect, sect_num, offset; in check_overflow() local
757 sect_num = div_u64_rem(size, mydata->sect_size, &offset); in check_overflow()
760 sect_num++; in check_overflow()
762 if (startsect + sect_num > total_sector) in check_overflow()