/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/ |
H A D | Huffman.java | 93 int tableSize = 1 << tableBits; in buildHuffmanTable() 94 int totalSize = tableSize; in buildHuffmanTable() 109 replicateValue(tableGroup, tableOffset + key, step, tableSize, in buildHuffmanTable() 122 currentOffset += tableSize; in buildHuffmanTable() 124 tableSize = 1 << tableBits; in buildHuffmanTable() 125 totalSize += tableSize; in buildHuffmanTable() 130 replicateValue(tableGroup, currentOffset + (key >> rootBits), step, tableSize, in buildHuffmanTable()
|
H A D | Decode.java | 632 int tableSize = MAX_HUFFMAN_TABLE_SIZE[(alphabetSize + 31) >> 5]; in decodeContextMap() 634 int[] table = new int[tableSize + 1]; in decodeContextMap()
|
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/ |
H A D | Huffman.cs | 104 int tableSize = 1 << tableBits;
in BuildHuffmanTable() 105 int totalSize = tableSize;
in BuildHuffmanTable() 122 ReplicateValue(rootTable, tableOffset + key, step, tableSize, len << 16 | sorted[symbol++]);
in BuildHuffmanTable() 136 currentOffset += tableSize;
in BuildHuffmanTable() 138 tableSize = 1 << tableBits;
in BuildHuffmanTable() 139 totalSize += tableSize;
in BuildHuffmanTable() 143 ReplicateValue(rootTable, currentOffset + (key >> rootBits), step, tableSize, (len - rootBits) << 16 | sorted[symbol++]);
in BuildHuffmanTable()
|
/third_party/mesa3d/src/util/ |
H A D | xmlconfig.c | 262 uint32_t size = 1 << cache->tableSize, mask = size - 1; in findOption() 270 hash = (hash >> (16-cache->tableSize/2)) & mask; in findOption() 323 info->tableSize = 7; in driParseOptionInfo() 324 info->info = calloc((size_t)1 << info->tableSize, sizeof(driOptionInfo)); in driParseOptionInfo() 325 info->values = calloc((size_t)1 << info->tableSize, sizeof(driOptionValue)); in driParseOptionInfo() 1147 unsigned i, size = 1 << info->tableSize; in initOptionCache() 1149 cache->tableSize = info->tableSize; in initOptionCache() 1150 cache->values = malloc(((size_t)1 << info->tableSize) * sizeof(driOptionValue)); in initOptionCache() 1156 ((size_t)1 << info->tableSize) * sizeo in initOptionCache() [all...] |
H A D | xmlconfig.h | 93 unsigned int tableSize; member 180 for (int i = 0; i < 1 << cache->tableSize; i++) { in driComputeOptionsSha1()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | RBBITableBuilder.java | 1148 int tableSize; in exportTable() 1150 tableSize = (getTableSize() - RBBIDataWrapper.RBBIStateTable.fHeaderSize); // fTable length in bytes. in exportTable() 1151 table.fTable = new char[tableSize]; in exportTable() 1154 tableSize = (getTableSize() - RBBIDataWrapper.RBBIStateTable.fHeaderSize) / 2; // fTable length in shorts. in exportTable() 1155 table.fTable = new char[tableSize]; in exportTable() 1313 // TODO: tableSize is basically numStates * numCharCategories, in exportSafeTable() 1315 int tableSize = (getSafeTableSize() - RBBIDataWrapper.RBBIStateTable.fHeaderSize); // fTable length in bytes. in exportSafeTable() 1318 table.fTable = new char[tableSize]; in exportSafeTable() 1321 tableSize /= 2; // fTable length in shorts. in exportSafeTable() 1322 table.fTable = new char[tableSize]; in exportSafeTable() [all...] |
/third_party/skia/src/ports/ |
H A D | SkTypeface_mac_ct.cpp | 729 size_t tableSize = this->getTableSize(tableTags[tableIndex]); 730 totalSize += (tableSize + 3) & ~3; 731 *tableSizes.append() = tableSize; 763 size_t tableSize = tableSizes[tableIndex]; 764 this->getTableData(tableTags[tableIndex], 0, tableSize, dataPtr); 767 tableSize)); 769 entry->logicalLength = SkEndian_SwapBE32(SkToU32(tableSize)); 771 dataPtr += (tableSize + 3) & ~3;
|
/third_party/gptfdisk/ |
H A D | gptcl.h | 36 uint32_t tableSize; member in GPTDataCL
|
H A D | gptcl.cc | 37 tableSize = GPT_SIZE; in GPTDataCL() 111 {"resize-table", 'S', POPT_ARG_INT, &tableSize, 'S', "resize partition table", "numparts"}, in DoOptions() 394 if (SetGPTSize(tableSize) == 0) in DoOptions()
|
H A D | gpt.cc | 1486 int sum, tableSize, allOK = 1; in DestroyGPT() local 1502 tableSize = numParts * mainHeader.sizeOfPartitionEntries; in DestroyGPT() 1503 emptyTable = new uint8_t[tableSize]; in DestroyGPT() 1508 memset(emptyTable, 0, tableSize); in DestroyGPT() 1510 sum = myDisk.Write(emptyTable, tableSize); in DestroyGPT() 1511 if (sum != tableSize) { in DestroyGPT() 1519 sum = myDisk.Write(emptyTable, tableSize); in DestroyGPT() 1520 if (sum != tableSize) { in DestroyGPT()
|
/third_party/icu/icu4c/source/common/ |
H A D | ucol_data.h | 79 uint32_t tableSize; member
|
H A D | ucol_swp.cpp | 595 header.tableSize= ds->readUInt32(inHeader->tableSize); in ucol_swapInverseUCA() 603 /* swap the inverse table; tableSize counts uint32_t[3] rows */ in ucol_swapInverseUCA() 604 ds->swapArray32(ds, inBytes+header.table, header.tableSize*3*4, in ucol_swapInverseUCA()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucol_data.h | 79 uint32_t tableSize; member
|
H A D | ucol_swp.cpp | 595 header.tableSize= ds->readUInt32(inHeader->tableSize); in ucol_swapInverseUCA() 603 /* swap the inverse table; tableSize counts uint32_t[3] rows */ in ucol_swapInverseUCA() 604 ds->swapArray32(ds, inBytes+header.table, header.tableSize*3*4, in ucol_swapInverseUCA()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucol_data.h | 79 uint32_t tableSize; member
|
H A D | ucol_swp.cpp | 595 header.tableSize= ds->readUInt32(inHeader->tableSize); in ucol_swapInverseUCA() 603 /* swap the inverse table; tableSize counts uint32_t[3] rows */ in ucol_swapInverseUCA() 604 ds->swapArray32(ds, inBytes+header.table, header.tableSize*3*4, in ucol_swapInverseUCA()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
H A D | OffsetRecordTable.java | 317 int tableSize = NumRecordList.sizeOfListOfCount(serializedCount); in serializeFromBuilders() 320 int subTableFillPos = tableSize; in serializeFromBuilders()
|
H A D | TagOffsetsTable.java | 255 int tableSize = TagOffsetRecordList.sizeOfListOfCount(serializedCount); in serializeFromBuilders() 258 int subTableFillPos = tableSize; in serializeFromBuilders()
|
/third_party/skia/third_party/externals/brotli/js/ |
H A D | decode.js | 576 var /** number */ tableSize = MAX_HUFFMAN_TABLE_SIZE[(alphabetSize + 31) >> 5]; 577 var /** !Int32Array */ table = new Int32Array(tableSize + 1); 1486 var /** number */ tableSize = 1 << tableBits; 1487 var /** number */ totalSize = tableSize; 1498 replicateValue(tableGroup, tableOffset + key, step, tableSize, len << 16 | sorted[symbol++]); 1508 currentOffset += tableSize; 1510 tableSize = 1 << tableBits; 1511 totalSize += tableSize; 1515 replicateValue(tableGroup, currentOffset + (key >> rootBits), step, tableSize, (len - rootBits) << 16 | sorted[symbol++]);
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/ |
H A D | Font.java | 537 int tableSize = table.serialize(fos); in serializeTables() 538 int fillerSize = ((tableSize + 3) & ~3) - tableSize; in serializeTables()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | RBBITableBuilder.java | 1133 int tableSize = (getTableSize() - 16) / 2; // fTable length in shorts. in exportTable() 1134 table.fTable = new short[tableSize]; in exportTable() 1278 // TODO: tableSize is basically numStates * numCharCategories, in exportSafeTable() 1280 int tableSize = (getSafeTableSize() - 16) / 2; // fTable length in shorts. in exportSafeTable() 1281 table.fTable = new short[tableSize]; in exportSafeTable()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | utext.h | 1209 int32_t tableSize; member
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | utext.h | 1209 int32_t tableSize; member
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | utext.h | 1209 int32_t tableSize; member
|
/third_party/skia/third_party/externals/brotli/research/ |
H A D | brotlidump.py | 1739 tableSize = mapSize*self.numberOfBlockTypes[kind] 1741 while len(cmap)<tableSize: 1746 assert len(cmap)==tableSize
|