HomeSort by relevance Sort by last modified time
    Searched refs:dstEnd (Results 1 - 4 of 4) sorted by null

  /external/lz4/lib/
lz4frame.c 267 BYTE* const dstEnd = dstStart + dstMaxSize;
306 errorCode = LZ4F_compressEnd(&cctxI, dstPtr, dstEnd-dstPtr, &options); /* flush last block, and generate suffix */
    [all...]
lz4.c 285 /* customized version of memcpy, which may overwrite up to 7 bytes beyond dstEnd */
286 static void LZ4_wildCopy(void* dstPtr, const void* srcPtr, void* dstEnd)
290 BYTE* e = dstEnd;
    [all...]
  /frameworks/base/libs/hwui/
FontRenderer.cpp 337 uint8_t* dstEnd = &cacheBuffer[cacheTexture->getOffset(startX, endY - 1)];
343 while (dst < dstEnd) {
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/
netty-common-4.1.0.CR3.jar 

Completed in 1579 milliseconds