Searched refs:bit (Results 1 – 25 of 93) sorted by relevance
1234
/ndk/tests/device/test-gnustl-full/unit/ |
D | binsert_test.cpp | 34 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-stlport/unit/ |
D | binsert_test.cpp | 34 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/ |
D | middle.inp | 1 "...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
|
D | head.inp | 1 "...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
|
D | head.good | 1 "...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
|
D | Makefile.am | 21 appquit enable sep inclib 8bit newjis xabcx dollar noeol noeolw \ 39 8bit.good 8bit.inp 8bit.sed \
|
D | middle.good | 2 to an end finally. But you have a chance to carve a little bit
|
D | binary3.sed | 34 # the commands in pattern space; it is just a bit slower than binary2.sed
|
D | mac-mf.sed | 150 # Note! There are 8-bit characters in the three lines below:
|
D | Makefile.in | 649 SEDTESTS = $(am__append_1) appquit enable sep inclib 8bit newjis xabcx \ 668 8bit.good 8bit.inp 8bit.sed \
|
D | Makefile.tests | 21 enable sep inclib 8bit 8to7 newjis xabcx dollar noeol bkslashes \
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | lib-prefix.m4 | 166 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],
|
D | regex.m4 | 154 These include glibc 2.3.5 on hosts with 64-bit ptrdiff_t 155 and 32-bit int. */
|
D | stdio_h.m4 | 126 /* Cygwin 1.5.24 and earlier fail to put stdin in 64-bit mode, making
|
/ndk/build/tools/ |
D | prebuilt-common.sh | 280 register_option "--try-64" do_try64_option "Generate 64-bit binaries." 674 log "Generating 64-bit Windows binaries" 677 log "Generating 32-bit Windows binaries" 738 log -n "Checking whether the compiler generates 32-bit binaries..."
|
D | DEV-SCRIPTS-USAGE.TXT | 197 generate 32-bit programs by default. You can experiment with 64-bit binary 198 generation by adding the '--try-64' option. Note that as of now, 64-bit 201 When building 32-bit Linux host programs, the dev-scripts will look for
|
/ndk/sources/cxx-stl/stlport/stlport/ |
D | bitset | 39 // returns a reference to a bit, again without doing any range checking.
|
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
D | flavors | 91 # There's a bit of oddness here if you try to use a variable to hold the
|
/ndk/sources/host-tools/nawk-20071023/ |
D | FIXES | 288 yet another attempt at making 8-bit input work, with another 298 fixed an 8-bit problem in b.c by making several char*'s into 344 ltype int to long in struct rrow to reduce some 64-bit 352 in 64-bit mode. 551 union. should be safer on 64-bit machines and cleaner everywhere. 622 things will continue to run slow, but maybe a bit longer. 714 changed NCHARS to 256 to handle 8-bit characters in strings 845 Added a bit of code to error printing to avoid printing nulls.
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | el.po | 16 "Content-Transfer-Encoding: 8bit\n" 644 #~ msgid "unknown option bit(s) set" 645 #~ msgstr "ενεργοποιημένο/α άγνωστο/α bit(s) επιλογής"
|
D | he.po | 1 # Hebrew messages for GNU Sed -*- coding: hebrew-iso-8bit -*- 15 "Content-Transfer-Encoding: 8-bit\n"
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | configure.ac | 93 # in general and specifically for a Russian one) is a bit weak, but it
|
/ndk/sources/host-tools/make-3.81/ |
D | README.W32 | 9 The Windows 32-bit port of GNU make is maintained jointly by various 68 GNU make on Windows 32-bit platforms:
|
/ndk/sources/cxx-stl/stlport/src/ |
D | num_get_float.cpp | 113 # error There should be some unsigned 64-bit integer on the system!
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | NEWS | 7 NT; I tweaked them a bit (hopefully I didn't break anything!) Note
|
1234