Home | History | Annotate | Download | only in cintltst

Lines Matching defs:bufferLen

867     int32_t     bufferLen   = 0;
906 bufferLen = ((targetKeyOut > 100) ? 100 : targetKeyOut);
907 if (memcmp(sourceKeyArray, targetKeyArray, bufferLen) != 0)