Searched refs:mapPos (Results 1 – 3 of 3) sorted by relevance
139 auto mapPos = waitMap.find(id); in addDependency() local140 ASSERT(mapPos == waitMap.end()); in addDependency()142 waitMap.insert(mapPos, std::make_pair(id, waitValue)); in addDependency()
609 unsigned mapCh, mapPos = (unsigned)-1; in getChannelMode() local621 mapPos = mapCh; in getChannelMode()627 offsetTable[mapPos] = (UCHAR)ch; in getChannelMode()644 unsigned mapCh, mapPos = (unsigned)-1; in getChannelMode() local650 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 …]
880 int mapPos = builder.startMap(); in testSingleFixedTypeVector() local900 builder.endMap(null, mapPos); in testSingleFixedTypeVector()