Searched refs:bits (Results 1 – 18 of 18) sorted by relevance
100 #define _STDINT_MIN(signed, bits, zero) \ argument101 ((signed) ? (- ((zero) + 1) << ((bits) ? (bits) - 1 : 0)) : (zero))103 #define _STDINT_MAX(signed, bits, zero) \ argument105 ? ~ _STDINT_MIN (signed, bits, zero) \109 ((((zero) + 1) << ((bits) ? (bits) - 1 - (signed) : 0)) - 1) * 2 + 1)
27 // N % (sizeof(_WordT) * CHAR_BIT) unused bits. (They are the high-28 // order bits in the highest word.) It is a class invariant29 // of class bitset<> that those unused bits are always zero.33 // individual bits. This allows us to specialize _Base_bitset for the
13 # Note: If the type 'long long int' exists but is only 32 bits large58 # Note: If the type 'unsigned long long int' exists but is only 32 bits88 #if to work with literals wider than 32 bits. */
42 # as systems may use methods other than mode bits to determine executability.
187 [AC_EGREP_CPP([sixtyfour bits], [189 sixtyfour bits
304 dnl Determine the size of each of the given types in bits.313 [Define to the number of bits in type ']gltype['.])])
10 # < shift left binary by decimal number of bits (11 3< gives 11000)11 # > shift right binary by decimal number of bits (1011 2> gives 10)
77 /* Flag bits for the match() function */707 options option bits
464 /* Flag bits for the match() function */1478 options option bits
247 for LIB in include/bits libsupc++.a libgnustl_static.a libstdc++.so libgnustl_shared.so; do
7 /* Define to the number of bits in type 'ptrdiff_t'. */10 /* Define to the number of bits in type 'sig_atomic_t'. */13 /* Define to the number of bits in type 'size_t'. */16 /* Define to the number of bits in type 'wchar_t'. */19 /* Define to the number of bits in type 'wint_t'. */645 /* Number of bits in a file offset, on hosts where this is settable. */
2669 (Using flag bits can be a useful technique, but
25337 sixtyfour bits
617 long bits = sysconf(_SC_KERNEL_BITS);627 switch (bits)
3125 least significant 8 bits of the value. Any subsequent digits3138 \377 @i{@r{is a byte consisting entirely of 1 bits (@sc{ascii} 255)}}
2958 least significant 8 bits of the value. Any subsequent digits2971 \377 @i{@r{is a byte consisting entirely of 1 bits (@sc{ascii} 255)}}