Searched defs:compMap (Results 1 – 2 of 2) sorted by relevance
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
D | VoteResolver.java | 1434 HashMap<T, Long> compMap = makeAnnotationComponentMap(sortedValues, voteCount); in adjustAnnotationVoteCounts() local 1462 HashMap<T, Long> compMap = new HashMap<>(); in makeAnnotationComponentMap() local 1501 Set<T> sortedValues, HashMap<T, Long> voteCount, HashMap<T, Long> compMap) { in calculateNewCountsBasedOnAnnotationComponents()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktSampleVerifierUtil.cpp | 293 …static const int compMap[6][3] = {{2, 1, 0}, {2, 1, 0}, {0, 2, 1}, {0, 2, 1}, {0, 1, 2}, {0, 1, 2}… in calcCubemapFaceCoords() local
|