Searched refs:m_configSize (Results 1 – 2 of 2) sorted by relevance
96 m_configSize = extract_long(&m_memBlock[RMI_IMG_CONFIG_SIZE_OFFSET]); in Initialize()137 fprintf(stdout, "Config Size:\t\t%ld\n", m_configSize); in PrintHeaderInfo()156 if (m_configSize != deviceConfigSize) { in VerifyImageMatchesDevice()
59 unsigned long GetConfigSize() { return m_configSize; } in GetConfigSize()72 unsigned long m_configSize; variable