Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

~0 vs. !0 vs. 1 in C

c bit-manipulation

How does the formula x & (x - 1) works?

bit masking (char)(0xFFFFFFB8 & 0xFF) doesn't work in c

c bit-manipulation

PHP: Combine Two 16-bit Integers into a 32-bit integer

php bit-manipulation

Bit shifts in C

c bit-manipulation

Single bit manipulations with guaranteed atomicity

Removing enum flags

c# enums bit-manipulation

Right shift (Division) -> ROUND TOWARD ZERO

c bit-manipulation

unsigned to signed conversion, what happens at the bit level? [duplicate]

How do I do bit operations on a struct?

GIven two binary numbers, copy a subset from one to another

c++ c binary bit-manipulation

can't == be used instead of unary & to check if two values are equal

Use a uint32_t to store four separate uint8_t values

Android bitwise xor error in OpenCV

Computing the absolute value of an n-bit 2's complement number

What is the trick in pAddress & ~(PAGE_SIZE - 1) to get the page's base address

c++ c bit-manipulation

64 bit negative integers in two's complement form

c bit-manipulation bignum

Can I reinterpret_cast the parameter of a constexpr function?

Decide if X is at most half as long as Y, in binary, for unsigned ints in C

c bit-manipulation