Searched refs:int_2_uint (Results 1 – 2 of 2) sorted by relevance
11 static uint int_2_uint(void) { return (uint)123; } in int_2_uint() function
11 static uint int_2_uint(int a) { return (uint)a; } in int_2_uint() function