Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

What's the fastest way to pack 32 0/1 values into the bits of a single 32-bit variable?

Swapping pair of bits in a Byte

bit-manipulation

What is the value of ~0 in C?

c bit-manipulation

How is overflow detected in two's complement?

java bit manipulation

java bit-manipulation byte

C# Language: Changing the First Four Bits in a Byte

c# bit-manipulation

bitwise operations between elements in a list

Pad a C++ structure to a power of two

Why does this bitwise shift-right appear not to work?

Return zero for negative integers

c# bit-manipulation

Type conversion warning after bitwise operations in C

How to perform bit shift without ("<<" || ">>") operator efficiently?

Is it possible to rewrite modulo (2^n - 1) using bitwise and restricted operators

c bit-manipulation modulo

logical shift right on signed data

Change to HashMap hash function in Java 8

Why is ~5 === -6 in JavaScript? [duplicate]

What is the most efficient way in Java to pack bits into byte[] and read it back?

Standard (cross-platform) way for bit manipulation

Why does Java mask shift operands with 0x1F?

java bit-manipulation

fastest way to write a bitstream on modern x86 hardware