Home
last modified time | relevance | path

Searched defs:hSize (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/bench/
DHairlinePathBench.cpp91 int hSize = size / 2; in makePath() local
123 int hSize = size / 2; in makePath() local
156 int hSize = size / 2; in makePath() local
191 int hSize = size / 2; in makePath() local
/third_party/flutter/skia/bench/
DHairlinePathBench.cpp91 int hSize = size / 2; in makePath() local
123 int hSize = size / 2; in makePath() local
156 int hSize = size / 2; in makePath() local
191 int hSize = size / 2; in makePath() local
/third_party/lz4/lib/
Dlz4frame.c1271 size_t const hSize = LZ4F_headerSize(srcBuffer, *srcSizePtr); in LZ4F_getFrameInfo() local
1420 …size_t const hSize = LZ4F_decodeHeader(dctx, srcPtr, (size_t)(srcEnd-srcPtr)); /* will update dSt… in LZ4F_decompress() local
1443 …{ size_t const hSize = LZ4F_decodeHeader(dctx, dctx->header, dctx->tmpInTarget); /* will update… in LZ4F_decompress() local
/third_party/gptfdisk/
Dgpt.cc545 uint32_t oldCRC, newCRC, hSize; in CheckHeaderCRC() local
593 uint32_t crc, hSize; in RecomputeCRCs() local
/third_party/lz4/programs/
Dlz4io.c1530 { size_t hSize = LZ4F_headerSize(&buffer, LZ4F_HEADER_SIZE_MIN); in LZ4IO_getCompressedFileInfo() local