Home
last modified time | relevance | path

Searched refs:patch_flags (Results 1 – 4 of 4) sorted by path

/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/amitools/fs/block/rdb/
H A DFSHeaderBlock.py35 if patch_flags & 0x01 == 0x01:
37 if patch_flags & 0x02 == 0x02:
39 if patch_flags & 0x04 == 0x04:
41 if patch_flags & 0x08 == 0x08:
43 if patch_flags & 0x10 == 0x10:
45 if patch_flags & 0x20 == 0x20:
47 if patch_flags & 0x40 == 0x40:
49 if patch_flags & 0x80 == 0x80:
130 self.patch_flags = patch_flags
198 self.patch_flags |= mask
[all …]
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/amitools/fs/rdb/
H A DFileSystem.py140 self.fshd.patch_flags = 0
146 self.fshd.patch_flags = 0
/dports/misc/xdelta/xdelta-1.1.4/
H A Dxdmain.c127 guint patch_flags; member
1683 patch->patch_flags = patch->header_space[0]; in process_patch()
1688 if (patch->patch_flags & FLAG_NO_VERIFY) in process_patch()
1734 patch->patch_flags & FLAG_PATCH_COMPRESSED)) in process_patch()
1772 patch->patch_flags & FLAG_PATCH_COMPRESSED)) in process_patch()
1800 patch->patch_flags & FLAG_PATCH_COMPRESSED ? " (compressed)" : ""); in info_command()
1802 if (patch->patch_flags & FLAG_NO_VERIFY) in info_command()
1805 if (patch->patch_flags & FLAG_FROM_COMPRESSED) in info_command()
1808 if (patch->patch_flags & FLAG_TO_COMPRESSED) in info_command()
1909 if (from_is_compressed != ((patch->patch_flags & FLAG_FROM_COMPRESSED) && 1)) in patch_command()
[all …]
/dports/misc/xdelta3/xdelta-3.1.0/xdelta1/
H A Dxdmain.c127 guint patch_flags; member
1707 patch->patch_flags = patch->header_space[0]; in process_patch()
1712 if (patch->patch_flags & FLAG_NO_VERIFY) in process_patch()
1758 patch->patch_flags & FLAG_PATCH_COMPRESSED)) in process_patch()
1796 patch->patch_flags & FLAG_PATCH_COMPRESSED)) in process_patch()
1824 patch->patch_flags & FLAG_PATCH_COMPRESSED ? " (compressed)" : ""); in info_command()
1826 if (patch->patch_flags & FLAG_NO_VERIFY) in info_command()
1829 if (patch->patch_flags & FLAG_FROM_COMPRESSED) in info_command()
1832 if (patch->patch_flags & FLAG_TO_COMPRESSED) in info_command()
1933 if (from_is_compressed != ((patch->patch_flags & FLAG_FROM_COMPRESSED) && 1)) in patch_command()
[all …]