Lines Matching defs:first
335 auto first = static_cast<int32_t>(rhsSp[0]);
337 if (static_cast<int32_t>(lhsSp[i]) != first) {
339 while (i <= max && static_cast<int32_t>(lhsSp[i]) != first) {
343 /* Found first character, now look at the rest of rhsSp */
364 auto first = rhsSp[0];
366 if (lhsSp[i] != first) {
369 /* Found first character, now look at the rest of rhsSp */
543 // Process the entire block of the first string.
559 //Calculate the non-integral block portion at the end of the first string.
565 //that starts and aligns with an integral block at the end of the first string.