Searched refs:IsHTOOB (Results 1 – 2 of 2) sorted by relevance
30 if (pTable->IsHTOOB() && i == pTable->Size() - 1) in decodeAValue()36 FX_DWORD offset = pTable->IsHTOOB() ? 3 : 2; in decodeAValue()
27 bool IsHTOOB() const { return HTOOB; } in IsHTOOB() function