Searched refs:totalWidth (Results 1 – 4 of 4) sorted by relevance
41 totalWidth = 071 totalWidth += ebpfField.widthInBits()87 if totalWidth > 32:89 branch_on, totalWidth)151 totalWidth = tpl[1]153 minIndex, totalWidth, 0, program) # alignment is 0
183 double totalWidth = 0.0d; in getMetrics() local193 totalWidth += width; in getMetrics()195 int result = (int) (totalWidth / metrics.length / 10.0d + 0.499999d); in getMetrics()
454 totalWidth = self.canvas.winfo_width()455 width = int(self.fraction * float(totalWidth))462 self.text = self.canvas.create_text(totalWidth/2, height/2,
1097 uint32_t totalWidth = dwAccWidth.ValueOrDie(); in LoadCrossRefV5() local1112 dwCaculatedSize *= totalWidth; in LoadCrossRefV5()1118 const uint8_t* segstart = pData + segindex * totalWidth; in LoadCrossRefV5()1127 const uint8_t* entrystart = segstart + j * totalWidth; in LoadCrossRefV5()