Home | History | Annotate | Download | only in cintltst

Lines Matching defs:bufferLen

838     int32_t     bufferLen   = 0;
876 bufferLen = ((targetKeyOut > 100) ? 100 : targetKeyOut);
877 if (memcmp(sourceKeyArray, targetKeyArray, bufferLen) != 0)