HomeSort by relevance Sort by last modified time
    Searched full:significant (Results 201 - 225 of 2519) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
cxxabi_tweaks.h 40 // The ARM EABI uses the least significant bit of a 32-bit
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
cxxabi_tweaks.h 40 // The ARM EABI uses the least significant bit of a 32-bit
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
cxxabi_tweaks.h 40 // The ARM EABI uses the least significant bit of a 32-bit
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/
cxxabi_tweaks.h 40 // The ARM EABI uses the least significant bit of a 32-bit
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
cxxabi_tweaks.h 41 // The ARM EABI uses the least significant bit of a 32-bit
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
cxxabi_tweaks.h 41 // The ARM EABI uses the least significant bit of a 32-bit
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
cxxabi_tweaks.h 41 // The ARM EABI uses the least significant bit of a 32-bit
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
cxxabi_tweaks.h 41 // The ARM EABI uses the least significant bit of a 32-bit
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
cxxabi_tweaks.h 41 // The ARM EABI uses the least significant bit of a 32-bit
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
cxxabi_tweaks.h 41 // The ARM EABI uses the least significant bit of a 32-bit
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
cxxabi_tweaks.h 41 // The ARM EABI uses the least significant bit of a 32-bit
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
cxxabi_tweaks.h 41 // The ARM EABI uses the least significant bit of a 32-bit
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
base.h 111 * @param __a First integer, to be encoded in the most-significant @c
113 * @param __b Second integer, to be encoded in the least-significant
126 * @param __a First integer, to be decoded from the most-significant
128 * @param __b Second integer, to be encoded in the least-significant
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
cxxabi_tweaks.h 41 // The ARM EABI uses the least significant bit of a 32-bit
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
cxxabi_tweaks.h 41 // The ARM EABI uses the least significant bit of a 32-bit
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
base.h 111 * @param __a First integer, to be encoded in the most-significant @c
113 * @param __b Second integer, to be encoded in the least-significant
126 * @param __a First integer, to be decoded from the most-significant
128 * @param __b Second integer, to be encoded in the least-significant
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
cxxabi_tweaks.h 41 // The ARM EABI uses the least significant bit of a 32-bit
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
cxxabi_tweaks.h 41 // The ARM EABI uses the least significant bit of a 32-bit
  /system/core/include/utils/
LinearAllocator.h 36 * small objects with a similar lifetime, and doesn't add significant overhead for large
  /external/srtp/googlepatches/
vidyo-3-srtp-ws.patch 12 - * representing the number of significant bits stored in the array.
13 - * The bits are packed as follows: the least significant bit is that
14 - * of word[0], while the most significant bit is the nth most
15 - * significant bit of word[m], where length = bits_per_word * m + n.
56 + * representing the number of significant bits stored in the array.
57 + * The bits are packed as follows: the least significant bit is that
58 + * of word[0], while the most significant bit is the nth most
59 + * significant bit of word[m], where length = bits_per_word * m + n.
389 - * loop over words from most significant to least significant -
    [all...]
  /bionic/libc/arch-arm64/generic/bionic/
memcmp.S 79 /* Limit % 8 == 0 => all bytes significant. */
102 that is different, or the end of the significant data.
  /cts/tests/tests/media/src/android/media/cts/
IvfWriter.java 146 * Lays least significant 16 bits of an int into 2 items of a byte array.
152 * @param value the integer to use least significant 16 bits
  /docs/source.android.com/src/source/
roles.jd 53 have submitted a significant amount of high-quality code to the project, the
58 design skills and have made significant technical contributions to the
  /external/chromium_org/net/quic/test_tools/
crypto_test_utils_openssl.cc 118 // big-endian number. The most-significant bit is cleared to ensure that
130 // clearing the most-significant bit.
  /external/chromium_org/third_party/mt19937ar/
mt19937ar.cc 50 #define UPPER_MASK 0x80000000UL /* most significant w-r bits */
51 #define LOWER_MASK 0x7fffffffUL /* least significant r bits */

Completed in 671 milliseconds

1 2 3 4 5 6 7 891011>>