Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

Next higher number with one zero bit

c++ binary bit-manipulation

How to unpack 2, 2 and 3 bits out of a byte

How does 1 left shift by 31 (1 << 31) work to get maximum int value? Here are my thoughts and some explanations I found online

I want to pack the bits based on arbitrary mask

When right shift operation >> shift sign bit and when it not?

Bitshifts canceling out instead of expected behavior [duplicate]

How to fast set 9 bits after all '1's in an 64 bit integer

c++ bit-manipulation

What could be the benefit of such a complicated function to test if variable is not zero?

Toggle all bits except after highest set bit

What is a better method for packing 4 bytes into 3 than this?

Bitwise Manipulation or Bitwise Programming [closed]

c++ c bit-manipulation

Bitwise operations in Python

Bit twiddling for Java or Scala programmers

java bit-manipulation

Byte shift inverse operation

Group enum members?

Reverse bytes order of long

Why does shifting more than the allowed bits still work?

Bit permutation tables in C

c bit-manipulation

Bitwise concatenation in C

How to get lg2 of a number that is 2^k