Searched refs:INT_ALIGN (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Modules/_ctypes/ |
D | cfield.c | 1571 #define INT_ALIGN (sizeof(s_int) - sizeof(int)) macro 1611 ffi_type ffi_type_uint32 = { 4, INT_ALIGN, FFI_TYPE_UINT32 }; 1612 ffi_type ffi_type_sint32 = { 4, INT_ALIGN, FFI_TYPE_SINT32 };
|
/third_party/python/Modules/ |
D | _struct.c | 84 #define INT_ALIGN (sizeof(st_int) - sizeof(int)) macro 788 {'i', sizeof(int), INT_ALIGN, nu_int, np_int}, 789 {'I', sizeof(int), INT_ALIGN, nu_uint, np_uint},
|