Searched refs:elSize (Results 1 – 2 of 2) sorted by relevance
469 #define ANTLR3_CALLOC(numEl, elSize) calloc (numEl, (size_t)(elSize)) argument
649 const auto elSize = base->sizeInBytes(); in value() local653 auto offset = elSize * i * (interleaved ? sw::SIMD::Width : 1); in value()