Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/ttLib/tables/
DE_B_L_C_.py81 curTable = curStrike.bitmapSizeTable
82 dummy, data = sstruct.unpack2(bitmapSizeTableFormatPart1, data, curTable)
85 vars(curTable)[metric] = metricObj
87 dummy, data = sstruct.unpack2(bitmapSizeTableFormatPart2, data, curTable)
90 curTable = curStrike.bitmapSizeTable
91 for subtableIndex in range(curTable.numberOfIndexSubTables):
92 lowerBound = curTable.indexSubTableArrayOffset + subtableIndex * indexSubTableArraySize
98 offsetToIndexSubTable = curTable.indexSubTableArrayOffset + additionalOffsetToIndexSubtable
158 curTable = curStrike.bitmapSizeTable
159 curTable.numberOfIndexSubTables = len(curStrike.indexSubTables)
[all …]
/external/iptables/iptables/
Diptables-xml.c87 static char curTable[XT_TABLE_MAXNAMELEN + 1]; variable
326 if (curTable[0]) in closeTable()
328 curTable[0] = 0; in closeTable()
336 strncpy(curTable, table, XT_TABLE_MAXNAMELEN); in openTable()
337 curTable[XT_TABLE_MAXNAMELEN] = '\0'; in openTable()
340 xmlAttrS("name", curTable); in openTable()
684 if ((strcmp(buffer, "COMMIT\n") == 0) && (curTable[0])) { in iptables_xml_main()
703 } else if ((buffer[0] == ':') && (curTable[0])) { in iptables_xml_main()
734 } else if (curTable[0]) { in iptables_xml_main()
845 newargc, curTable); in iptables_xml_main()
[all …]