Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

Fast way to find a intersection between two sets of numbers, one defined by a bitwise condition and another by an arithmetic condition

How to implement SWAR unsigned less-than?

c bit-manipulation swar

Bit reversal of an integer, ignoring integer size and endianness

c integer bit-manipulation

Extracting 'parts' of a hexadecimal number

c++ c bit-manipulation

Iterating bits of a char

java bit-manipulation

Using bit manipulation to tell if an unsigned integer can be expressed in the form 2^n-1

on enum and bitwise operation

Checking individual bits in a byte array in Java?

java bit-manipulation

bit ordering and endianess

Convert 12 bit int to 16 or 32 bits

c# bit-manipulation

What does the bitwise code "$n & ($n - 1)" do?

PHP equivalent javascript >>> shift right with zero fill bitwise operators?

Bit Flags - What am I missing?

c# bit-manipulation

Using bitwise operators in C++ to change 4 chars to int

c++ char int bit-manipulation

What is happening when I left shift beyond INT_MAX ?

c++ bit-manipulation

The meaning of Bit-wise NOT in Python [duplicate]

python bit-manipulation

C#. Logical riddle with bit operations. Only one bit is set?

c# c++ bit-manipulation

Clear lower 16 bits

Best way to overwrite some bits in a particular range

python bit-manipulation

Tagging/Encoding Pointers

c++ c bit-manipulation