Searched refs:total_count (Results 1 - 1 of 1) sorted by relevance

/hardware/invensense/60xx/mlsdk/mlutils/
H A Dmputest.c324 int total_count = 0; local
431 x[total_count + i] = CHARS_TO_SHORT(&dataout[0]);
432 y[total_count + i] = CHARS_TO_SHORT(&dataout[2]);
433 z[total_count + i] = CHARS_TO_SHORT(&dataout[4]);
436 total_count + i, x[total_count + i],
437 y[total_count + i], z[total_count + i]);
440 total_count += packet_count;
465 MPL_LOGI("Total %d samples\n", total_count);
574 int total_count = 0; local
[all...]

Completed in 56 milliseconds