Home
last modified time | relevance | path

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

/external/minijail/tools/
Darch.py32 return value & self.max_unsigned
40 def max_unsigned(self): member in Arch
Dparser_unittest.py132 self.arch.max_unsigned)
191 self.arch.max_unsigned)
194 self.arch.max_unsigned)
Dparser.py243 if single_constant > self._arch.max_unsigned: