Home | History | Annotate | Download | only in data

Lines Matching refs:ucontext64

2231 class ucontext64(Structure):
2233 ucontext64._fields_ = [
2237 ('uc_link', POINTER(ucontext64)),
2241 assert sizeof(ucontext64) == 32, sizeof(ucontext64)
2242 assert alignment(ucontext64) == 4, alignment(ucontext64)
2243 __darwin_ucontext64_t = ucontext64
2620 'int_fast16_t', 'RC5_32_KEY', 'ucontext64', 'ASN1_INTEGER',