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

/openbsd-current/gnu/usr.bin/perl/lib/Tie/
H A DSubstrHash.pm164 $hash = _hashwrap($hash, $tsize) if $hash >= 1e13;
166 $hash = _hashwrap($hash, $tsize) if $hash >= $tsize->[1];
171 sub _hashwrap { subroutine

Completed in 88 milliseconds