Searched defs:bufferEnd (Results 1 – 3 of 3) sorted by relevance
88 void *bufferEnd = ToVoidPtr(ToUintPtr(ptr) + size); in CodeRangeUpdate() local
338 auto bufferEnd = std::to_chars(buffer.begin(), buffer.end(), intVal).ptr; in FpToStringDecimalRadix() local356 auto bufferEnd = SmallFpToString(number, negative, buffer.begin()); in FpToStringDecimalRadix() local
577 auto bufferEnd = bufferStart + k; in FpToStringDecimalRadixMainCase() local