Home
last modified time | relevance | path

Searched defs:LOW_32BITS (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/dist/Storable/
DStorable.xs559 #define LOW_32BITS(x) ((I32) (x)) macro
561 #define LOW_32BITS(x) ((I32) ((STRLEN) (x) & 0xffffffffUL)) macro