Searched refs:dir_end (Results 1 – 1 of 1) sorted by relevance
351 unsigned int data_offset, dir_end; in __tb_property_format_dir() local404 dir_end = start_offset + data_len + dir_len; in __tb_property_format_dir()406 if (data_offset > dir_end) in __tb_property_format_dir()408 if (dir_end > block_len) in __tb_property_format_dir()436 ret = __tb_property_format_dir(child, block, dir_end, in __tb_property_format_dir()442 entry->value = dir_end; in __tb_property_format_dir()443 dir_end = ret; in __tb_property_format_dir()474 return dir_end; in __tb_property_format_dir()
Completed in 4 milliseconds