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

  /system/core/libpixelflinger/arch-arm64/
t32cb16blend.S 41 * pixels, with the even one in the low-16 bits, and the odd one in the
48 * \ODD is either 0 or 1 and indicates if we're blending the lower or
56 .macro pixel, DREG, SRC, FB, ODD
66 .if \ODD //Blending odd pixel present in top 16 bits of DREG register
  /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
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 63 ODD {
427 alignment = Alignment.ODD;
    [all...]
  /prebuilts/sdk/tools/darwin/lib/
dx.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 180 milliseconds