Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

Define BIT0, BIT1, BIT2, etc Without #define

Shifting Bits by Value in Register

What's the difference between these two enum [Flags] declarations (C#)

c# enums bit-manipulation bit

Swap right-most N bits between two integers

c++ bit-manipulation

How to shift left one specific bit?

c++ c bit-manipulation

How to check if exactly one bit is set in an int?

c++ bit-manipulation

Altering specific bits of a 32-bit integer in Java

Find nth bit index efficiently

Testing which trits are set in a binary representation

VB.NET Convert 4 bytes to an integer [duplicate]

Safe low 32 bits masking of uint64_t

Packing and unpacking a Cardinal into four bytes

Convert 16 bits mask to 16 bytes mask

Bitwise carry applications

Unions in c++ and bitwise operations

Opengl es glsl bitwise operations equivalents

Parsing IEEE754 Double-Precision floats in Pure Lua?

Expand Right Bitwise Algorithm

Quickest way to get the position of the leading 1 in a bitset for an integer? [duplicate]

c++ c c++11 bit-manipulation c99