Searched refs:INT_ALIGN (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Modules/_ctypes/ |
D | cfield.c | 1605 #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/ |
D | cfield.c | 1704 #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.c | 75 #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.c | 71 #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},
|