Searched refs:MATH_Rand16 (Results 1 – 2 of 2) sorted by relevance
101 x = (u16)MATH_Rand16(&rnd, HW_LCD_WIDTH); in NitroMain()102 y = (u16)MATH_Rand16(&rnd, HW_LCD_HEIGHT); in NitroMain()
123 static inline u16 MATH_Rand16(MATHRandContext16 *context, u16 max) in MATH_Rand16() function