/usr/lib/x86_64-linux-gnu/perl/5.34.0/bits
NameSizeModeActions
linux/-0755rm
types/-0755rm
atomic_wide_counter.ph2070644editdlrm
byteswap.ph16410644editdlrm
confname.ph250340644editdlrm
endian.ph10360644editdlrm
endianness.ph3850644editdlrm
environments.ph20960644editdlrm
floatn-common.ph119910644editdlrm
floatn.ph27630644editdlrm
getopt_core.ph1680644editdlrm
getopt_posix.ph5820644editdlrm
ioctl-types.ph17640644editdlrm
ioctls.ph38270644editdlrm
long-double.ph1690644editdlrm
posix_opt.ph54710644editdlrm
pthreadtypes-arch.ph22690644editdlrm
pthreadtypes.ph4920644editdlrm
select.ph8890644editdlrm
select2.ph4900644editdlrm
sigaction.ph17200644editdlrm
sigcontext.ph8890644editdlrm
sigevent-consts.ph6200644editdlrm
siginfo-arch.ph4650644editdlrm
siginfo-consts-arch.ph2070644editdlrm
siginfo-consts.ph44050644editdlrm
signal_ext.ph2000644editdlrm
signum-arch.ph17190644editdlrm
signum-generic.ph16350644editdlrm
sigstack.ph4410644editdlrm
sigstksz.ph5680644editdlrm
sigthread.ph3850644editdlrm
sockaddr.ph5070644editdlrm
socket-constants.ph37040644editdlrm
socket.ph119830644editdlrm
socket2.ph1770644editdlrm
socket_type.ph7660644editdlrm
ss_flags.ph4430644editdlrm
stdint-intn.ph2120644editdlrm
struct_mutex.ph10190644editdlrm
struct_rwlock.ph9430644editdlrm
syscall.ph774070644editdlrm
syslog-ldbl.ph3550644editdlrm
syslog-path.ph3630644editdlrm
syslog.ph4040644editdlrm
thread-shared-types.ph4270644editdlrm
time64.ph5300644editdlrm
timesize.ph2900644editdlrm
types.ph28490644editdlrm
typesizes.ph47230644editdlrm
uintn-identity.ph6310644editdlrm
unistd.ph6800644editdlrm
unistd_ext.ph5970644editdlrm
waitflags.ph8160644editdlrm
waitstatus.ph15730644editdlrm
wordsize.ph7430644editdlrm
Edit: /usr/lib/x86_64-linux-gnu/perl/5.34.0/bits/byteswap.ph (1641B)
require '_h2ph_pre.ph'; no warnings qw(redefine misc); if(!defined (&_BYTESWAP_H) && !defined (&_NETINET_IN_H) && !defined (&_ENDIAN_H)) { die("Never use directly; include instead."); } unless(defined(&_BITS_BYTESWAP_H)) { eval 'sub _BITS_BYTESWAP_H () {1;}' unless defined(&_BITS_BYTESWAP_H); require 'features.ph'; require 'bits/types.ph'; eval 'sub __bswap_constant_16 { my($x) = @_; eval q((( &__uint16_t) (((($x) >> 8) & 0xff) | ((($x) & 0xff) << 8)))); }' unless defined(&__bswap_constant_16); # some #ifdef were dropped here -- fill in the blanks eval 'sub __bswap_16 { my($__bsx) = @_; eval q({ }); }' unless defined(&__bswap_16); eval 'sub __bswap_constant_32 { my($x) = @_; eval q((((($x) & 0xff000000) >> 24) | ((($x) & 0xff0000) >> 8) | ((($x) & 0xff00) << 8) | ((($x) & 0xff) << 24))); }' unless defined(&__bswap_constant_32); # some #ifdef were dropped here -- fill in the blanks eval 'sub __bswap_32 { my($__bsx) = @_; eval q({ }); }' unless defined(&__bswap_32); eval 'sub __bswap_constant_64 { my($x) = @_; eval q((((($x) & 0xff00000000000000) >> 56) | ((($x) & 0xff000000000000) >> 40) | ((($x) & 0xff0000000000) >> 24) | ((($x) & 0xff00000000) >> 8) | ((($x) & 0xff000000) << 8) | ((($x) & 0xff0000) << 24) | ((($x) & 0xff00) << 40) | ((($x) & 0xff) << 56))); }' unless defined(&__bswap_constant_64); # some #ifdef were dropped here -- fill in the blanks eval 'sub __bswap_64 { my($__bsx) = @_; eval q({ }); }' unless defined(&__bswap_64); } 1;