HomeSort by relevance Sort by last modified time
    Searched defs:tableSize (Results 1 - 25 of 173) sorted by null

1 2 3 4 5 6 7

  /external/opencv3/3rdparty/openexr/Half/
eLut.cpp 88 const int tableSize = 1 << 9;
89 unsigned short eLut[tableSize];
99 for (int i = 0; i < tableSize; i++)
107 if (i < tableSize - 1)
  /frameworks/minikin/tests/
MinikinFontForTest.cpp 51 const size_t tableSize = mTypeface->getTableSize(tag);
52 *size = tableSize;
53 if (tableSize == 0) {
56 void* buf = malloc(tableSize);
60 mTypeface->getTableData(tag, 0, tableSize, buf);
  /external/guava/guava/src/com/google/common/collect/
Hashing.java 60 int tableSize = Integer.highestOneBit(expectedEntries);
62 if (expectedEntries > (int) (loadFactor * tableSize)) {
63 tableSize <<= 1;
64 return (tableSize > 0) ? tableSize : MAX_TABLE_SIZE;
66 return tableSize;
69 static boolean needsResizing(int size, int tableSize, double loadFactor) {
70 return size > loadFactor * tableSize && tableSize < MAX_TABLE_SIZE;
ImmutableSet.java 189 int tableSize = chooseTableSize(n);
190 Object[] table = new Object[tableSize];
191 int mask = tableSize - 1;
217 } else if (tableSize != chooseTableSize(uniques)) {
251 int tableSize = Integer.highestOneBit(setSize - 1) << 1;
252 while (tableSize * DESIRED_LOAD_FACTOR < setSize) {
253 tableSize <<= 1;
255 return tableSize;
RegularImmutableBiMap.java 56 int tableSize = Hashing.closedTableSize(n, MAX_LOAD_FACTOR);
57 this.mask = tableSize - 1;
58 ImmutableMapEntry<K, V>[] keyTable = createEntryArray(tableSize);
59 ImmutableMapEntry<K, V>[] valueTable = createEntryArray(tableSize);
105 int tableSize = Hashing.closedTableSize(n, MAX_LOAD_FACTOR);
106 this.mask = tableSize - 1;
107 ImmutableMapEntry<K, V>[] keyTable = createEntryArray(tableSize);
108 ImmutableMapEntry<K, V>[] valueTable = createEntryArray(tableSize);
RegularImmutableMap.java 55 int tableSize = Hashing.closedTableSize(size, MAX_LOAD_FACTOR);
56 table = createEntryArray(tableSize);
57 mask = tableSize - 1;
80 int tableSize = Hashing.closedTableSize(size, MAX_LOAD_FACTOR);
81 table = createEntryArray(tableSize);
82 mask = tableSize - 1;
HashBiMap.java 112 int tableSize = Hashing.closedTableSize(expectedSize, LOAD_FACTOR);
113 this.hashTableKToV = createTable(tableSize);
114 this.hashTableVToK = createTable(tableSize);
115 this.mask = tableSize - 1;
  /external/gptfdisk/
gptcl.h 37 uint32_t tableSize;
  /bootable/recovery/minzip/
Hash.h 66 int tableSize; /* must be power of 2 */
112 return sizeof(HashTable) + pHashTable->tableSize * sizeof(HashEntry);
158 int lim = pIter->pHashTable->tableSize;
172 return (pIter->idx >= pIter->pHashTable->tableSize);
175 assert(pIter->idx >= 0 && pIter->idx < pIter->pHashTable->tableSize);
  /external/guava/guava/src/com/google/common/base/
SmallCharMatcher.java 83 int tableSize = Integer.highestOneBit(setSize - 1) << 1;
84 while (tableSize * DESIRED_LOAD_FACTOR < setSize) {
85 tableSize <<= 1;
87 return tableSize;
  /external/mesa3d/src/mesa/drivers/dri/common/
xmlconfig.h 76 GLuint tableSize;
  /frameworks/base/libs/hwui/hwui/
MinikinSkia.cpp 73 const size_t tableSize = mTypeface->getTableSize(tag);
74 *size = tableSize;
75 if (tableSize == 0) {
78 void* buf = malloc(tableSize);
82 mTypeface->getTableData(tag, 0, tableSize, buf);
  /external/icu/icu4c/source/common/
ucol_data.h 77 uint32_t tableSize;
  /frameworks/av/media/libstagefright/codecs/aacenc/
AACEncoder.cpp 101 const int32_t tableSize = sizeof(kSampleRateTable) / sizeof(kSampleRateTable[0]);
102 for (int32_t i = 0; i < tableSize; ++i) {
SoftAACEncoder.cpp 370 const int32_t tableSize =
373 for (int32_t i = 0; i < tableSize; ++i) {
  /frameworks/base/core/jni/android/graphics/
HarfBuzzNGFaceSkia.cpp 143 const size_t tableSize = typeface->getTableSize(tag);
144 if (!tableSize)
147 char* buffer = reinterpret_cast<char*>(malloc(tableSize));
150 size_t actualSize = typeface->getTableData(tag, 0, tableSize, buffer);
151 if (tableSize != actualSize) {
156 return hb_blob_create(const_cast<char*>(buffer), tableSize,
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
CatchStructs.java 202 int tableSize = table.size();
203 for (int i = 0; i < tableSize; i++) {
  /dalvik/dx/src/com/android/dx/dex/file/
CatchStructs.java 199 int tableSize = table.size();
200 for (int i = 0; i < tableSize; i++) {
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
CatchStructs.java 200 int tableSize = table.size();
201 for (int i = 0; i < tableSize; i++) {
  /external/icu/icu4c/source/common/unicode/
utext.h     [all...]
  /external/tpm2/
CpriHash.c 136 UINT32 i, tableSize;
138 tableSize = sizeof(g_hashData) / sizeof(g_hashData[0]);
139 for(i = 0; i < tableSize - 1; i++)
144 return &g_hashData[tableSize-1];
    [all...]
  /frameworks/av/media/libstagefright/
AACWriter.cpp 200 const int tableSize =
204 for (int index = 0; index < tableSize; ++index) {
  /frameworks/minikin/libs/minikin/
CmapCoverage.cpp 188 const size_t tableSize = cmap_size - offset;
190 success = getCoverageFormat4(coverageVec, tableData, tableSize);
192 success = getCoverageFormat12(coverageVec, tableData, tableSize);
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
trie_map.cpp 428 const int tableSize = popCount(bitmapEntry.getBitmap());
429 if (tableSize <= 0) {
433 for (int i = 0; i < tableSize; ++i) {
  /external/aac/libMpegTPDec/include/
tp_data.h 312 UINT sf_index, tableSize=sizeof(SamplingRateTable)/sizeof(UINT);
314 for (sf_index=0; sf_index<tableSize; sf_index++) {
318 if (sf_index>tableSize-1) {
319 return tableSize-1;

Completed in 691 milliseconds

1 2 3 4 5 6 7