Searched refs:Resolution (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/contrib/dev/acpica/components/hardware/
H A Dhwtimer.c166 * PARAMETERS: Resolution - Where the resolution is returned
176 UINT32 *Resolution)
181 if (!Resolution)
188 *Resolution = 24;
192 *Resolution = 32;
175 AcpiGetTimerResolution( UINT32 *Resolution) argument
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2474 ConflictResolution Resolution = CR_Keep; member in struct:__anon1939::JoinVals::Val
2643 return Vals[Num].Resolution;
3029 switch ((V.Resolution = analyzeValue(ValNo, Other))) {
3061 if (Vals[i].Resolution == CR_Impossible) {
3129 assert(V.Resolution != CR_Impossible && "Unresolvable conflict");
3130 if (V.Resolution != CR_Unresolved)
3188 V.Resolution = CR_Replace;
3199 if (V.Resolution != CR_Erase && V.Resolution != CR_Merge)
3214 switch (Vals[i].Resolution) {
[all...]
/freebsd-current/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h767 UINT32 Resolution; member in struct:__anon9495
777 /// time below the Resolution reporting level. A FALSE
778 /// indicates that the state below the Resolution level of the
/freebsd-current/sys/contrib/dev/acpica/include/
H A Dacpixf.h1311 UINT32 *Resolution))
/freebsd-current/stand/efi/include/
H A Defiapi.h266 UINT32 Resolution; // 1e-6 parts per million member in struct:__anon600

Completed in 199 milliseconds