HomeSort by relevance Sort by last modified time
    Searched defs:Quality (Results 1 - 8 of 8) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxgitype.h 38 UINT Quality;
d3dx9core.h 108 BYTE Quality;
122 BYTE Quality;
485 UINT miplevels, WINBOOL italic, DWORD charset, DWORD precision, DWORD quality, DWORD pitchandfamily,
488 UINT miplevels, WINBOOL italic, DWORD charset, DWORD precision, DWORD quality, DWORD pitchandfamily,
ksmedia.h     [all...]
strmif.h     [all...]
  /external/swiftshader/third_party/LLVM/utils/FileCheck/
FileCheck.cpp 102 /// ComputeMatchDistance - Compute an arbitrary estimate for the quality of
409 // Compute the "quality" of this match as an arbitrary combination of the
412 double Quality = Distance + (NumLinesForward / 100.);
414 if (Quality < BestQuality || Best == StringRef::npos) {
416 BestQuality = Quality;
  /external/llvm/utils/FileCheck/
FileCheck.cpp 167 /// ComputeMatchDistance - Compute an arbitrary estimate for the quality of
549 // Compute the "quality" of this match as an arbitrary combination of the
552 double Quality = Distance + (NumLinesForward / 100.);
554 if (Quality < BestQuality || Best == StringRef::npos) {
556 BestQuality = Quality;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndiswan.h 250 IN NDIS_WAN_QUALITY Quality;
ndis.h     [all...]

Completed in 609 milliseconds