Searched defs:expLen (Results 1 - 1 of 1) sorted by relevance

/hardware/invensense/60xx/mlsdk/mllite/
H A Dml_stored_data.c156 const short expLen = 18; local
163 if (len != expLen) {
164 MPL_LOGE("Calibration data type 1 must be %d bytes long\n", expLen);
260 const short expLen = 24; local
269 if (len != expLen) {
270 MPL_LOGE("Calibration data type 1 must be %d bytes long\n", expLen);
391 const short expLen = 2222; local
400 if (len != expLen) {
402 expLen, len);
550 const short expLen local
780 const unsigned int expLen = 2782; local
1060 const short expLen = 36; local
[all...]

Completed in 29 milliseconds