Searched refs:csize (Results 1 – 1 of 1) sorted by relevance
367 signed char csize; in write_partition_size() local369 csize = size & 0xff; in write_partition_size()370 *cx_data = csize; in write_partition_size()371 csize = (size >> 8) & 0xff; in write_partition_size()372 *(cx_data + 1) = csize; in write_partition_size()373 csize = (size >> 16) & 0xff; in write_partition_size()374 *(cx_data + 2) = csize; in write_partition_size()