Home
last modified time | relevance | path

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

12

/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/make-3.81/
Dmake.h330 # define ENUM_BITFIELD(bits) :bits argument
332 # define ENUM_BITFIELD(bits) argument
Dconfig.h.in417 /* Number of bits in a file offset, on hosts where this is settable. */
Dconfig.h.W32386 /* Number of bits in a file offset, on hosts where this is settable. */
Daclocal.m4650 # - it causes special bits like SGID to be ignored,
/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)
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)
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)
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/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. */
/ndk/build/tools/
Dbuild-gnu-libstdc++.sh281 for LIB in include/bits libsupc++.a libgnustl_static.a libgnustl_shared.so; do
Dcommon-build-host-funcs.sh430 local TMPC=/tmp/build-host-gcc-bits-$USER-$$.c
Dbuild-host-gcc.sh616 local TMPC=/tmp/build-host-gcc-bits-$USER-$$.c
/ndk/sources/host-tools/make-3.81/config/
Dprogtest.m442 # as systems may use methods other than mode bits to determine executability.
Dconfig.guess600 long bits = sysconf(_SC_KERNEL_BITS);
610 switch (bits)
/ndk/build/tools/toolchain-patches/gdb/
D0005-ndk-Enable-gdbserver-7.3.x.patch470 /* #define PF_MASKOS 0x0F000000 *//* OS-specific reserved bits */
472 #define PF_MASKPROC 0xF0000000 /* Processor-specific reserved 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/make-3.81/autom4te.cache/
Dtraces.0555 m4trace:configure.in:58: -1- AH_OUTPUT([_FILE_OFFSET_BITS], [/* Number of bits in a file offset, on…
/ndk/build/tools/toolchain-patches/python/Python-2.7.3/
D0000-CROSS.patch626 + long bits = sysconf(_SC_KERNEL_BITS);
636 + switch (bits)

12