HomeSort by relevance Sort by last modified time
    Searched defs:INT_BITS (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
typedefs.h 53 #define INT_BITS 32
  /ndk/sources/host-tools/sed-4.2.1/lib/
quotearg.c 44 #define INT_BITS (sizeof (int) * CHAR_BIT)
56 unsigned int quote_these_too[(UCHAR_MAX / INT_BITS) + 1];
127 (o ? o : &default_quoting_options)->quote_these_too + uc / INT_BITS;
128 int shift = uc % INT_BITS;
537 && quote_these_too[c / INT_BITS] & (1 << (c % INT_BITS))))
  /external/bison/lib/
quotearg.c 53 #define INT_BITS (sizeof (int) * CHAR_BIT)
65 unsigned int quote_these_too[(UCHAR_MAX / INT_BITS) + 1];
142 (o ? o : &default_quoting_options)->quote_these_too + uc / INT_BITS;
143 int shift = uc % INT_BITS;
624 && quote_these_too[c / INT_BITS] & (1 << (c % INT_BITS)))

Completed in 256 milliseconds