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

  /system/core/libpixelflinger/
t32cb16blend.S 29 * pixels, with the even one in the low-16 bits, and the odd one in the
36 * \ODD is either 0 or 1 and indicates if we're blending the lower or
44 .macro pixel, DREG, SRC, FB, ODD
53 .if \ODD
  /external/jpeg/
jmemdos.c 329 #define ODD(X) (((X) & 1L) != 0)
341 /* The XMS driver can't cope with an odd length, so handle the last byte
342 * specially if byte_count is odd. We don't expect this to be common.
357 if (ODD(byte_count)) {
374 /* The XMS driver can't cope with an odd length, so handle the last byte
375 * specially if byte_count is odd. We don't expect this to be common.
390 if (ODD(byte_count)) {
456 * at odd byte boundaries. Some compilers will align struct fields at even
460 * here. Note this code would fail if the hardware did not allow odd-byte
  /external/qemu/distrib/jpeg-6b/
jmemdos.c 329 #define ODD(X) (((X) & 1L) != 0)
341 /* The XMS driver can't cope with an odd length, so handle the last byte
342 * specially if byte_count is odd. We don't expect this to be common.
357 if (ODD(byte_count)) {
374 /* The XMS driver can't cope with an odd length, so handle the last byte
375 * specially if byte_count is odd. We don't expect this to be common.
390 if (ODD(byte_count)) {
456 * at odd byte boundaries. Some compilers will align struct fields at even
460 * here. Note this code would fail if the hardware did not allow odd-byte

Completed in 1694 milliseconds