Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

Smallest integer larger than lg N

What are the rules for bitmasks? Like 0xFF vs. 0xFC

Format negative integers in two's complement representation

python bit-manipulation

Efficient bit-fiddling in a LFSR implementation

what the author of nedtries means by "in-place"?

I want to calculate the inverse mask for an unsigned char

c bit-manipulation bitmask

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