Home
last modified time | relevance | path

Searched defs:NumColors (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/giflib/
H A Dgifhisto.c44 int i, j, ErrorCode, NumFiles, ExtCode, CodeSize, NumColors = 2, in main() local
/aosp_15_r20/external/llvm/lib/Support/
H A DGraphWriter.cpp59 static const int NumColors = 20; in getColorString() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DGraphWriter.cpp71 static const int NumColors = 20; in getColorString() local
/aosp_15_r20/prebuilts/go/linux-x86/src/image/gif/
Dwriter.go351 NumColors int member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DGraphWriter.cpp91 static const int NumColors = 20; in getColorString() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp1025 size_t NumColors = BlockColors[&BB].size(); in verifyPreparedFunclets() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp1019 size_t NumColors = BlockColors[&BB].size(); in verifyPreparedFunclets() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp1034 size_t NumColors = BlockColors[&BB].size(); in verifyPreparedFunclets() local
/aosp_15_r20/external/swiftshader/src/Device/
H A DBC_Decoder.cpp1122 constexpr int NumColors() const { return NS * 2; } in NumColors() function