Home
last modified time | relevance | path

Searched refs:SIZE_OF_SHORT (Results 1 – 2 of 2) sorted by relevance

/external/python/cffi/testing/cffi1/
Dtest_new_ffi_1.py12 SIZE_OF_SHORT = ctypes.sizeof(ctypes.c_short) variable
298 3*SIZE_OF_SHORT)
489 SIZE_OF_INT + 2 * SIZE_OF_SHORT)
599 assert ffi.sizeof(ffi.cast("short", 123)) == SIZE_OF_SHORT
1223 p = ffi.new("char[]", ffi.sizeof("struct array0") + 7 * SIZE_OF_SHORT)
/external/python/cffi/testing/cffi0/
Dbackend_tests.py9 SIZE_OF_SHORT = ctypes.sizeof(ctypes.c_short) variable
232 3*SIZE_OF_SHORT)
433 SIZE_OF_INT + 2 * SIZE_OF_SHORT)
562 assert ffi.sizeof(ffi.cast("short", 123)) == SIZE_OF_SHORT
1266 p = ffi.new("char[]", ffi.sizeof("struct foo_s") + 7 * SIZE_OF_SHORT)