Home | History | Annotate | Download | only in lib

Lines Matching refs:orig

710  * Given the original bound strength 'orig' and the desired target strength 'target' (suggested by fst),
713 * @param orig original bound strength
717 static picoos_uint8 fstModifiedBoundStrength(picoos_uint8 orig, picoos_uint8 target)
719 switch (orig) {
732 return orig;
742 * @param orig original bound strength
747 static picoos_uint8 breakModifiedBoundStrength(picoos_uint8 orig, picoos_uint16 time, picoos_bool wasPrimary)
751 switch (orig) {
767 return orig;