ShellBanner
System:Linux MiraNet 3.0.0-14-generic-pae #23-Ubuntu SMP Mon Nov 21 22:07:10 UTC 2011 i686
Software:Apache. PHP/5.3.6-13ubuntu3.10
ID:uid=65534(nobody) gid=65534(nogroup) groups=65534(nogroup)
Safe Mode:OFF
Open_Basedir:OFF
Freespace:30.77 GB of 70.42 GB (43.7%)
MySQL: ON MSSQL: OFF Oracle: OFF PostgreSQL: OFF Curl: OFF Sockets: ON Fetch: OFF Wget: ON Perl: ON
Disabled Functions: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,

/ usr/ include/ i386-linux-gnu/ asm/ - drwxr-xr-x

Directory:
Viewing file:     swab.h (1.15 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#ifndef _ASM_X86_SWAB_H
#define _ASM_X86_SWAB_H

#include <linux/types.h>


static __inline__ __u32 __arch_swab32(__u32 val)
{
#ifdef __i386__
# ifdef CONFIG_X86_BSWAP
    __asm__("bswap %0" : "=r" (val) : "0" (val));
# else
    __asm__("xchgb %b0,%h0\n\t"    /* swap lower bytes    */
        "rorl $16,%0\n\t"    /* swap words        */
        "xchgb %b0,%h0"    /* swap higher bytes    */
        : "=q" (val)
        : "0" (val));
# endif

#else /* __i386__ */
    __asm__("bswapl %0"
        : "=r" (val)
        : "0" (val));
#endif
    return val;
}
#define __arch_swab32 __arch_swab32

static __inline__ __u64 __arch_swab64(__u64 val)
{
#ifdef __i386__
    union {
        struct {
            __u32 a;
            __u32 b;
        } s;
        __u64 u;
    } v;
    v.u = val;
# ifdef CONFIG_X86_BSWAP
    __asm__("bswapl %0 ; bswapl %1 ; xchgl %0,%1"
        : "=r" (v.s.a), "=r" (v.s.b)
        : "0" (v.s.a), "1" (v.s.b));
# else
    v.s.a = __arch_swab32(v.s.a);
    v.s.b = __arch_swab32(v.s.b);
    __asm__("xchgl %0,%1"
        : "=r" (v.s.a), "=r" (v.s.b)
        : "0" (v.s.a), "1" (v.s.b));
# endif
    return v.u;
#else /* __i386__ */
    __asm__("bswapq %0"
        : "=r" (val)
        : "0" (val));
    return val;
#endif
}
#define __arch_swab64 __arch_swab64

#endif /* _ASM_X86_SWAB_H */
Command:
Quick Commands:
Upload:
[Read-Only] Max size: 100MB
PHP Filesystem: <@ Ú
Search File:
regexp
Create File:
Overwrite [Read-Only]
View File:
Mass Defacement:
[+] Main Directory: [+] Defacement Url:
LmfaoX Shell - Private Build [BETA] - v0.1 -; Generated: 0.445 seconds