Searched refs:sizeToEncode (Results 1 – 1 of 1) sorted by relevance
4670 const uint64_t sizeToEncode = size / kMemtagGranuleSize; in createMemtagGlobalDescriptors() local4673 if (sizeToEncode < (1 << kMemtagStepSizeBits)) { in createMemtagGlobalDescriptors()4674 sectionSize += computeOrWriteULEB128(stepToEncode | sizeToEncode, buf, sectionSize); in createMemtagGlobalDescriptors()4677 sectionSize += computeOrWriteULEB128(sizeToEncode - 1, buf, sectionSize); in createMemtagGlobalDescriptors()