Searched refs:kSignExtendBShift (Results 1 – 1 of 1) sorted by relevance
941 const unsigned kSignExtendBShift = (sizeof(T) - 1) * 8; in ExtendValue() local956 value = (value << kSignExtendBShift) >> kSignExtendBShift; in ExtendValue()