Searched full:typescount (Results 1 – 14 of 14) sorted by relevance
/external/skqp/src/sfnt/ |
D | SkOTUtils.h | 49 int typesCount) in LocalizedStrings_NameTable() 50 : fTypes(types), fTypesCount(typesCount), fTypesIndex(0) in LocalizedStrings_NameTable() 61 int typesCount);
|
D | SkOTUtils.cpp | 169 int typesCount) in Make() argument 184 types, typesCount)); in Make()
|
/external/skia/src/sfnt/ |
D | SkOTUtils.h | 49 int typesCount) in LocalizedStrings_NameTable() 50 : fTypes(types), fTypesCount(typesCount), fTypesIndex(0) in LocalizedStrings_NameTable() 61 int typesCount);
|
D | SkOTUtils.cpp | 182 int typesCount) in Make() argument 197 types, typesCount)); in Make()
|
/external/llvm-project/lld/test/COFF/Inputs/ |
D | precomp2-a.yaml | 41 TypesCount: 3
|
/external/deqp/external/openglcts/modules/common/ |
D | glcPackedPixelsTests.cpp | 1011 int typesCount; in getPixelType() local 1015 typesCount = DE_LENGTH_OF_ARRAY(esTypes); in getPixelType() 1020 typesCount = DE_LENGTH_OF_ARRAY(coreTypes); in getPixelType() 1023 for (int i = 0; i < typesCount; i++) in getPixelType() 2038 int typesCount; in readPixels() local 2045 typesCount = DE_LENGTH_OF_ARRAY(esTypes); in readPixels() 2052 typesCount = DE_LENGTH_OF_ARRAY(coreTypes); in readPixels() 2063 for (int n = 0; n < typesCount; ++n) in readPixels() 3509 int typesCount; in testAllFormatsAndTypes() local 3515 typesCount = DE_LENGTH_OF_ARRAY(esTypes); in testAllFormatsAndTypes() [all …]
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 934 uint32_t getTypesCount() const { return TypesCount; } in getTypesCount() 939 uint32_t TypesCount = 0; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 940 uint32_t getTypesCount() const { return TypesCount; } in getTypesCount() 945 uint32_t TypesCount = 0; variable
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 599 IO.mapRequired("TypesCount", Record.TypesCount); in map()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 599 IO.mapRequired("TypesCount", Record.TypesCount); in map()
|
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/ |
D | TypeIndexDiscoveryTest.cpp | 585 P.TypesCount = 100; in TEST_F()
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 510 Precomp.StartTypeIndex, Precomp.TypesCount, Precomp.Signature, in visitKnownRecord()
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecordMapping.cpp | 700 error(IO.mapInteger(Precomp.TypesCount, "Count")); in visitKnownRecord()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecordMapping.cpp | 699 error(IO.mapInteger(Precomp.TypesCount, "Count")); in visitKnownRecord()
|