Searched refs:TempPtr (Results 1 – 2 of 2) sorted by relevance
194 char *TempPtr; in AcpiExAllocateNameString() local229 TempPtr = NameString; in AcpiExAllocateNameString()235 *TempPtr++ = AML_ROOT_PREFIX; in AcpiExAllocateNameString()241 *TempPtr++ = AML_PARENT_PREFIX; in AcpiExAllocateNameString()252 *TempPtr++ = AML_MULTI_NAME_PREFIX; in AcpiExAllocateNameString()253 *TempPtr++ = (char) NumNameSegs; in AcpiExAllocateNameString()259 *TempPtr++ = AML_DUAL_NAME_PREFIX; in AcpiExAllocateNameString()266 *TempPtr = 0; in AcpiExAllocateNameString()
56 char *TempPtr = Temp.data() + Temp.size();60 *--TempPtr = char('0' + N % 10);66 *--TempPtr = '-';69 std::string_view(TempPtr, Temp.data() + Temp.size() - TempPtr));58 char *TempPtr = Temp.data() + Temp.size(); global() variable