Lines Matching refs:temp
360 temp = element.get( "count" )
361 if not temp or temp == "?":
365 c = int(temp)
367 raise RuntimeError('Invalid count value "%s" for enum "%s" in function "%s" when an integer was expected.' % (temp, self.name, n))
411 temp = element.get( "variable_param" )
412 if temp:
413 self.count_parameter_list = temp.split( ' ' )
974 temp = [None for i in range(0, max_offset + 1)]
977 temp[ func.offset ] = func
982 if temp[i]:
983 list.append(temp[i])