Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dhv.c46 #define DO_HSPLIT(xhv) ( ( ((xhv)->xhv_keys + ((xhv)->xhv_keys >> 1)) > (xhv)->xhv_max ) && \ macro
1044 if ( in_collision && DO_HSPLIT(xhv) ) { in Perl_hv_common()
1061 if (DO_HSPLIT(xhv)) in Perl_hv_common()
3436 } else if ( DO_HSPLIT(xhv) ) { in S_share_hek_flags()