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

  /external/clang/test/Analysis/
malloc.c 45 void reallocNotNullPtr(unsigned sizeIn) {
49 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 145 milliseconds