Searched refs:bits (Results 1 – 25 of 31) sorted by relevance
12
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | stdint.in.h | 100 #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/ |
D | bitset | 27 // 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/ |
D | longlong.m4 | 13 # 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. */
|
D | progtest.m4 | 42 # as systems may use methods other than mode bits to determine executability.
|
D | lib-prefix.m4 | 187 [AC_EGREP_CPP([sixtyfour bits], [ 189 sixtyfour bits
|
D | stdint.m4 | 304 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/ |
D | make.h | 330 # define ENUM_BITFIELD(bits) :bits argument 332 # define ENUM_BITFIELD(bits) argument
|
D | config.h.in | 417 /* Number of bits in a file offset, on hosts where this is settable. */
|
D | config.h.W32 | 386 /* Number of bits in a file offset, on hosts where this is settable. */
|
D | aclocal.m4 | 650 # - it causes special bits like SGID to be ignored,
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | binary.sed | 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)
|
D | binary2.sed | 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)
|
D | binary3.sed | 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)
|
D | uniq.good | 77 /* Flag bits for the match() function */ 707 options option bits
|
D | uniq.inp | 464 /* Flag bits for the match() function */ 1478 options option bits
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | config_h.in | 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. */
|
/ndk/build/tools/ |
D | build-gnu-libstdc++.sh | 281 for LIB in include/bits libsupc++.a libgnustl_static.a libgnustl_shared.so; do
|
D | common-build-host-funcs.sh | 430 local TMPC=/tmp/build-host-gcc-bits-$USER-$$.c
|
D | build-host-gcc.sh | 616 local TMPC=/tmp/build-host-gcc-bits-$USER-$$.c
|
/ndk/sources/host-tools/make-3.81/config/ |
D | progtest.m4 | 42 # as systems may use methods other than mode bits to determine executability.
|
D | config.guess | 600 long bits = sysconf(_SC_KERNEL_BITS); 610 switch (bits)
|
/ndk/build/tools/toolchain-patches/gdb/ |
D | 0005-ndk-Enable-gdbserver-7.3.x.patch | 470 /* #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/ |
D | config.guess | 617 long bits = sysconf(_SC_KERNEL_BITS); 627 switch (bits)
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | traces.0 | 555 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/ |
D | 0000-CROSS.patch | 626 + long bits = sysconf(_SC_KERNEL_BITS); 636 + switch (bits)
|
12