Searched refs:WRITE_GUARD_VALUE (Results 1 – 1 of 1) sorted by relevance
101 WRITE_GUARD_VALUE = 0xDE enumerator114 deMemset(&m_preguard, WRITE_GUARD_VALUE, sizeof(m_preguard)); in StateQueryMemoryWriteGuard()115 deMemset(&m_value, WRITE_GUARD_VALUE, sizeof(m_value)); in StateQueryMemoryWriteGuard()116 deMemset(&m_postguard, WRITE_GUARD_VALUE, sizeof(m_postguard)); in StateQueryMemoryWriteGuard()135 if (((deUint8*)&m_value)[i] != (deUint8)WRITE_GUARD_VALUE) in isUndefined()150 if (((deUint8*)&m_preguard)[i] != (deUint8)WRITE_GUARD_VALUE) in isPreguardContaminated()159 if (((deUint8*)&m_postguard)[i] != (deUint8)WRITE_GUARD_VALUE) in isPostguardContaminated()