Home
last modified time | relevance | path

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

/external/openscreen/cast/streaming/
Dexpanded_value_base.h84 const FullWidthInteger short_max = in ExpandLessThanOrEqual() local
86 FullWidthInteger result = (value_ & ~short_max) | x; in ExpandLessThanOrEqual()
92 result -= short_max + 1; in ExpandLessThanOrEqual()