Searched refs:bytePtr (Results 1 – 1 of 1) sorted by relevance
958 uint8_t * bytePtr = reinterpret_cast<uint8_t*>(data); in getDataBlocks() local959 memcpy(bytePtr + remainderLength, &m_padding, m_padCount); in getDataBlocks()1357 uint8_t * bytePtr = reinterpret_cast<uint8_t*>(data); in getBlocks() local1358 memset(bytePtr + remainderLength, 0, padCount); in getBlocks()