Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/dev/acpica/compiler/
H A Ddttable2.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-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp905 uint64_t PrevType = MachO->getRelocationType(RelPrev); in getHidden() local
906 if (PrevType == MachO::X86_64_RELOC_SUBTRACTOR) in getHidden()