Home
last modified time | relevance | path

Searched refs:byteCode (Results 1 – 2 of 2) sorted by relevance

/drivers/hdf_core/framework/tools/hc-gen/src/
Ddecompile.h55 bool GetNextByteCode(uint32_t &byteCode);
Ddecompile.cpp123 bool Decompile::GetNextByteCode(uint32_t &byteCode) in GetNextByteCode() argument
128 byteCode = value; in GetNextByteCode()
131 return ReadUint32(byteCode); in GetNextByteCode()