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

/linux-master/scripts/gdb/linux/
H A Dradixtree.py21 long_type = utils.get_long_type()
22 return ((node.cast(long_type) & constants.LX_RADIX_TREE_ENTRY_MASK) == constants.LX_RADIX_TREE_INTERNAL_NODE)
25 long_type = utils.get_long_type()
27 indirect_ptr = node.cast(long_type) & ~constants.LX_RADIX_TREE_INTERNAL_NODE
H A Dutils.py37 long_type = CachedType("long") variable
53 global long_type
54 return long_type.get_type()

Completed in 120 milliseconds