Searched refs:limit (Results 1 – 4 of 4) sorted by relevance
/libnativehelper/include_platform/nativehelper/ |
D | JNIPlatformHelp.h | 63 /*out*/jint* limit, 124 jint* position, jint* limit, jint* elementSizeShift) { in jniGetNioBufferFields() argument 126 position, limit, elementSizeShift); in jniGetNioBufferFields()
|
/libnativehelper/ |
D | JNIPlatformHelp.c | 60 jint* position, jint* limit, jint* elementSizeShift) { in jniGetNioBufferFields() argument 62 *limit = GetBufferLimit(env, nioBuffer); in jniGetNioBufferFields()
|
D | libnativehelper_lazy.c | 237 jint* position, jint* limit, jint* elementSizeShift) { in jniGetNioBufferFields() argument 239 INVOKE_METHOD(jniGetNioBufferFields, M, env, nioBuffer, position, limit, in jniGetNioBufferFields()
|
D | JniConstants.c | 51 V(NioBuffer, limit, "I", false) \
|