Searched refs:subC (Results 1 – 1 of 1) sorted by relevance
75 Pad4 subC[kArrayLength]; member84 subC[i].a = a; in BufferStructure()86 subC[i].b = b; in BufferStructure()87 subC[i].c = c; in BufferStructure()90 deMemset(subC[i].padding, static_cast<int>(paddingByte), sizeof(subC[i].padding)); in BufferStructure()104 if (subA[i].a != a || subB[i].a != a || subC[i].a != a || in checkValues()105 subB[i].b != b || subC[i].b != b || in checkValues()106 subC[i].c != c) in checkValues()127 for (int i = 0; i < DE_LENGTH_OF_ARRAY(subC[j].padding); ++i) in checkPaddingBytes()129 if (subC[j].padding[i] != value) in checkPaddingBytes()