Home
last modified time | relevance | path

Searched refs:mapArr (Results 1 – 5 of 5) sorted by relevance

/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/sfz/
H A DLookupTable.cpp125 offset += mapArr[dim][int8_t(q.*qargs[dim])]; in query()
128 offset += mapArr[dim][q.cc[ccargs[cc]]]; in query()
145 l <= mapArr[dim][hi] ; l++) { in fillRegionArr()
157 for (int l = mapArr[dim][lo] ; l <= mapArr[dim][hi] ; l++) { in fillRegionArr()
239 mapArr = new int*[nbDimensions]; in LookupTable()
250 mapArr[dim] = new int[max - min + 1] - min; in LookupTable()
259 mapArr[dim] = new int[128]; in LookupTable()
308 dmsg(2,(" %d", mapArr[dim][i])); in LookupTable()
319 dmsg(2,(" %d", mapArr[dim][i])); in LookupTable()
357 delete[] mapArr[dim]; in ~LookupTable()
[all …]
H A DLookupTable.h82 int** mapArr; variable
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xml/internal/resolver/
H A DCatalog.java458 Vector mapArr = new Vector(readerMap.size()); in copyReaders() local
462 mapArr.add(null); in copyReaders()
466 mapArr.set(entry.getValue(), entry.getKey()); in copyReaders()
469 for (int count = 0; count < mapArr.size(); count++) { in copyReaders()
470 String mimeType = (String) mapArr.get(count); in copyReaders()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xml/internal/resolver/
H A DCatalog.java458 Vector mapArr = new Vector(readerMap.size()); in copyReaders() local
462 mapArr.add(null); in copyReaders()
466 mapArr.set(entry.getValue(), entry.getKey()); in copyReaders()
469 for (int count = 0; count < mapArr.size(); count++) { in copyReaders()
470 String mimeType = (String) mapArr.get(count); in copyReaders()
/dports/databases/arrow/apache-arrow-6.0.1/go/arrow/scalar/
H A Dscalar_test.go840 mapArr := mapBldr.NewMapArray()
841 defer mapArr.Release()
864 scalar.NewMapScalar(mapArr.List.ListValues()),