Searched refs:endx (Results 1 – 3 of 3) sorted by relevance
147 char *endx; in get_oct_char() local153 val = strtol(x, &endx, 8); in get_oct_char()155 assert(endx > x); in get_oct_char()157 (*i) += endx - x; in get_oct_char()170 char *endx; in get_hex_char() local176 val = strtol(x, &endx, 16); in get_hex_char()177 if (!(endx > x)) in get_hex_char()180 (*i) += endx - x; in get_hex_char()
314 int endx = int(static_cast<float>(width) - 2 * ((static_cast<float>(width) * 0.1f) + 1) - 1); in ValidateReadBufferCenteredQuad() local319 for (int x = startx; x < endx; ++x) in ValidateReadBufferCenteredQuad()
312 int endx = int((float)width - 2 * (((float)width * 0.1f) + 1) - 1); in ValidateReadBufferCenteredQuad() local317 for (int x = startx; x < endx; ++x) in ValidateReadBufferCenteredQuad()