Home
last modified time | relevance | path

Searched refs:_check_size (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/ctypes/
D__init__.py142 def _check_size(typ, typecode=None): function
161 _check_size(py_object, "P")
165 _check_size(c_short)
169 _check_size(c_ushort)
173 _check_size(c_long)
177 _check_size(c_ulong)
186 _check_size(c_int)
190 _check_size(c_uint)
194 _check_size(c_float)
198 _check_size(c_double)
[all …]
/external/python/cpython2/Lib/ctypes/
D__init__.py144 def _check_size(typ, typecode=None): function
163 _check_size(py_object, "P")
167 _check_size(c_short)
171 _check_size(c_ushort)
175 _check_size(c_long)
179 _check_size(c_ulong)
188 _check_size(c_int)
192 _check_size(c_uint)
196 _check_size(c_float)
200 _check_size(c_double)
[all …]
/external/llvm-project/lld/test/MachO/
Dcommon-symbol-coalescing.s38 # SMALLER-ALIGNMENT-DAG: [[#COMMON_START]] g O __DATA,__common _check_size
46 # LARGER-ALIGNMENT-DAG: [[#COMMON_START]] g O __DATA,__common _check_size
53 _check_size label
58 .comm _check_size, 1, 1
62 .comm _check_size, 2, 1
66 .comm _check_size, 2, 1
71 .comm _check_size, 2, 1
77 .comm _check_size, 2, 1