Searched defs:max (Results 1 – 12 of 12) sorted by relevance
51 CCPalPerfData_t max; member192 CCPalPerfData_t max; in CC_PalPerfDump() local
44 #define max( a , b ) ( ( (a) > (b) ) ? (a) : (b) ) macro
55 uint16_t max; /*!< list max number of elements */ member
80 void LIST_Init(list_handle_t list, uint32_t max) in LIST_Init()
30 #define max(a,b) (a) > (b) ? (a) : (b) macro
530 const int32_t max = (int32_t)((1U << (sat - 1U)) - 1U); in __SSAT() local555 const uint32_t max = ((1U << sat) - 1U); in __USAT() local
835 const int32_t max = (int32_t)((1U << (sat - 1U)) - 1U); in __SSAT() local853 const uint32_t max = ((1U << sat) - 1U); in __USAT() local
523 const int32_t max = (int32_t)((1U << (sat - 1U)) - 1U); in __SSAT() local548 const uint32_t max = ((1U << sat) - 1U); in __USAT() local
711 const int32_t max = (int32_t)((1U << (sat - 1U)) - 1U); in __SSAT() local736 const uint32_t max = ((1U << sat) - 1U); in __USAT() local
20 #define max(a, b) ((a) > (b) ? (a) : (b)) macro
1792 static unsigned size_greater_than( size_t size, size_t max ) in size_greater_than()
89 …(typeof e=="object"){d=e;e=0}if(typeof d=="function"){d={onAfter:d}}if(f=="max"){f=9000000000}d=c.… function