Home
last modified time | relevance | path

Searched refs:SF_PACKED (Results 1 – 3 of 3) sorted by relevance

/external/python/cffi/c/
Drealize_c_type.c767 sflags |= SF_PACKED; in do_realize_lazy_struct()
D_cffi_backend.c4817 #define SF_PACKED 0x08 macro
4895 if (sflags & SF_PACKED) in b_complete_struct_or_union()
4900 sflags |= SF_PACKED; in b_complete_struct_or_union()
5114 if ((sflags & SF_PACKED) && in b_complete_struct_or_union()
Dtest_c.py3329 SF_PACKED = 0x08 variable
3566 for extra_args in [(SF_PACKED,), (0, 1)]:
3621 None, -1, -1, SF_PACKED)