HomeSort by relevance Sort by last modified time
    Searched refs:BITSPERBYTE (Results 1 - 7 of 7) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
bitset.h 21 #define BITSPERBYTE (8*sizeof(BYTE))
22 #define NBYTES(nbits) (((nbits) + BITSPERBYTE - 1) / BITSPERBYTE)
24 #define BIT2BYTE(ibit) ((ibit) / BITSPERBYTE)
25 #define BIT2SHIFT(ibit) ((ibit) % BITSPERBYTE)
27 #define BYTE2BIT(ibyte) ((ibyte) * BITSPERBYTE)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
bitset.h 21 #define BITSPERBYTE (8*sizeof(BYTE))
22 #define NBYTES(nbits) (((nbits) + BITSPERBYTE - 1) / BITSPERBYTE)
24 #define BIT2BYTE(ibit) ((ibit) / BITSPERBYTE)
25 #define BIT2SHIFT(ibit) ((ibit) % BITSPERBYTE)
27 #define BYTE2BIT(ibyte) ((ibyte) * BITSPERBYTE)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
values.h 66 # define BITSPERBYTE CHAR_BIT
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
values.h 66 # define BITSPERBYTE CHAR_BIT
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp 45 #define BITSPERBYTE 8 // TODO: Obtain from <values.h>, once
582 << ((sizeof(pixel) * BITSPERBYTE)
585 << ((sizeof(pixel) * BITSPERBYTE)
588 << ((sizeof(pixel) * BITSPERBYTE)
592 << ((sizeof(pixel) * BITSPERBYTE)
597 pixel >>= sizeof(pixel) * BITSPERBYTE - attrib->bytes * BITSPERBYTE;
    [all...]
hwcColorEquiv.cpp 111 #define BITSPERBYTE 8 // TODO: Obtain from <values.h>, once
hwcStress.cpp 158 #define BITSPERBYTE 8 // TODO: Obtain from <values.h>, once

Completed in 410 milliseconds