Searched refs:lenl (Results 1 – 1 of 1) sorted by relevance
141 ssize_t lenl = elem->getMsgLen(); in identical() local142 if (lenl <= 0) return DIFFERENT; // value if this represents a chatty elem in identical()159 if (lenl == lenr) { in identical()160 if (!fastcmp<memcmp>(msgl, msgr, lenl)) return SAME; in identical()163 (lenl == sizeof(android_log_event_int_t)) && in identical()173 (lenl > static_cast<ssize_t>(sizeof(android_log_event_string_t))) && in identical()180 lenl -= sizeof(android_log_event_string_t); in identical()185 const char* avcl = android::strnstr(msgl, lenl, avc); in identical()187 lenl -= avcl - msgl; in identical()191 if (lenl != lenr) return DIFFERENT; in identical()[all …]