Home
last modified time | relevance | path

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

/external/bcc/src/cc/frontends/p4/compiler/
DebpfParser.py41 totalWidth = 0
71 totalWidth += ebpfField.widthInBits()
87 if totalWidth > 32:
89 branch_on, totalWidth)
151 totalWidth = tpl[1]
153 minIndex, totalWidth, 0, program) # alignment is 0
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateApproximateWidths.java183 double totalWidth = 0.0d; in getMetrics() local
193 totalWidth += width; in getMetrics()
195 int result = (int) (totalWidth / metrics.length / 10.0d + 0.499999d); in getMetrics()
/external/python/cpython3/Tools/unittestgui/
Dunittestgui.py454 totalWidth = self.canvas.winfo_width()
455 width = int(self.fraction * float(totalWidth))
462 self.text = self.canvas.create_text(totalWidth/2, height/2,
/external/pdfium/core/fpdfapi/parser/
Dcpdf_parser.cpp1097 uint32_t totalWidth = dwAccWidth.ValueOrDie(); in LoadCrossRefV5() local
1112 dwCaculatedSize *= totalWidth; in LoadCrossRefV5()
1118 const uint8_t* segstart = pData + segindex * totalWidth; in LoadCrossRefV5()
1127 const uint8_t* entrystart = segstart + j * totalWidth; in LoadCrossRefV5()