Searched defs:dstLength (Results 1 – 3 of 3) sorted by relevance
213 uint32_t dstLength = tEnd; in Compare() local584 uint32_t dstLength = dst->IsJSAPIBuffer() ? JSHandle<JSAPIFastBuffer>(dst)->GetLength() in Copy() local
210 int32_t dstLength = endIndex - startIndex; in GetBitsByRange() local
214 …uint32_t dstLength = dst->IsJSAPIBuffer() ? JSHandle<JSAPIFastBuffer>(dst)->GetLength() : dstArray… in Copy() local