Home | History | Annotate | Download | only in lib

Lines Matching refs:repeated_c

71   longword repeated_c;
91 repeated_c has c in every byte. */
93 repeated_c = c | (c << 8);
94 repeated_c |= repeated_c << 16;
98 repeated_c |= repeated_c << 31 << 1;
106 repeated_c |= repeated_c << i;
114 with repeated_c. This reduces the task to testing whether *any of the
144 longword longword1 = *longword_ptr ^ repeated_c;