Home
last modified time | relevance | path

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

/dports/security/py-python-registry/python-registry-1.4/Registry/
H A DSettingsParse.py42 RegUint8 = 0x001 variable
105 if item_type == RegUint8: value = struct.unpack_from(str("<B"), data, 0)[0]
H A DRegistryParse.py49 RegUint8 = 0x101 variable
863 elif data_type == RegUint8:
948 elif data_type in (RegUint8, RegInt16, RegUint16, RegInt32, RegUint32,
1060 or data_type in (RegUint8, RegInt16, RegUint16, RegInt32, RegUint32,
1203 elif data_type in (RegUint8, RegInt16, RegUint16, RegInt32, RegUint32,