Searched refs:long_2_int (Results 1 – 2 of 2) sorted by relevance
5 static int long_2_int(void) { return (int)123L; } in long_2_int() function
5 static int long_2_int(long a) { return (int)a; } in long_2_int() function