Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

How to combine bits into larger integers in JavaScript

Statement about least significant bits in the next field of a linked list in C

Why does b = (b - x) & x result in getting the next subset?

bit-manipulation

Bitwise C expression returns a different result when in a function?

Get the bit which is most at the left with dichotomy

What's the meaning of "shift operates on bits individually"?

What is the best way to do java coding for these type of byte level operations?

Extracting bits from uint8_t type array

c arrays bit-manipulation

Transforming C-source CRC16CITT function to Java

How can I turn an int into three bytes in Java?

std::bitset<N>::count vs __builtin_popcount

How to shift >= 32 bits in uint64_t?

c++ bit-manipulation

Setting individual bits in mongo, to store a bitmask

mongodb bit-manipulation

Bitwise shift and byte cast gives different results in Java and C#

What are assembly instructions like PEXT actually used for?

C++ - How to check if not equal with the & operator

c++ bit-manipulation

Catching fallen-off bytes in bit shifting in C#

c# .net bit-manipulation

Bit counting arbitrarily large positive integers in C#

Java Random sequence

Fastest way to duplicate bits of an integer