Home
last modified time | relevance | path

Searched refs:ucontext64 (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py2231 class ucontext64(Structure): class
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',

Completed in 4 milliseconds