Searched refs:HcsByteCodeToUint8 (Results 1 – 2 of 2) sorted by relevance
44 static inline uint8_t HcsByteCodeToUint8(const char *start) in HcsByteCodeToUint8() function66 return HcsIsByteAlign() ? HcsByteCodeToUint32(start) : HcsByteCodeToUint8(start); in HcsGetPrefix()
121 … *value = g_byteAlign ? (uint8_t)HcsByteCodeToUint32(realValue) : HcsByteCodeToUint8(realValue); in HcsSwapToUint8()