Lines Matching defs:len

43     jint len = 0;                                                                       \
55 len = _env->GetArrayLength((jfloatArray)data); \
60 len = len / 3 * 4; \
62 count = len / 4; \
64 ptr = malloc (len * typeBytes); \
80 len = _env->GetArrayLength((jdoubleArray)data); \
85 len = len / 3 * 4; \
87 count = len / 4; \
89 ptr = malloc (len * typeBytes); \
106 len = _env->GetArrayLength((jbyteArray)data); \
111 len = len / 3 * 4; \
113 count = len / 4; \
115 ptr = malloc (len * typeBytes); \
132 len = _env->GetArrayLength((jshortArray)data); \
137 len = len / 3 * 4; \
139 count = len / 4; \
141 ptr = malloc (len * typeBytes); \
158 len = _env->GetArrayLength((jintArray)data); \
163 len = len / 3 * 4; \
165 count = len / 4; \
167 ptr = malloc (len * typeBytes); \
184 len = _env->GetArrayLength((jlongArray)data); \
189 len = len / 3 * 4; \
191 count = len / 4; \
193 ptr = malloc (len * typeBytes); \
211 UNUSED(len, ptr, srcPtr, typeBytes, relFlag); \
871 jint len = _env->GetArrayLength(data);
872 LOG_API("nContextGetMessage, con(%p), len(%i)", (RsContext)con, len);
877 ptr, len * 4,
919 jint len = 0;
921 len = _env->GetArrayLength(data);
924 LOG_API("nContextSendMessage, con(%p), id(%i), len(%i)", (RsContext)con, id, len);
925 dispatchTab.ContextSendMessage((RsContext)con, id, (const uint8_t *)ptr, len * sizeof(int));
1191 LOG_API("nAllocationElementData1D, con(%p), alloc(%p), xoff(%i), comp(%i), len(%i), "
1207 jint len = _env->GetArrayLength(data);
1208 LOG_API("nAllocationElementData, con(%p), alloc(%p), xoff(%i), yoff(%i), zoff(%i), comp(%i), len(%i), "
1209 "sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff, compIdx, len,
1227 LOG_API("nAllocation2DData, con(%p), adapter(%p), xoff(%i), yoff(%i), w(%i), h(%i), len(%i) "
1304 (RsContext)con, alloc, ptr, len * typeBytes);
1327 jint len = _env->GetArrayLength(data);
1328 LOG_API("nAllocationElementRead, con(%p), alloc(%p), xoff(%i), yoff(%i), zoff(%i), comp(%i), len(%i), "
1329 "sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff, compIdx, len,
1347 LOG_API("nAllocation2DRead, con(%p), adapter(%p), xoff(%i), yoff(%i), w(%i), h(%i), len(%i) "
1464 jint len = _env->GetArrayLength(data);
1467 dispatchTabInc.ScriptSetVarV((RsContext)con, (RsScript)script, slot, ptr, len);
1469 dispatchTab.ScriptSetVarV((RsContext)con, (RsScript)script, slot, ptr, len);
1479 jint len = _env->GetArrayLength(data);
1484 dispatchTabInc.ScriptSetVarVE((RsContext)con, (RsScript)script, slot, ptr, len, (RsElement)elem,
1487 dispatchTab.ScriptSetVarVE((RsContext)con, (RsScript)script, slot, ptr, len, (RsElement)elem,
1530 jint len = _env->GetArrayLength(data);
1533 dispatchTabInc.ScriptInvokeV((RsContext)con, (RsScript)script, slot, ptr, len);
1535 dispatchTab.ScriptInvokeV((RsContext)con, (RsScript)script, slot, ptr, len);
1562 jint len = _env->GetArrayLength(params);
1568 ptr, len, NULL, 0);
1572 ptr, len, NULL, 0);
1619 jint len = _env->GetArrayLength(params);
1641 ptr, len, &sc, sizeof(sc));
1645 ptr, len, &sc, sizeof(sc));