Home | History | Annotate | Download | only in win32

Lines Matching full:bits

89   // Put count of each 2 bits into those 2 bits.
91 // Put count of each 4 bits into those 4 bits.
93 // Put count of each 8 bits into those 8 bits.
95 // Returns left 8 bits of x + (x<<8) + (x<<16) + (x<<24).
114 // Put count of each 2 bits into those 2 bits.
116 // Put count of each 4 bits into those 4 bits.
118 // Put count of each 8 bits into those 8 bits.
120 // Returns left 8 bits of x + (x<<8) + (x<<16) + (x<<24) + ...
124 // Returns the number of trailing 0-bits in x, starting at the least significant
166 // Returns the number of leading 0-bits in x, starting at the most significant
177 // Scan the high 32 bits.
181 // Scan the low 32 bits.