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

  /external/libopus/celt/
fixed_c5x.h 54 #undef MIN32
55 #define MIN32(a,b) _lmin(a,b)
arch.h 74 #define MIN32(a,b) ((a) < (b) ? (a) : (b)) /**< Minimum 32-bit value. */
  /toolchain/binutils/binutils-2.25/bfd/
elf32-d30v.c 29 #define MIN32 (- MAX32 - 1)
118 if (relocation > MAX32 || relocation < MIN32)
  /external/speex/libspeex/
arch.h 86 #define MIN32(a,b) ((a) < (b) ? (a) : (b)) /**< Maximum 32-bit value. */

Completed in 75 milliseconds