Home
last modified time | relevance | path

Searched refs:bits (Results 1 – 18 of 18) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h100 #define _STDINT_MIN(signed, bits, zero) \ argument
101 ((signed) ? (- ((zero) + 1) << ((bits) ? (bits) - 1 : 0)) : (zero))
103 #define _STDINT_MAX(signed, bits, zero) \ argument
105 ? ~ _STDINT_MIN (signed, bits, zero) \
109 ((((zero) + 1) << ((bits) ? (bits) - 1 - (signed) : 0)) - 1) * 2 + 1)
/ndk/sources/cxx-stl/stlport/stlport/
Dbitset27 // N % (sizeof(_WordT) * CHAR_BIT) unused bits. (They are the high-
28 // order bits in the highest word.) It is a class invariant
29 // of class bitset<> that those unused bits are always zero.
33 // individual bits. This allows us to specialize _Base_bitset for the
/ndk/sources/host-tools/sed-4.2.1/m4/
Dlonglong.m413 # Note: If the type 'long long int' exists but is only 32 bits large
58 # Note: If the type 'unsigned long long int' exists but is only 32 bits
88 #if to work with literals wider than 32 bits. */
Dprogtest.m442 # as systems may use methods other than mode bits to determine executability.
Dlib-prefix.m4187 [AC_EGREP_CPP([sixtyfour bits], [
189 sixtyfour bits
Dstdint.m4304 dnl Determine the size of each of the given types in bits.
313 [Define to the number of bits in type ']gltype['.])])
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dbinary.sed10 # < 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)
Dbinary3.sed10 # < 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)
Dbinary2.sed10 # < 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)
Duniq.good77 /* Flag bits for the match() function */
707 options option bits
Duniq.inp464 /* Flag bits for the match() function */
1478 options option bits
/ndk/build/tools/
Dbuild-gnu-libstdc++.sh247 for LIB in include/bits libsupc++.a libgnustl_static.a libstdc++.so libgnustl_shared.so; do
/ndk/sources/host-tools/sed-4.2.1/
Dconfig_h.in7 /* 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. */
DChangeLog2669 (Using flag bits can be a useful technique, but
Dconfigure25337 sixtyfour bits
/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dconfig.guess617 long bits = sysconf(_SC_KERNEL_BITS);
627 switch (bits)
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed.texi3125 least significant 8 bits of the value. Any subsequent digits
3138 \377 @i{@r{is a byte consisting entirely of 1 bits (@sc{ascii} 255)}}
Dsed-in.texi2958 least significant 8 bits of the value. Any subsequent digits
2971 \377 @i{@r{is a byte consisting entirely of 1 bits (@sc{ascii} 255)}}