Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/
Dnumeric.c383 const UV max_div_8 = UV_MAX / 8; in Perl_grok_oct() local
397 if (value <= max_div_8) { in Perl_grok_oct()
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/inc/
Dgrok483 const UV max_div_8 = UV_MAX / 8;
497 if (value <= max_div_8) {
/mirbsd/src/gnu/usr.bin/perl/ext/Time/HiRes/
Dppport.h4808 const UV max_div_8 = UV_MAX / 8; in DPPP_() local
4822 if (value <= max_div_8) { in DPPP_()
/mirbsd/src/gnu/usr.bin/perl/ext/Cwd/
Dppport.h4808 const UV max_div_8 = UV_MAX / 8; in DPPP_() local
4822 if (value <= max_div_8) { in DPPP_()