Searched refs:line_bits (Results 1 – 5 of 5) sorted by relevance
321 RK_U32 line_bits, RK_U32 big_end) in dump_data_to_file() argument337 if ((data_bit_size % 4 != 0) || (line_bits % 8 != 0)) { in dump_data_to_file()347 if ((i * 8 + 4) % line_bits == 0) { in dump_data_to_file()355 if ((i * 8 + 8) % line_bits == 0) { in dump_data_to_file()368 if ((i * 8 + 8) % line_bits == 0) { in dump_data_to_file()376 if (data_bit_size % line_bits) { in dump_data_to_file()377 loop_cnt = (line_bits - (data_bit_size % line_bits)) / 4; in dump_data_to_file()
333 RK_U32 line_bits, RK_U32 big_end) in dump_data_to_file() argument349 if ((data_bit_size % 4 != 0) || (line_bits % 8 != 0)) { in dump_data_to_file()359 if ((i * 8 + 4) % line_bits == 0) { in dump_data_to_file()367 if ((i * 8 + 8) % line_bits == 0) { in dump_data_to_file()380 if ((i * 8 + 8) % line_bits == 0) { in dump_data_to_file()388 if (data_bit_size % line_bits) { in dump_data_to_file()389 loop_cnt = (line_bits - (data_bit_size % line_bits)) / 4; in dump_data_to_file()
235 RK_U32 line_bits, RK_U32 big_end, RK_U32 append) in dump_data_to_file() argument256 if ((data_bit_size % 4 != 0) || (line_bits % 8 != 0)) { in dump_data_to_file()266 if ((i * 8 + 4) % line_bits == 0) { in dump_data_to_file()274 if ((i * 8 + 8) % line_bits == 0) { in dump_data_to_file()287 if ((i * 8 + 8) % line_bits == 0) { in dump_data_to_file()295 if (data_bit_size % line_bits) { in dump_data_to_file()296 loop_cnt = (line_bits - (data_bit_size % line_bits)) / 4; in dump_data_to_file()
661 RK_U32 line_bits, RK_U32 big_end);
688 RK_U32 line_bits, RK_U32 big_end);