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

  /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 6698 milliseconds