Searched refs:containsAnyOtherByte (Results 1 – 1 of 1) sorted by relevance
1644 containsAnyOtherByte(uint8_t *p, int32_t length, uint8_t b) { in containsAnyOtherByte() function1833 if( containsAnyOtherByte(buffer[0], (int32_t)sizeof(buffer[0]), 0xaa) || in TestConvertSafeClone()1834 …containsAnyOtherByte(buffer[1]+bufferSize, (int32_t)(sizeof(buffer)-(sizeof(buffer[0])+bufferSize)… in TestConvertSafeClone()1841 if(containsAnyOtherByte(buffer[0], (int32_t)sizeof(buffer), 0xaa)) { in TestConvertSafeClone()