Searched refs:HcsSwapToUint64 (Results 1 – 3 of 3) sorted by relevance
83 bool HcsSwapToUint64(uint64_t *value, const char *realValue, uint32_t type);
158 bool HcsSwapToUint64(uint64_t *value, const char *realValue, uint32_t type) in HcsSwapToUint64() function
100 if (!HcsSwapToUint64(value, attr->value + HCS_PREFIX_LENGTH, HcsGetPrefix(attr->value))) { in HcsGetUint64()203 …if ((realValue == NULL) || !HcsSwapToUint64(value, realValue + HCS_PREFIX_LENGTH, HcsGetPrefix(rea… in HcsGetUint64ArrayElem()