Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
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