Searched defs:max (Results 1 – 13 of 13) 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
80 void LIST_Init(list_handle_t list, uint32_t max) in LIST_Init()
73 uint32_t max; /*!< list max number of elements */ member
30 #define max(a,b) (a) > (b) ? (a) : (b) macro
322 const int32_t max = (int32_t)((1U << (sat - 1U)) - 1U); in __SSAT() local348 const uint32_t max = ((1U << sat) - 1U); in __USAT() local
327 const int32_t max = (int32_t)((1U << (sat - 1U)) - 1U); in __SSAT() local353 const uint32_t max = ((1U << sat) - 1U); in __USAT() local
435 const int32_t max = (int32_t)((1U << (sat - 1U)) - 1U); in __SSAT() local461 const uint32_t max = ((1U << sat) - 1U); in __USAT() local
873 const int32_t max = (int32_t)((1U << (sat - 1U)) - 1U); in __SSAT() local891 const uint32_t max = ((1U << sat) - 1U); in __USAT() local
20 #define max(a, b) ((a) > (b) ? (a) : (b)) macro
1800 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