Home
last modified time | relevance | path

Searched refs:bit (Results 1 – 25 of 129) sorted by relevance

123456

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/control/
Diif.hpp18 # define BOOST_PP_IIF(bit, t, f) BOOST_PP_IIF_I(bit, t, f) argument
20 # define BOOST_PP_IIF(bit, t, f) BOOST_PP_IIF_OO((bit, t, f)) argument
25 # define BOOST_PP_IIF_I(bit, t, f) BOOST_PP_IIF_ ## bit(t, f) argument
27 # define BOOST_PP_IIF_I(bit, t, f) BOOST_PP_IIF_II(BOOST_PP_IIF_ ## bit(t, f)) argument
Dexpr_iif.hpp20 # define BOOST_PP_EXPR_IIF(bit, expr) BOOST_PP_EXPR_IIF_I(bit, expr) argument
22 # define BOOST_PP_EXPR_IIF(bit, expr) BOOST_PP_EXPR_IIF_OO((bit, expr)) argument
26 # define BOOST_PP_EXPR_IIF_I(bit, expr) BOOST_PP_EXPR_IIF_ ## bit(expr) argument
/ndk/tests/build/issue41297-atomic-64bit/jni/
DAndroid.mk4 LOCAL_MODULE := issue41297-atomic-64bit-dynamic-executable
5 LOCAL_SRC_FILES := issue41297-atomic-64bit.c
9 LOCAL_MODULE := issue41297-atomic-64bit-static-executable
10 LOCAL_SRC_FILES := issue41297-atomic-64bit.c
15 LOCAL_MODULE := issue41297-atomic-64bit-shared-lib
16 LOCAL_SRC_FILES := issue41297-atomic-64bit.c
/ndk/tests/device/test-stlport/unit/
Dbinsert_test.cpp34 back_insert_iterator<vector<const char*> > bit(names); in binsert1() local
35 bit = copy(array, array + 3, bit); in binsert1()
41 copy(array, array + 3, bit); in binsert1()
/ndk/tests/device/test-gnustl-full/unit/
Dbinsert_test.cpp34 back_insert_iterator<vector<const char*> > bit(names); in binsert1() local
35 bit = copy(array, array + 3, bit); in binsert1()
41 copy(array, array + 3, bit); in binsert1()
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dhead.inp1 "...by imposing a tiny bit of order in a communication you are
2 translating, you are carving out a little bit of order in the
4 to an end finally. But you have a chance to carve a little bit
Dmiddle.inp1 "...by imposing a tiny bit of order in a communication you are
2 translating, you are carving out a little bit of order in the
4 to an end finally. But you have a chance to carve a little bit
Dhead.good1 "...by imposing a tiny bit of order in a communication you are
2 translating, you are carving out a little bit of order in the
Dmiddle.good2 to an end finally. But you have a chance to carve a little bit
DMakefile.am21 appquit enable sep inclib 8bit newjis xabcx dollar noeol noeolw \
39 8bit.good 8bit.inp 8bit.sed \
/ndk/docs/text/
DNDK-BUILD.text45 ndk-build NDK_HOST_32BIT=1 --> Always use toolchain in 32-bit (see below)
86 IV. 64-bit and 32-bit toolchains:
89 Some toolchains come with both 64-bit and 32-bit versions. For example,
91 "`linux-x86`" and "`linux-x86_64`" folders for Linux tools in 32-bit and 64-bit modes,
92 respectively. The ndk-build script automatically chooses a 64-bit version of the
93 toolchain if the host OS supports it. You can force the use of a 32-bit toolchain by
96 Note that 64-bit tools utilize host resources better (faster, handle larger
97 programs, etc) and they should function identically to their 32-bit counterparts.
98 Ie. 64-bit toolchains still generate 32-bit binaries for Android.
DCPU-FEATURES.text61 Note that when running a 32-bit executable on a 64-bit system, this function
62 will return the 32-bit family value only.
69 The result is a set of bit-flags, each corresponding to one CPU
72 Currently, only the following flags are defined, for the 32-bit ARM CPU
106 floating-point operations on 16-bit registers. This is part of the
135 And the following flags for the 32-bit x86 CPU Family:
DCPU-ARM-NEON.text9 - Thumb-2, which provides performance comparable to 32-bit ARM
16 VFPv3-D16 which only uses/requires 16 hardware FPU 64-bit registers.
28 - VFPv3-D32 as a requirement (i.e. 32 hardware FPU 64-bit registers,
63 specify the 32-bit ARM instruction set for non-NEON instructions), but must
DNDK-DEPENDS.text18 - Either 32-bit or 64-bit ELF binaries.
DSTANDALONE-TOOLCHAIN.text90 Note that by default, the 32-bit ARM-based GCC 4.6 toolchain will be selected by the script.
104 You may specify --system=linux-x86_64 on 64-bit Linux or --system=darwin-x86_64 on 64-bit
105 MacOSX to make 64-bit host toolchain instead of the 32-bit one (default).
203 of 16-bit Thumb-1 instructions (the default being 32-bit ARM ones).
DCHANGES.text78 > 8. Fixed MIPS' "struct stat" which was incorrectly set to its 64-bit
246 - Fixed ARM GCC 4.6 thumb2 fails to generate 16bit relative jump table.
252 - Fixed Windows 32-bit *-gdb.exe fail to launch.
427 - Fixed GCC 4.7 64-bit Windows assembler crash with error message reads:
482 - Fixed NDK 64-bit on MacOSX choses wrong path for compiler.
485 - Fixed to detect 64-bit Windows Vista.
551 > 9. Changed sys/cdefs.h so __WCHAR_TYPE__ is 32-bit even for API < 9,
552 ie. wchat_t is 32-bit for all API level.
655 - NDK now delivers additional 64-bit host toolchain set (package name suffix
658 > 1. The ndk-build script uses 64-bit toolchain if it's present and your OS
[all …]
/ndk/
Dfind-win-host.cmd21 rem Check if NDK_HOST_32BIT is not set to 1/true, Windows is 64-bit, and 64-bit make exists
27 rem Otherwise fall back to 32-bit make
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DAddressSpace.hpp170 int bit = 0; in getULEB128() local
179 if (bit >= 64 || b << bit >> bit != b) { in getULEB128()
182 result |= b << bit; in getULEB128()
183 bit += 7; in getULEB128()
195 int bit = 0; in getSLEB128() local
201 result |= ((byte & 0x7f) << bit); in getSLEB128()
202 bit += 7; in getSLEB128()
206 result |= (-1LL) << bit; in getSLEB128()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
Dbinary.hpp102 #define BOOST_DETAIL_FIXED_COMPL( bit ) \ argument
103 BOOST_PP_CAT( BOOST_DETAIL_FIXED_COMPL_, bit )
136 #define BOOST_DETAIL_CONVERT_BIT_SEQUENCE_TO_PARENTHETIC_TUPLE_1( bit ) \ argument
137 ( ( bit, BOOST_DETAIL_CONVERT_BIT_SEQUENCE_TO_PARENTHETIC_TUPLE_2
139 #define BOOST_DETAIL_CONVERT_BIT_SEQUENCE_TO_PARENTHETIC_TUPLE_2( bit ) \ argument
140 bit, BOOST_DETAIL_CONVERT_BIT_SEQUENCE_TO_PARENTHETIC_TUPLE_3
142 #define BOOST_DETAIL_CONVERT_BIT_SEQUENCE_TO_PARENTHETIC_TUPLE_3( bit ) \ argument
143 bit ) ) BOOST_DETAIL_CONVERT_BIT_SEQUENCE_TO_PARENTHETIC_TUPLE_1
/ndk/sources/host-tools/sed-4.2.1/m4/
Dlib-prefix.m4166 dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under
167 dnl $prefix/lib64 and 32-bit libraries go under $prefix/lib. We determine
170 dnl directory whose absolute pathname ends in /lib64, we assume a 64-bit ABI.
173 dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under
175 dnl $prefix/lib/amd64) and 32-bit libraries go under $prefix/lib.
181 …dnl See Solaris 10 Software Developer Collection > Solaris 64-bit Developer's Guide > The Developm…
186 AC_CACHE_CHECK([for 64-bit host], [gl_cv_solaris_64bit],
Dregex.m4154 These include glibc 2.3.5 on hosts with 64-bit ptrdiff_t
155 and 32-bit int. */
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstddef53 // If compiler doesn't have max_align_t (ie. clang), and it's on 32-bit Android, typedef max_align_…
54 // "long long" instead of "long double" because 32-bit Android treats "long double" the same as "do…
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0001-android-Add-locale-support.patch179 +// have a proper bit-flag for blank characters.
189 +// - It stores 16-bit unsigned values, instead of 8-bit char ones.
244 + /* determine printability based on the IS0 8859 8-bit standard */
/ndk/sources/cxx-stl/stlport/stlport/
Dbitset39 // returns a reference to a bit, again without doing any range checking.
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/stlport/
Dprinters.py139 bit = 0
142 result.append (('[%d]' % (word * word_size * 8 + bit), 1))
143 bit += 1

123456