Searched refs:tmp_pos (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c2243 int tmp_pos = 0; local
2266 tmp_pos++;
2274 mask = (-1LL & ~(((1ULL << (tmp_length + tmp_pos - 1)) << 1) - 1));
2282 if (tmp_length + tmp_pos - 1 > size)
2289 *pos = tmp_pos;

Completed in 112 milliseconds