HomeSort by: relevance | last modified time | path
    Searched refs:Resolution (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/hardware/
hwtimer.c 58 * PARAMETERS: Resolution - Where the resolution is returned
60 * RETURN: Status and timer resolution
62 * DESCRIPTION: Obtains resolution of the ACPI PM Timer (24 or 32 bits).
68 UINT32 *Resolution)
73 if (!Resolution)
80 *Resolution = 24;
84 *Resolution = 32;
154 * rollovers, the timer resolution, and timer frequency.
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegisterCoalescer.cpp 2337 /// Conflict resolution for overlapping values.
2370 ConflictResolution Resolution = CR_Keep;
2431 /// Return a conflict resolution when possible, but leave the hard cases as
2528 /// Get the conflict resolution for a value number.
2530 return Vals[Num].Resolution;
2868 switch ((V.Resolution = analyzeValue(ValNo, Other))) {
2914 if (Vals[i].Resolution == CR_Impossible) {
2982 assert(V.Resolution != CR_Impossible && "Unresolvable conflict");
2983 if (V.Resolution != CR_Unresolved)
2992 assert(V.OtherVNI && "Inconsistent conflict resolution.")
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/gold/
gold-plugin.cpp 167 // resolution (i.e. they had selected symbols). This will only be non-empty
172 // may change the symbol resolution detected in the final link and which
630 sym.resolution = LDPR_UNKNOWN;
740 ld_plugin_symbol_resolution Resolution =
741 (ld_plugin_symbol_resolution)Sym.resolution;
745 switch (Resolution) {
747 llvm_unreachable("Unexpected resolution");
786 if (Resolution != LDPR_RESOLVED_DYN && Resolution != LDPR_UNDEF &&
  /src/sys/external/bsd/gnu-efi/dist/inc/
efiapi.h 273 UINT32 Resolution; // 1e-6 parts per million
  /src/sys/external/bsd/acpica/dist/include/
acpixf.h 1209 UINT32 *Resolution))
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 568 UINT32 Resolution;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
regstr.d 218 REGSTR_VAL_RESOLUTION = `Resolution`,

Completed in 60 milliseconds