HomeSort by: relevance | last modified time | path
    Searched defs:MAX_DISTANCE (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
lz4.c 316 #define MAX_DISTANCE ((1 << MAXD_LOG) - 1)
521 } while ((ref < ip - MAX_DISTANCE) || (A32(ref) != A32(ip)));
614 if ((ref > ip - (MAX_DISTANCE + 1)) && (A32(ref) == A32(ip))) {
  /src/external/gpl3/gcc/dist/gcc/
tree-predcom.cc 241 #define MAX_DISTANCE (target_avail_regs < 16 ? 4 : 8)
1601 || wi::leu_p (MAX_DISTANCE, a->offset - last_ofs))
  /src/external/gpl3/gcc.old/dist/gcc/
tree-predcom.cc 241 #define MAX_DISTANCE (target_avail_regs < 16 ? 4 : 8)
1570 || wi::leu_p (MAX_DISTANCE, a->offset - last_ofs))

Completed in 30 milliseconds