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

  /external/lz4/examples/
frameCompress.c 260 size_t sizeIn = 0;
265 ret = compress_file(inpFp, outFp, &sizeIn, &sizeOut);
271 inpFilename, sizeIn, sizeOut,
272 (double)sizeOut / sizeIn * 100);
  /external/clang/test/Analysis/
malloc.c 66 void reallocNotNullPtr(unsigned sizeIn) {
70 char *q = (char*)realloc(p, sizeIn);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTransformFeedbackTests.cpp 489 const Attribute* sizeIn = &(*std::find_if(attributes.begin(), attributes.end(), AttributeNameEquals("a_pointSize")));
490 output.type = sizeIn->type;
491 output.inputs.push_back(sizeIn);
    [all...]

Completed in 103 milliseconds