Home
last modified time | relevance | path

Searched refs:lhash_node_st (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.py731 class lhash_node_st(Structure): class
733 lhash_node_st._fields_ = [
735 ('next', POINTER(lhash_node_st)),
738 assert sizeof(lhash_node_st) == 12, sizeof(lhash_node_st)
739 assert alignment(lhash_node_st) == 4, alignment(lhash_node_st)
740 LHASH_NODE = lhash_node_st