Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dfdisk.c53 end_sector, end_cyl, start4[4], size4[4]; member
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()
472 start_sec = swap_le32toh(p->start4) + partitions[i].start_offset; in list_partitions()
612 new_start = partitions[i + 1].start_offset + swap_le32toh(q->start4) - extended_offset; in delete_partition()
614 memcpy(p->start4, (void *)&new_start, 4); in delete_partition()
932 begin_sec[i] = swap_le32toh(p->start4) + pe->start_offset; in add_partition()
951 set_levalue(p->start4, start - pe->start_offset); in add_partition()
[all …]
/external/llvm-project/llvm/test/MC/ARM/
Dthumb2-branch-ranges.s77 start4: label
79 b.w start4
Dthumb-branches.s67 start4: label
71 bl start4
/external/zstd/lib/legacy/
Dzstd_v01.c1099 const char* const start4 = start3 + length3; in HUF_decompress_usingDTable() local
1110 errorCode = FSE_initDStream(&bitD4, start4, length4); in HUF_decompress_usingDTable()