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 :  /usr/lib/modules/3.10.0-1160.119.1.el7.x86_64/build/include/asm-generic/bitops/

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

 
Command :
Current File : /usr/lib/modules/3.10.0-1160.119.1.el7.x86_64/build/include/asm-generic/bitops/le.h
#ifndef _ASM_GENERIC_BITOPS_LE_H_
#define _ASM_GENERIC_BITOPS_LE_H_

#include <asm/types.h>
#include <asm/byteorder.h>

#if defined(__LITTLE_ENDIAN)

#define BITOP_LE_SWIZZLE	0

static inline unsigned long find_next_zero_bit_le(const void *addr,
		unsigned long size, unsigned long offset)
{
	return find_next_zero_bit(addr, size, offset);
}

static inline unsigned long find_next_bit_le(const void *addr,
		unsigned long size, unsigned long offset)
{
	return find_next_bit(addr, size, offset);
}

static inline unsigned long find_first_zero_bit_le(const void *addr,
		unsigned long size)
{
	return find_first_zero_bit(addr, size);
}

#elif defined(__BIG_ENDIAN)

#define BITOP_LE_SWIZZLE	((BITS_PER_LONG-1) & ~0x7)

#ifndef find_next_zero_bit_le
extern unsigned long find_next_zero_bit_le(const void *addr,
		unsigned long size, unsigned long offset);
#endif

#ifndef find_next_bit_le
extern unsigned long find_next_bit_le(const void *addr,
		unsigned long size, unsigned long offset);
#endif

#ifndef find_first_zero_bit_le
#define find_first_zero_bit_le(addr, size) \
	find_next_zero_bit_le((addr), (size), 0)
#endif

#else
#error "Please fix <asm/byteorder.h>"
#endif

static inline int test_bit_le(int nr, const void *addr)
{
	return test_bit(nr ^ BITOP_LE_SWIZZLE, addr);
}

static inline void set_bit_le(int nr, void *addr)
{
	set_bit(nr ^ BITOP_LE_SWIZZLE, addr);
}

static inline void clear_bit_le(int nr, void *addr)
{
	clear_bit(nr ^ BITOP_LE_SWIZZLE, addr);
}

static inline void __set_bit_le(int nr, void *addr)
{
	__set_bit(nr ^ BITOP_LE_SWIZZLE, addr);
}

static inline void __clear_bit_le(int nr, void *addr)
{
	__clear_bit(nr ^ BITOP_LE_SWIZZLE, addr);
}

static inline int test_and_set_bit_le(int nr, void *addr)
{
	return test_and_set_bit(nr ^ BITOP_LE_SWIZZLE, addr);
}

static inline int test_and_clear_bit_le(int nr, void *addr)
{
	return test_and_clear_bit(nr ^ BITOP_LE_SWIZZLE, addr);
}

static inline int __test_and_set_bit_le(int nr, void *addr)
{
	return __test_and_set_bit(nr ^ BITOP_LE_SWIZZLE, addr);
}

static inline int __test_and_clear_bit_le(int nr, void *addr)
{
	return __test_and_clear_bit(nr ^ BITOP_LE_SWIZZLE, addr);
}

#endif /* _ASM_GENERIC_BITOPS_LE_H_ */
N4m3
5!z3
L45t M0d!f!3d
0wn3r / Gr0up
P3Rm!55!0n5
0pt!0n5
..
--
September 29 2025 07:01:10
0 / 0
0755
__ffs.h
0.721 KB
November 06 2023 09:15:52
0 / 0
0644
__fls.h
0.86 KB
November 06 2023 09:15:52
0 / 0
0644
arch_hweight.h
0.504 KB
November 06 2023 09:15:52
0 / 0
0644
atomic.h
5.464 KB
November 06 2023 09:15:52
0 / 0
0644
builtin-__ffs.h
0.332 KB
November 06 2023 09:15:52
0 / 0
0644
builtin-__fls.h
0.388 KB
November 06 2023 09:15:52
0 / 0
0644
builtin-ffs.h
0.362 KB
November 06 2023 09:15:52
0 / 0
0644
builtin-fls.h
0.355 KB
November 06 2023 09:15:52
0 / 0
0644
const_hweight.h
1.633 KB
November 06 2023 09:15:52
0 / 0
0644
count_zeros.h
1.639 KB
November 06 2023 09:15:52
0 / 0
0644
ext2-atomic-setbit.h
0.355 KB
November 06 2023 09:15:52
0 / 0
0644
ext2-atomic.h
0.548 KB
November 06 2023 09:15:52
0 / 0
0644
ffs.h
0.601 KB
November 06 2023 09:15:52
0 / 0
0644
ffz.h
0.279 KB
November 06 2023 09:15:52
0 / 0
0644
find.h
1.634 KB
November 06 2023 09:15:52
0 / 0
0644
fls.h
0.62 KB
November 06 2023 09:15:52
0 / 0
0644
fls64.h
0.802 KB
November 06 2023 09:15:52
0 / 0
0644
hweight.h
0.21 KB
November 06 2023 09:15:52
0 / 0
0644
le.h
2.148 KB
November 06 2023 09:15:52
0 / 0
0644
lock.h
1.318 KB
November 06 2023 09:15:52
0 / 0
0644
non-atomic.h
2.96 KB
November 06 2023 09:15:52
0 / 0
0644
sched.h
0.704 KB
November 06 2023 09:15:52
0 / 0
0644