Home
last modified time | relevance | path

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

/dports/security/py-python-registry/python-registry-1.4/Registry/
H A DSettingsParse.py43 RegInt16 = 0x002 variable
106 elif item_type == RegInt16: value = struct.unpack_from(str("<h"), data, 0)[0]
H A DRegistryParse.py50 RegInt16 = 0x102 variable
865 elif data_type == RegInt16:
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,