Home
last modified time | relevance | path

Searched defs:s_int (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/ctypes/test/
Dtest_pep3118.py117 s_int = {2: 'h', 4: 'i', 8: 'q'}[sizeof(c_int)] variable
129 s_int = s_long variable
/external/python/cpython3/Lib/ctypes/test/
Dtest_pep3118.py120 s_int = {2: 'h', 4: 'i', 8: 'q'}[sizeof(c_int)] variable
132 s_int = s_long variable
/external/mesa3d/src/compiler/glsl/
Ds_expression.h93 s_int(int x) : val(x) { } in s_int() function
/external/python/cpython2/Lib/test/
Dtest_re.py825 def s_int(scanner, token): return int(token) function
/external/python/cpython3/Lib/test/
Dtest_re.py1227 def s_int(scanner, token): return int(token) function
/external/python/cpython2/Modules/_ctypes/
Dcfield.c1691 typedef struct { char c; int x; } s_int; typedef
/external/python/cpython3/Modules/_ctypes/
Dcfield.c1592 typedef struct { char c; int x; } s_int; typedef