Home | History | Annotate | Download | only in utils

Lines Matching defs:firstInt

166     const uint32_t firstInt = *(reinterpret_cast<const uint32_t*>(src));
169 constant = constant && (rowInt[0] == firstInt);
170 constant = constant && (rowInt[1] == firstInt);
171 constant = constant && (rowInt[2] == firstInt);
175 if (0 == firstInt) {
180 } else if (0xFFFFFFFF == firstInt) {