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

/freebsd-12-stable/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-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2267 ConflictResolution Resolution = CR_Keep; member in struct:__anon4631::JoinVals::Val
2426 return Vals[Num].Resolution;
2770 switch ((V.Resolution = analyzeValue(ValNo, Other))) {
2816 if (Vals[i].Resolution == CR_Impossible) {
2884 assert(V.Resolution != CR_Impossible && "Unresolvable conflict");
2885 if (V.Resolution != CR_Unresolved)
2940 V.Resolution = CR_Replace;
2951 if (V.Resolution != CR_Erase && V.Resolution != CR_Merge)
2966 switch (Vals[i].Resolution) {
[all...]
/freebsd-12-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h740 UINT32 Resolution; member in struct:__anon10656
750 /// time below the Resolution reporting level. A FALSE
751 /// indicates that the state below the Resolution level of the
/freebsd-12-stable/sys/contrib/dev/acpica/include/
H A Dacpixf.h1292 UINT32 *Resolution))
/freebsd-12-stable/stand/efi/include/
H A Defiapi.h267 UINT32 Resolution; // 1e-6 parts per million member in struct:__anon8947

Completed in 207 milliseconds