Searched refs:DOUBLE_ALIGN (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Modules/_ctypes/ |
D | cfield.c | 1607 #define DOUBLE_ALIGN (sizeof(s_double) - sizeof(double)) macro 1652 ffi_type ffi_type_double = { sizeof(double), DOUBLE_ALIGN, FFI_TYPE_DOUBLE };
|
/external/python/cpython2/Modules/_ctypes/ |
D | cfield.c | 1706 #define DOUBLE_ALIGN (sizeof(s_double) - sizeof(double)) macro 1753 ffi_type ffi_type_double = { sizeof(double), DOUBLE_ALIGN, FFI_TYPE_DOUBLE };
|
/external/python/cpython2/Modules/ |
D | _struct.c | 78 #define DOUBLE_ALIGN (sizeof(st_double) - sizeof(double)) macro 711 {'d', sizeof(double), DOUBLE_ALIGN, nu_double, np_double},
|
/external/python/cpython3/Modules/ |
D | _struct.c | 74 #define DOUBLE_ALIGN (sizeof(st_double) - sizeof(double)) macro 777 {'d', sizeof(double), DOUBLE_ALIGN, nu_double, np_double},
|