Home
last modified time | relevance | path

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

/external/libchrome/components/policy/core/common/
Dpreg_parser.cc41 #define REG_DWORD_BIG_ENDIAN 5 macro
173 case REG_DWORD_BIG_ENDIAN: in DecodePRegValue()
176 if (type == REG_DWORD_BIG_ENDIAN) in DecodePRegValue()
Dregistry_dict.cc262 case REG_DWORD_BIG_ENDIAN: in ReadRegistry()
265 if (it.Type() == REG_DWORD_BIG_ENDIAN) in ReadRegistry()
/external/python/cpython3/PC/
Dwinreg.c2077 ADD_INT(REG_DWORD_BIG_ENDIAN); in PyInit_winreg()
/external/python/cpython2/PC/
D_winreg.c1865 ADD_INT(REG_DWORD_BIG_ENDIAN); in init_winreg()
/external/python/cpython2/Doc/library/
D_winreg.rst614 .. data:: REG_DWORD_BIG_ENDIAN
/external/python/cpython3/Doc/library/
Dwinreg.rst689 .. data:: REG_DWORD_BIG_ENDIAN