Searched refs:strideIn (Results 1 – 2 of 2) sorted by relevance
2209 size_t strideIn; in nIncAllocationCreateTyped() local2215 &strideIn, sizeof(size_t)); in nIncAllocationCreateTyped()2228 size_t minRequiredAlignment = strideIn - xBytesSize; in nIncAllocationCreateTyped()2244 size_t strideIn = xBytesSize; in nAllocationGetByteBuffer() local2249 &strideIn, sizeof(size_t)); in nAllocationGetByteBuffer()2252 size_t bufferSize = strideIn; in nAllocationGetByteBuffer()2270 size_t strideIn = 0; in nAllocationGetStride() local2274 &strideIn, sizeof(size_t)); in nAllocationGetStride()2276 return (jlong)strideIn; in nAllocationGetStride()
2784 size_t strideIn = xBytesSize; in nAllocationGetByteBuffer() local2789 &strideIn, sizeof(size_t)); in nAllocationGetByteBuffer()2794 size_t bufferSize = strideIn; in nAllocationGetByteBuffer()2795 jStridePtr[0] = strideIn; in nAllocationGetByteBuffer()