Home
last modified time | relevance | path

Searched refs:mapPos (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkTimelineSemaphore.cpp139 auto mapPos = waitMap.find(id); in addDependency() local
140 ASSERT(mapPos == waitMap.end()); in addDependency()
142 waitMap.insert(mapPos, std::make_pair(id, waitValue)); in addDependency()
/external/aac/libPCMutils/src/
Dpcmdmx_lib.cpp609 unsigned mapCh, mapPos = (unsigned)-1; in getChannelMode() local
621 mapPos = mapCh; in getChannelMode()
627 offsetTable[mapPos] = (UCHAR)ch; in getChannelMode()
644 unsigned mapCh, mapPos = (unsigned)-1; in getChannelMode() local
650 mapPos = mapCh; in getChannelMode()
655 if ((mapPos <= stopSlot) && (mapDist < PCMDMX_THRESHOLD_MAP_HEAT_2) && in getChannelMode()
656 (((spkrPos[ch].x != 0) && (spkrSlotPos[mapPos].x != 0)) /* XOR */ in getChannelMode()
658 (spkrSlotPos[mapPos].x == in getChannelMode()
660 offsetTable[mapPos] = (UCHAR)ch; in getChannelMode()
673 unsigned mapCh, mapPos = (unsigned)-1; in getChannelMode() local
[all …]
/external/flatbuffers/tests/
DJavaTest.java880 int mapPos = builder.startMap(); in testSingleFixedTypeVector() local
900 builder.endMap(null, mapPos); in testSingleFixedTypeVector()