Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds