Searched refs:IsDataType (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tests/add-ons/print/pcl6/
H A Ddisasm.h110 bool IsDataType(uint8 byte) const { return byte >= 0xc0 && byte <= 0xef; } function in class:Disasm
H A Ddisasm.cpp1220 } else if (IsDataType(byte)) {

Completed in 35 milliseconds