Home
last modified time | relevance | path

Searched refs:INT_ALIGN (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Modules/_ctypes/
Dcfield.c1605 #define INT_ALIGN (sizeof(s_int) - sizeof(int)) macro
1645 ffi_type ffi_type_uint32 = { 4, INT_ALIGN, FFI_TYPE_UINT32 };
1646 ffi_type ffi_type_sint32 = { 4, INT_ALIGN, FFI_TYPE_SINT32 };
/external/python/cpython2/Modules/_ctypes/
Dcfield.c1704 #define INT_ALIGN (sizeof(s_int) - sizeof(int)) macro
1746 ffi_type ffi_type_uint32 = { 4, INT_ALIGN, FFI_TYPE_UINT32 };
1747 ffi_type ffi_type_sint32 = { 4, INT_ALIGN, FFI_TYPE_SINT32 };
/external/python/cpython2/Modules/
D_struct.c75 #define INT_ALIGN (sizeof(st_int) - sizeof(int)) macro
701 {'i', sizeof(int), INT_ALIGN, nu_int, np_int},
702 {'I', sizeof(int), INT_ALIGN, nu_uint, np_uint},
/external/python/cpython3/Modules/
D_struct.c71 #define INT_ALIGN (sizeof(st_int) - sizeof(int)) macro
766 {'i', sizeof(int), INT_ALIGN, nu_int, np_int},
767 {'I', sizeof(int), INT_ALIGN, nu_uint, np_uint},