Home
last modified time | relevance | path

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

/u-boot/tools/dtoc/
A Dfdt.py127 def Widen(self, newprop): argument
150 if self.type.is_wider_than(newprop.type):
151 if self.type == Type.INT and newprop.type == Type.BYTE:
159 self.type = newprop.type
161 if type(newprop.value) == list and type(self.value) != list:
164 if type(self.value) == list and len(newprop.value) > len(self.value):
166 while len(self.value) < len(newprop.value):

Completed in 3 milliseconds