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