Searched refs:subA (Results 1 – 2 of 2) sorted by relevance
73 Pad12 subA[kArrayLength]; member82 subA[i].a = a; in BufferStructure()88 deMemset(subA[i].padding, static_cast<int>(paddingByte), sizeof(subA[i].padding)); in BufferStructure()104 if (subA[i].a != a || subB[i].a != a || subC[i].a != a || in checkValues()117 for (int i = 0; i < DE_LENGTH_OF_ARRAY(subA[j].padding); ++i) in checkPaddingBytes()119 if (subA[j].padding[i] != value) in checkPaddingBytes()
1022 bool subA = util_is_power_of_two_or_zero64(absB + 1); in createMul() local1023 int shl = subA ? util_logbase2_64(absB + 1) : util_logbase2_64(absB - 1); in createMul()1029 if (subA) in createMul()