Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/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
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/external/executorch/runtime/core/portable_type/test/
H A Dscalar_test.cpp40 Scalar s_int(int_val); in TEST() local
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Ds_expression.h92 s_int(int x) : val(x) { } in s_int() function
/aosp_15_r20/external/pytorch/c10/util/
H A DNetworkFlow.cpp250 auto s_int = mapping[s]; in minimum_cut() local
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_re.py825 def s_int(scanner, token): return int(token) function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_re.py1429 def s_int(scanner, token): return int(token) function
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/
Dcfield.c1691 typedef struct { char c; int x; } s_int; typedef