Lines Matching refs:decode_u64_le
1150 decode_u64_le(buffer, &offset, &header.magic); in load_region_table()
1151 decode_u64_le(buffer, &offset, &header.region_blocks); in load_region_table()
1185 decode_u64_le(region_buffer, &offset, &table->regions[i].start_block); in load_region_table()
1186 decode_u64_le(region_buffer, &offset, &table->regions[i].block_count); in load_region_table()
1219 decode_u64_le(buffer, &offset, &super->nonce); in read_super_block_data()
1225 decode_u64_le(buffer, &offset, &super->open_chapter_blocks); in read_super_block_data()
1226 decode_u64_le(buffer, &offset, &super->page_map_blocks); in read_super_block_data()
1229 decode_u64_le(buffer, &offset, &super->volume_offset); in read_super_block_data()
1230 decode_u64_le(buffer, &offset, &super->start_offset); in read_super_block_data()
1433 decode_u64_le(buffer, &offset, &isl->save_data.timestamp); in read_index_save_data()
1434 decode_u64_le(buffer, &offset, &isl->save_data.nonce); in read_index_save_data()
1455 decode_u64_le(buffer, &offset, &isl->state_data.newest_chapter); in read_index_save_data()
1456 decode_u64_le(buffer, &offset, &isl->state_data.oldest_chapter); in read_index_save_data()
1457 decode_u64_le(buffer, &offset, &isl->state_data.last_save); in read_index_save_data()