Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
HDdttable2.c991 UINT8 PrevType = ACPI_PMTT_TYPE_SOCKET; in DtCompilePmtt() local
1017 while (PrevType >= PmttHeader->Type) in DtCompilePmtt()
1021 if (PrevType == ACPI_PMTT_TYPE_SOCKET) in DtCompilePmtt()
1026 PrevType--; in DtCompilePmtt()
1029 PrevType = PmttHeader->Type; in DtCompilePmtt()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDllvm-objdump.cpp582 uint64_t PrevType = MachO->getRelocationType(RelPrev); in getHidden() local
583 if (PrevType == MachO::X86_64_RELOC_SUBTRACTOR) in getHidden()