Home
last modified time | relevance | path

Searched refs:Rotation (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/sys/contrib/dev/acpica/components/debugger/
H A Ddbconvert.c507 ACPI_PLD_SET_ROTATION (&Dword, PldInfo->Rotation); in AcpiDbEncodePldBuffer()
624 AcpiOsPrintf (ACPI_PLD_OUTPUT, "PLD_Rotation", PldInfo->Rotation); in AcpiDbDumpPldBuffer()
/freebsd-12.1/sys/contrib/dev/acpica/compiler/
H A Daslpld.c621 PldInfo.Rotation = (UINT8) Value; in OpcDoPld()
774 ACPI_PLD_SET_ROTATION (&Dword, PldInfo->Rotation); in OpcEncodePldBuffer()
/freebsd-12.1/sys/contrib/dev/acpica/components/utilities/
H A Dutxface.c735 PldInfo->Rotation = ACPI_PLD_GET_ROTATION (&Dword); in ACPI_EXPORT_SYMBOL()
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Dacbuffer.h251 UINT8 Rotation; member
/freebsd-12.1/contrib/tzdata/
H A Dleapseconds22 # The International Earth Rotation and Reference Systems Service (IERS)
H A Dleap-seconds.list72 # the responsibility of the International Earth Rotation and
74 # International Earth Rotation Service, but the acronym IERS
H A DNEWS3997 recent International Earth Rotation and Reference Systems Service
/freebsd-12.1/usr.sbin/ntp/ntpd/
H A Dleap-seconds72 # the responsibility of the International Earth Rotation and
74 # International Earth Rotation Service, but the acronym IERS
/freebsd-12.1/sys/contrib/dev/acpica/components/disassembler/
H A Ddmbuffer.c922 AcpiOsPrintf (ACPI_PLD_OUTPUT08, "PLD_Rotation", PldInfo->Rotation); in AcpiDmPldBuffer()
/freebsd-12.1/share/misc/
H A Dscsi_modes330 {Medium Rotation Rate} i2
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp10725 int Rotation = 0; in matchVectorShuffleAsRotate() local
10745 if (Rotation == 0) in matchVectorShuffleAsRotate()
10746 Rotation = CandidateRotation; in matchVectorShuffleAsRotate()
10747 else if (Rotation != CandidateRotation) in matchVectorShuffleAsRotate()
10770 assert(Rotation != 0 && "Failed to locate a viable rotation!"); in matchVectorShuffleAsRotate()
10780 return Rotation; in matchVectorShuffleAsRotate()
10811 if (Rotation <= 0) in matchVectorShuffleAsByteRotate()
10818 return Rotation * Scale; in matchVectorShuffleAsByteRotate()
10890 int Rotation = matchVectorShuffleAsRotate(Lo, Hi, Mask); in lowerVectorShuffleAsRotate() local
10891 if (Rotation <= 0) in lowerVectorShuffleAsRotate()
[all …]