Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dperl.h4640 my_swap32(const U32 x) { in my_swap32() function
4650 # define htonl(x) my_swap32(x)
4651 # define ntohl(x) my_swap32(x)