Home
last modified time | relevance | path

Searched refs:currentOffsetIndex (Results 1 – 6 of 6) sorted by relevance

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/primitives/linux-port/
H A Ddictionary.cpp317 currentOffsetIndex = dict_OffsetIndex + 1; in nextSig()
375 currentOffsetIndex = oldParams[dict_OffsetIndex].offsetIndex; in nextSig()
387 … for (currentOffsetIndex = 1; offsets[currentOffsetIndex] != 0xffff; currentOffsetIndex++) in nextSig()
388 if (tokens[dict_OffsetIndex].offset == offsets[currentOffsetIndex]) in nextSig()
391 if (offsets[currentOffsetIndex] == 0xffff) in nextSig()
401 currentOffsetIndex = -1; in nextSig()
578 outToken->offset = currentOffsetIndex; in p_Dictionary()
H A Dprimitiveprocessor.h298 int dict_OffsetIndex, currentOffsetIndex; // used by p_dictionary variable
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/primitives/linux-port/
H A Ddictionary.cpp317 currentOffsetIndex = dict_OffsetIndex + 1; in nextSig()
375 currentOffsetIndex = oldParams[dict_OffsetIndex].offsetIndex; in nextSig()
387 … for (currentOffsetIndex = 1; offsets[currentOffsetIndex] != 0xffff; currentOffsetIndex++) in nextSig()
388 if (tokens[dict_OffsetIndex].offset == offsets[currentOffsetIndex]) in nextSig()
391 if (offsets[currentOffsetIndex] == 0xffff) in nextSig()
401 currentOffsetIndex = -1; in nextSig()
578 outToken->offset = currentOffsetIndex; in p_Dictionary()
H A Dprimitiveprocessor.h298 int dict_OffsetIndex, currentOffsetIndex; // used by p_dictionary variable
/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSE2Collector.h91 … std::size_t currentOffsetIndex, double exitOffset, double distToDetectorEnd, bool onDetector) : in VehicleInfo()
99 currentOffsetIndex(currentOffsetIndex), in VehicleInfo()
129 std::size_t currentOffsetIndex; member
H A DMSE2Collector.cpp697 …double exitOffset = vi->second->entryOffset - myOffsets[vi->second->currentOffsetIndex] - vi->seco…
780 vi->second->currentOffsetIndex++;
787 … " << enteredLane->getID() << "\nmyLanes[vi->offset] = " << myLanes[vi->second->currentOffsetIndex]
791 assert(myLanes[vi->second->currentOffsetIndex] == enteredLane->getID());