Home
last modified time | relevance | path

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

/external/aac/libArithCoding/src/
Dac_arith_coder.cpp532 static inline void copyTableAmrwbArith2(UCHAR tab[], int sizeIn, int sizeOut) { in copyTableAmrwbArith2()
/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp489 …const Attribute* sizeIn = &(*std::find_if(attributes.begin(), attributes.end(), AttributeNameEqual… in computeTransformFeedbackOutputs() local
/external/clang/test/Analysis/
Dmalloc.c66 void reallocNotNullPtr(unsigned sizeIn) { in reallocNotNullPtr()
/external/llvm-project/clang/test/Analysis/
Dmalloc.c71 void reallocNotNullPtr(unsigned sizeIn) { in reallocNotNullPtr()
/external/angle/src/tests/gl_tests/
DVertexAttributeTest.cpp2618 GLint sizeIn, in AttribData()