Searched defs:s_int (Results 1 – 8 of 8) sorted by relevance
120 s_int = {2: 'h', 4: 'i', 8: 'q'}[sizeof(c_int)] variable132 s_int = s_long variable
117 s_int = {2: 'h', 4: 'i', 8: 'q'}[sizeof(c_int)] variable129 s_int = s_long variable
47 subroutine s_int(i) subroutine71 subroutine s_int(i) subroutine
92 s_int(int x) : val(x) { } in s_int() function
825 def s_int(scanner, token): return int(token) function
1263 def s_int(scanner, token): return int(token) function
1593 typedef struct { char c; int x; } s_int; typedef
1691 typedef struct { char c; int x; } s_int; typedef