Home
last modified time | relevance | path

Searched defs:s_int (Results 1 – 5 of 5) 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/boost/libs/convert/test/
Dstrtol_converter.cpp88 short const s_int = -123; in test_int_to_str() local
/third_party/python/Lib/test/
Dtest_re.py1264 def s_int(scanner, token): return int(token) function
/third_party/python/Modules/_ctypes/
Dcfield.c1558 typedef struct { char c; int x; } s_int; typedef