Searched refs:subB (Results 1 – 3 of 3) sorted by relevance
74 Pad8 subB[kArrayLength]; member83 subB[i].a = a; in BufferStructure()85 subB[i].b = b; in BufferStructure()89 deMemset(subB[i].padding, static_cast<int>(paddingByte), sizeof(subB[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()122 for (int i = 0; i < DE_LENGTH_OF_ARRAY(subB[j].padding); ++i) in checkPaddingBytes()124 if (subB[j].padding[i] != value) in checkPaddingBytes()
3 include 'subA', 'subB'
29 [":subA:compileKotlin", ":subB:compileKotlin"]