Searched refs:ulong_2_int (Results 1 – 2 of 2) sorted by relevance
6 static int ulong_2_int(void) { return (int)123UL; } in ulong_2_int() function
6 static int ulong_2_int(ulong a) { return (int)a; } in ulong_2_int() function