Home | History | Annotate | Download | only in jni

Lines Matching refs:copyWithUnPadding

84                 copyWithUnPadding(srcPtr, ptr, mSize, count);                           \
113 copyWithUnPadding(srcPtr, ptr, mSize, count); \
143 copyWithUnPadding(srcPtr, ptr, mSize, count); \
174 copyWithUnPadding(srcPtr, ptr, mSize, count); \
204 copyWithUnPadding(srcPtr, ptr, mSize, count); \
234 copyWithUnPadding(srcPtr, ptr, mSize, count); \
328 static void copyWithUnPadding(void* ptr, void* srcPtr, int mSize, int count) {