Home
last modified time | relevance | path

Searched refs:S_iv_shift (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dpp.c2130 static IV S_iv_shift(IV iv, int shift, bool left) in S_iv_shift() function
2161 #define IV_LEFT_SHIFT(iv, shift) S_iv_shift(iv, shift, TRUE)
2162 #define IV_RIGHT_SHIFT(iv, shift) S_iv_shift(iv, shift, FALSE)