Lines Matching +full:- +full:d
29 if value & (1 << (bits-1)):
30 value -= 1 << bits
96 varInit += (",%s(%d)\n" % (theMemberVar,theMemberId))
104 testInit += "this->addContainer(NULL);"
108 testInit += "this->addContainer(&%s);\n" % (theMemberVar)
153 … testInit += "this->addTest(%d,(Client::test)&%s::%s);\n" % (theId,theClass,theTestName)
177 newId = "static const int %s=%d;\n" % (p[0],i)
186 newId = "static const int %s=%d;\n" % (p[0],i)
201 defTestID = "static const int %s_%d=%d;\n" % (theTestName.upper(),theId,theId)
370 textFile.write("%d\n" % len(root.params.full))
375 textFile.write("%d\n" % len(root.patterns))
383 textFile.write("%d\n" % len(root.outputs))
391 textFile.write("%d\n" % len(root.parameters))
423 for d in c["INTS"]:
424 textFile.write(str(d))
462 f.write("%d,%d,%d,%d,%d,%d,%d,%d,\n" % (a[0],a[1],a[2],a[3],a[4],a[5],a[6],a[7]))
487 f.write("%d,%d,%d,%d,\n" % (a[0],a[1],a[2],a[3]))
508 f.write("%d,%d,\n" % (a[0],a[1]))
526 f.write("%d,\n" % (a[0]))
551 if k == "D":
593 if k == 'D':
604 pad = self._alignment*math.ceil(newOffset / self._alignment) - newOffset
619 if k == 'D':
627 #includeFile.write("%d,\n" % v)
671 pad = self._alignment*math.ceil(newOffset / self._alignment) - newOffset
824 for d in c["INTS"]:
825 self._write32(d,driverFile)