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