Search code examples
Bitwise Operators: Using only & and ~ to get ^...


cbitwise-operatorsboolean-algebra

Read More
Can you control what a bitwise right shift will fill in C?...


cbitwise-operators

Read More
How to use bit operations in GLSL 1.3 with OpenGL 2.1...


openglglslbitwise-operators

Read More
Can someone explain why these two things mean the same thing?...


c++functionif-statementbitwise-operatorsbit-shift

Read More
A C function int firstBitEqualsLast(int x) which returns 1 if bit_0 equals bit_31 and returns 0 othe...


cbitbitwise-operators

Read More
Displaying a message when a certain array element is present in C...


cbitwise-operators

Read More
what the meaning of (a&b)>>c in this systemc code?...


cbitwise-operatorsbit-shiftbitwise-andsystemc

Read More
Get highest number with n bits...


c++bit-manipulationbitwise-operators

Read More
How is the bit length of a result of a bitwise operation for negative numbers calculated?...


pythonbitwise-operators

Read More
Clang optimization: && vs &: optimized vs. non-optimized (for certain values)...


coptimizationx86clangbitwise-operators

Read More
How to "mark" pointers by setting the last bit to 1?...


cpointersbitwise-operatorsnonblockingcompare-and-swap

Read More
Bitwise operator in java's if condition has to be written inside parentheses. Why is it so?...


javaif-statementbit-manipulationbitwise-operatorsbitwise-and

Read More
Circular right and left shift in C...


cbitwise-operators

Read More
*** stack smashing detected ***: terminated...


arrayscbitwise-operators

Read More
SQLite DELETE slow when primary key is two columns...


sqlitebooleanwhere-clausesql-deletebitwise-operators

Read More
How do I check if an integer is even or odd using bitwise operators...


cbitwise-operators

Read More
Logical vs. bitwise operator AND...


pythonbitwise-operatorslogical-operators

Read More
Left rotate number by N bits...


cbit-manipulationbitwise-operatorsbit-shift

Read More
Bitwise Shift to MSB in One Byte Added to Itself...


ctypesdnsbitwise-operators

Read More
Why is VBScript's bitwise And failing in one case?...


vbscriptbit-manipulationbitwise-operators

Read More
How to perform bitwise operations on bitsets of different sizes?...


c++bitwise-operatorsstd-bitset

Read More
JSONata bit-manipulation...


bit-manipulationbitwise-operatorsjsonata

Read More
C++: Atomic Tagged pointer with 16-bit counter in upper bits, can't seem to increment the counte...


c++bit-manipulationatomicbitwise-operatorscompare-and-swap

Read More
How do I convert char 20 to 0x20?...


chexbit-manipulationbytebitwise-operators

Read More
Combining four 16 bit UINT to one 64 bit UINT in Codesys...


integerbitwise-operatorscodesys

Read More
JavaScript - Read Bit Value, is single Bit On (1) or Off (0)?...


javascriptbinarybit-manipulationbitwise-operatorsbit

Read More
Why would we use bitwise operators between 2 numbers?...


javabitwise-operators

Read More
How does this code check for parity of a number? (even or odd)...


rustbitwise-operatorsbitwise-andparity

Read More
What does "x += x & (-x)" mean?...


c++bit-manipulationbitwise-operatorssegment-treebinary-indexed-tree

Read More
Non looping way to check if every Nth bit is set, with or without an offset?...


c#loopslogicbit-manipulationbitwise-operators

Read More
BackNext