Home
last modified time | relevance | path

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

/aosp_15_r20/external/zucchini/
H A Dpatch_read_write_unittest.cc111 void ModifyByte(size_t idx, in ModifyByte() function
158 ModifyByte(offsetof(PatchElementHeader, old_length), 0x02, 0x00, &data); in TEST()
167 ModifyByte(offsetof(PatchElementHeader, new_length), 0x04, 0x00, &data); in TEST()
176 ModifyByte(offsetof(PatchElementHeader, old_length), 0x02, 0x00, &data); in TEST()
178 ModifyByte(offsetof(PatchElementHeader, new_length), 0x04, 0x00, &data); in TEST()
562 ModifyByte(offsetof(PatchElementHeader, old_length), 0x51, 0x04, &data); in TEST()
570 ModifyByte(offsetof(PatchElementHeader, new_length), 0x13, 0x05, &data); in TEST()
580 ModifyByte(offsetof(PatchElementHeader, new_length), 0x13, 0x14, &data); in TEST()
587 ModifyByte(offsetof(PatchElementHeader, new_length), 0x13, 0x12, &data); in TEST()
596 ModifyByte(offsetof(PatchElementHeader, version), 0x01, 0x02, &data); in TEST()
[all …]