Home
last modified time | relevance | path

Searched refs:BaseDistance (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/heimdal/lib/asn1/
H A Drfc2459.asn1318 BaseDistance ::= INTEGER -- (0..MAX) --
322 minimum [0] IMPLICIT -- BaseDistance -- INTEGER OPTIONAL -- DEFAULT 0 --,
323 maximum [1] IMPLICIT -- BaseDistance -- INTEGER OPTIONAL
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp756 uint64_t BaseDistance = in jumpDistance() local
761 return BaseDistance + BaseDistance / Jump->Flow; in jumpDistance()
762 return 2 * BaseDistance * (NumBlocks() + 1); in jumpDistance()