Home
last modified time | relevance | path

Searched defs:tableSize (Results 1 – 20 of 20) sorted by relevance

/third_party/gptfdisk/
Dgptcl.h36 uint32_t tableSize; variable
Dgpt.cc1476 int sum, tableSize, allOK = 1; in DestroyGPT() local
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
DHuffman.java93 int tableSize = 1 << tableBits; in buildHuffmanTable() local
DDecode.java632 int tableSize = MAX_HUFFMAN_TABLE_SIZE[(alphabetSize + 31) >> 5]; in decodeContextMap() local
/third_party/mesa3d/src/util/
Dxmlconfig.h93 unsigned int tableSize; member
/third_party/skia/third_party/externals/icu/source/common/
Ducol_data.h79 uint32_t tableSize; member
/third_party/icu/icu4c/source/common/
Ducol_data.h79 uint32_t tableSize; member
/third_party/node/deps/icu-small/source/common/
Ducol_data.h79 uint32_t tableSize; member
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
DTagOffsetsTable.java255 int tableSize = TagOffsetRecordList.sizeOfListOfCount(serializedCount); in serializeFromBuilders() local
DOffsetRecordTable.java317 int tableSize = NumRecordList.sizeOfListOfCount(serializedCount); in serializeFromBuilders() local
/third_party/icu/icu4c/source/common/unicode/
Dutext.h1209 int32_t tableSize; member
/third_party/node/deps/icu-small/source/common/unicode/
Dutext.h1209 int32_t tableSize; member
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dutext.h1209 int32_t tableSize; member
/third_party/skia/src/ports/
DSkTypeface_mac_ct.cpp729 size_t tableSize = this->getTableSize(tableTags[tableIndex]); in onOpenStream() local
763 size_t tableSize = tableSizes[tableIndex]; in onOpenStream() local
/third_party/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs252 public void SetTableSize(UInt32 tableSize) { _tableSize = tableSize; } in SetTableSize()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
DFont.java537 int tableSize = table.serialize(fos); in serializeTables() local
/third_party/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java252 public void SetTableSize(int tableSize) { _tableSize = tableSize; } in SetTableSize()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dhttp_curl.c307 ASN1_INTEGER *tableSize; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dhttp_curl.c307 ASN1_INTEGER *tableSize; member
/third_party/lzma/C/
DLzmaEnc.c330 unsigned tableSize; member