HomeSort by: relevance | last modified time | path
    Searched defs:repeated_c (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/gdb/dist/gnulib/import/
rawmemchr.c 56 repeated_c has c in every byte. */
58 longword repeated_c = repeated_one * c; local
64 c. We first use an xor with repeated_c. This reduces the task
104 longword longword1 = *longword_ptr ^ repeated_c;
strchrnul.c 36 longword repeated_c; local
58 repeated_c has c in every byte. */
60 repeated_c = c | (c << 8);
61 repeated_c |= repeated_c << 16;
65 repeated_c |= repeated_c << 31 << 1;
73 repeated_c |= repeated_c << i;
81 c. We first use an xor with repeated_c. This reduces the tas
    [all...]
rawmemchr.c 56 repeated_c has c in every byte. */
58 longword repeated_c = repeated_one * c; local
64 c. We first use an xor with repeated_c. This reduces the task
104 longword longword1 = *longword_ptr ^ repeated_c;
strchrnul.c 36 longword repeated_c; local
58 repeated_c has c in every byte. */
60 repeated_c = c | (c << 8);
61 repeated_c |= repeated_c << 16;
65 repeated_c |= repeated_c << 31 << 1;
73 repeated_c |= repeated_c << i;
81 c. We first use an xor with repeated_c. This reduces the tas
    [all...]
memchr.c 71 longword repeated_c; local
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 th
    [all...]
memrchr.c 58 longword repeated_c; local
78 repeated_c has c in every byte. */
80 repeated_c = c | (c << 8);
81 repeated_c |= repeated_c << 16;
85 repeated_c |= repeated_c << 31 << 1;
93 repeated_c |= repeated_c << i;
101 with repeated_c. This reduces the task to testing whether *any of th
    [all...]
memchr.c 71 longword repeated_c; local
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 th
    [all...]
memrchr.c 58 longword repeated_c; local
78 repeated_c has c in every byte. */
80 repeated_c = c | (c << 8);
81 repeated_c |= repeated_c << 16;
85 repeated_c |= repeated_c << 31 << 1;
93 repeated_c |= repeated_c << i;
101 with repeated_c. This reduces the task to testing whether *any of th
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
rawmemchr.c 56 repeated_c has c in every byte. */
58 longword repeated_c = repeated_one * c; local
64 c. We first use an xor with repeated_c. This reduces the task
104 longword longword1 = *longword_ptr ^ repeated_c;
strchrnul.c 36 longword repeated_c; local
58 repeated_c has c in every byte. */
60 repeated_c = c | (c << 8);
61 repeated_c |= repeated_c << 16;
65 repeated_c |= repeated_c << 31 << 1;
73 repeated_c |= repeated_c << i;
81 c. We first use an xor with repeated_c. This reduces the tas
    [all...]
rawmemchr.c 56 repeated_c has c in every byte. */
58 longword repeated_c = repeated_one * c; local
64 c. We first use an xor with repeated_c. This reduces the task
104 longword longword1 = *longword_ptr ^ repeated_c;
strchrnul.c 36 longword repeated_c; local
58 repeated_c has c in every byte. */
60 repeated_c = c | (c << 8);
61 repeated_c |= repeated_c << 16;
65 repeated_c |= repeated_c << 31 << 1;
73 repeated_c |= repeated_c << i;
81 c. We first use an xor with repeated_c. This reduces the tas
    [all...]
memchr.c 71 longword repeated_c; local
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 th
    [all...]
memrchr.c 58 longword repeated_c; local
78 repeated_c has c in every byte. */
80 repeated_c = c | (c << 8);
81 repeated_c |= repeated_c << 16;
85 repeated_c |= repeated_c << 31 << 1;
93 repeated_c |= repeated_c << i;
101 with repeated_c. This reduces the task to testing whether *any of th
    [all...]
memchr.c 71 longword repeated_c; local
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 th
    [all...]
memrchr.c 58 longword repeated_c; local
78 repeated_c has c in every byte. */
80 repeated_c = c | (c << 8);
81 repeated_c |= repeated_c << 16;
85 repeated_c |= repeated_c << 31 << 1;
93 repeated_c |= repeated_c << i;
101 with repeated_c. This reduces the task to testing whether *any of th
    [all...]

Completed in 58 milliseconds