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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
values.h 66 # define BITSPERBYTE CHAR_BIT
  /frameworks/base/opengl/tests/hwc/
hwcTestLib.cpp 43 #define BITSPERBYTE 8 // TODO: Obtain from <values.h>, once
578 << ((sizeof(pixel) * BITSPERBYTE)
581 << ((sizeof(pixel) * BITSPERBYTE)
584 << ((sizeof(pixel) * BITSPERBYTE)
588 << ((sizeof(pixel) * BITSPERBYTE)
593 pixel >>= sizeof(pixel) * BITSPERBYTE - attrib->bytes * BITSPERBYTE;
    [all...]
hwcColorEquiv.cpp 113 #define BITSPERBYTE 8 // TODO: Obtain from <values.h>, once
hwcStress.cpp 160 #define BITSPERBYTE 8 // TODO: Obtain from <values.h>, once

Completed in 130 milliseconds