Searched defs:max (Results 1 – 1 of 1) sorted by relevance
1464 const int32_t max = ( int32_t ) ( ( 1U << ( sat - 1U ) ) - 1U ); in __SSAT() local1492 const uint32_t max = ( ( 1U << sat ) - 1U ); in __USAT() local
Completed in 10 milliseconds