Home
last modified time | relevance | path

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

/third_party/python/Lib/ctypes/test/
Dtest_pep3118.py120 s_int = {2: 'h', 4: 'i', 8: 'q'}[sizeof(c_int)] variable
132 s_int = s_long variable
/third_party/mesa3d/src/compiler/glsl/
Ds_expression.h92 s_int(int x) : val(x) { } in s_int() function
/third_party/python/Lib/test/
Dtest_re.py1429 def s_int(scanner, token): return int(token) function