Home
last modified time | relevance | path

Searched defs:Levels (Results 1 – 17 of 17) sorted by relevance

/external/webrtc/modules/audio_processing/
Drms_level.h32 struct Levels { struct
33 int average;
34 int peak;
/external/mesa3d/src/gallium/frontends/nine/
Dtexture9.c43 UINT Width, UINT Height, UINT Levels, in NineTexture9_ctor()
383 UINT Width, UINT Height, UINT Levels, in NineTexture9_new()
Dvolumetexture9.c33 UINT Width, UINT Height, UINT Depth, UINT Levels, in NineVolumeTexture9_ctor()
282 UINT Width, UINT Height, UINT Depth, UINT Levels, in NineVolumeTexture9_new()
Dcubetexture9.c36 UINT EdgeLength, UINT Levels, in NineCubeTexture9_ctor()
340 UINT EdgeLength, UINT Levels, in NineCubeTexture9_new()
Ddevice9.c1077 UINT Levels, in NineDevice9_CreateTexture()
1113 UINT Levels, in NineDevice9_CreateVolumeTexture()
1146 UINT Levels, in NineDevice9_CreateCubeTexture()
Dnine_lock.c754 UINT Levels, in LockDevice9_CreateTexture()
773 UINT Levels, in LockDevice9_CreateVolumeTexture()
790 UINT Levels, in LockDevice9_CreateCubeTexture()
/external/python/cpython3/Doc/howto/
Dlogging.rst915 .. _useful-handlers:
/external/python/cpython2/Doc/howto/
Dlogging.rst863 .. _useful-handlers:
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DCheckHtmlFiles.java260 static class Levels implements Comparable<Levels> { class in CheckHtmlFiles
264 public Levels(int h2_start) { in Levels() method in CheckHtmlFiles.Levels
269 public Levels() { in Levels() method in CheckHtmlFiles.Levels
/external/llvm/lib/Analysis/
DCFLGraph.h53 std::vector<NodeInfo> Levels; variable
DDependenceAnalysis.cpp585 unsigned Levels = getLevels(); in dump() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopCacheAnalysis.cpp226 int Levels = D->getLevels(); in hasTemporalReuse() local
DCFLGraph.h74 std::vector<NodeInfo> Levels; variable
DDependenceAnalysis.cpp606 unsigned Levels = getLevels(); in dump() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp133 unsigned Levels = D->getLevels(); in populateDependencyMatrix() local
/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp130 unsigned Levels = D->getLevels(); in populateDependencyMatrix() local
/external/clang/lib/Frontend/
DCompilerInvocation.cpp346 const std::vector<std::string> &Levels, in parseDiagnosticLevelMask()