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

1 2 34

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
system.h 267 ? ~ (t) 0 << (sizeof(t) * CHAR_BIT - 1) : (t) 0))
  /system/core/libcutils/
tzstrftime.c 59 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT)
  /external/stlport/src/
num_put_float.cpp 591 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/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))))
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c 47 #define SAMPLE_SIZE (16 / CHAR_BIT) /* 16-bits / sample */
    [all...]
  /external/bison/
configure     [all...]

Completed in 599 milliseconds

1 2 34