Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dfdisk.c196 static uint32_t swap_le32toh(unsigned char *cp) in swap_le32toh() function
215 first[i] = swap_le32toh(px->start4) + pe->start_offset; in check_order()
242 local_start_off = swap_le32toh(p->start4); in read_ebr()
256 offset = swap_le32toh(q->start4); in read_ebr()
423 start = swap_le32toh((unsigned char*)(p->start4)); in consistency_check()
424 end = start + swap_le32toh((unsigned char*)(p->size4)) -1; in consistency_check()
472 start_sec = swap_le32toh(p->start4) + partitions[i].start_offset; in list_partitions()
473 secs = swap_le32toh(p->size4); in list_partitions()
612 new_start = partitions[i + 1].start_offset + swap_le32toh(q->start4) - extended_offset; in delete_partition()
932 begin_sec[i] = swap_le32toh(p->start4) + pe->start_offset; in add_partition()
[all …]