Lines Matching defs:uv
1825 const UV uv = SvUV_nomg(sv);
1826 if (uv > IV_MAX)
1829 count = uv;
2111 * INT_MIN will cause overflow in "shift = -shift;" in S_{iv,uv}_shift.
2118 static UV S_uv_shift(UV uv, int shift, bool left)
2127 return left ? uv << shift : uv >> shift;
2159 #define UV_LEFT_SHIFT(uv, shift) S_uv_shift(uv, shift, TRUE)
2160 #define UV_RIGHT_SHIFT(uv, shift) S_uv_shift(uv, shift, FALSE)
3378 UV uv;
3381 uv = 0;
3387 uv = SvUVX(sv); /* force it to be numeric only */
3390 uv = (UV)iv;
3397 uv = (UV)-(iv + 1) + 1;
3401 TARGu(uv, 1);
4517 UV uv;
4535 uv = _toUPPER_utf8_flags(s, send, tmpbuf, &ulen, IN_LC_RUNTIME(LC_CTYPE));
4537 uv = _toUPPER_utf8_flags(s, send, tmpbuf, &ulen, 0);
4539 if (uv == GREEK_CAPITAL_LETTER_IOTA