Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

Is java bit shifting circular?

Set bit X of an integer to bit Y of another integer without branching?

what does a[0] = addr & 0xff?

c arrays bit-manipulation

K&R C Exercise Help

c binary bit-manipulation kr-c

Determine which single bit in the byte is set

Slick way to reverse the (binary) digits of a number in Python?

Fast constant time evaluation of "x==7" to 1 (true) or 0 (false) in Java

Unexpected C/C++ bitwise shift operators outcome

c bit-manipulation

C: Most efficient way to set all bits in a range within a variable

c bit-manipulation

Combine flags in array to single value using bitwise OR

extract bit in Ruby Integers

ruby bit-manipulation

How can I convert the lower/upper 8 bits of a u16 to a u8 in Rust?

rust bit-manipulation

Is there a more efficient way of expanding a char to an uint64_t?

Which algorithm is faster for checking if a bit is set?

How can I swap two bits of integer in Java?

java bit-manipulation swap

How to obtain the next Power Of Two of a given number? [duplicate]

Right shift with zeros at the beginning

Why does right shifting negative numbers in C bring 1 on the left-most bits? [duplicate]

Examples of when a bitwise swap() is a bad idea?

c++ bit-manipulation swap

XOR reversibility operation question

bit-manipulation xor