OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Mar 04 15:26:31 UTC 2026