HomeSort by relevance Sort by last modified time
    Searched refs:CHAR_BIT (Results 301 - 325 of 325) sorted by null

<<111213

  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 275 ? ~ (t) 0 << (sizeof(t) * CHAR_BIT - 1) : (t) 0))
  /external/iptables/iptables/
xtoptions.c 845 if (entry->id >= CHAR_BIT * sizeof(unsigned int) ||
1004 for (i = 0; i < CHAR_BIT * sizeof(entry->id); ++i) {
  /external/llvm/include/llvm/Support/
CommandLine.h     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Support/
APInt.cpp     [all...]
  /external/mksh/src/
Build.sh     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
keymaster_grouper.cpp 360 publicExponent[offset--] = (exp >> (i * CHAR_BIT)) & 0xFF;
  /device/samsung/tuna/keymaster/
keymaster_tuna.cpp 356 publicExponent[offset--] = (exp >> (i * CHAR_BIT)) & 0xFF;
  /external/libvpx/libvpx/vpx_mem/memory_manager/include/
cavl_impl.h 100 #define L_LONG_BIT (sizeof(long) * CHAR_BIT)
  /external/stlport/src/
num_put_float.cpp 592 const unsigned short sign_mask(1 << (sizeof(unsigned short) * CHAR_BIT - 1));
    [all...]
  /external/stlport/stlport/stl/
_bvector.h 37 #define _STLP_WORD_BIT (int(CHAR_BIT * sizeof(unsigned int)))
  /external/v8/src/
utils.h 950 ASSERT(element < static_cast<int>(sizeof(T) * CHAR_BIT));
  /ndk/sources/cxx-stl/stlport/src/
num_put_float.cpp 592 const unsigned short sign_mask(1 << (sizeof(unsigned short) * CHAR_BIT - 1));
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 37 #define _STLP_WORD_BIT (int(CHAR_BIT * sizeof(unsigned int)))
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 37 #define _STLP_WORD_BIT (int(CHAR_BIT * sizeof(unsigned int)))
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 37 #define _STLP_WORD_BIT (int(CHAR_BIT * sizeof(unsigned int)))
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 37 #define _STLP_WORD_BIT (int(CHAR_BIT * sizeof(unsigned int)))
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 37 #define _STLP_WORD_BIT (int(CHAR_BIT * sizeof(unsigned int)))
  /external/safe-iop/include/
safe_iop.h 59 #include <limits.h> /* for CHAR_BIT */
80 ((typeof(_a))(~((typeof(_a)) 1 << ((sizeof(typeof(_a)) * CHAR_BIT) - 1))))
  /ndk/sources/host-tools/sed-4.2.1/
configure     [all...]
  /external/libvpx/libvpx/
vpxenc.c 562 x = (char)(*(const s *)buffer_in >> (i * CHAR_BIT)); \
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regexec.c     [all...]
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c 47 #define SAMPLE_SIZE (16 / CHAR_BIT) /* 16-bits / sample */
    [all...]
  /external/bison/
configure     [all...]

Completed in 7459 milliseconds

<<111213