Searched defs:vtohs (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.h2447 # define vtohs(x) ((((x)&0xFF)<<8) + (((x)>>8)&0xFF)) macro
2449 # define htovs(x) vtohs(x)
2454 short vtohs(short n);

Completed in 35 milliseconds