Home
last modified time | relevance | path

Searched refs:TempPtr (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/acpica/components/executer/
H A Dexnames.c194 char *TempPtr; in AcpiExAllocateNameString() local
229 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DUtility.h56 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