Closed diverger closed 4 months ago
Hi,
I think this offset is to tell where the index found should be stored in the given 'imax_buffer'. And the 'offset' is counted in elements count, but not bytes. But it always return wrong values if I pass non-zero value to it.
It seems the index type is fixed to 32-bit 'int' type.
Hi,
I think this offset is to tell where the index found should be stored in the given 'imax_buffer'. And the 'offset' is counted in elements count, but not bytes. But it always return wrong values if I pass non-zero value to it.