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

/external/python/cpython2/Modules/_ctypes/
H A Dcfield.c1612 { 'l', l_set, l_get, &ffi_type_sint64, l_set_sw, l_get_sw},
1619 { 'q', q_set, q_get, &ffi_type_sint64, q_set_sw, q_get_sw},
1742 ffi_type ffi_type_sint64 = { 8, LONG_LONG_ALIGN, FFI_TYPE_SINT64 }; variable

Completed in 498 milliseconds