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

1 2

  /external/webkit/Source/JavaScriptCore/wtf/
BloomFilter.h 42 static const size_t tableSize = 1 << keyBits;
79 uint8_t m_table[tableSize];
110 memset(m_table, 0, tableSize);
117 for (size_t n = 0; n < tableSize; ++n) {
127 for (size_t n = 0; n < tableSize; ++n) {
  /external/webkit/Source/WebKit2/UIProcess/
VisitedLinkProvider.cpp 97 unsigned tableSize = nextPowerOf2(keyCount * VisitedLinkTableMaxLoad);
101 if (tableSize < minimumTableSize)
104 return tableSize;
  /bootable/recovery/minzip/
Hash.h 62 int tableSize; /* must be power of 2 */
108 return sizeof(HashTable) + pHashTable->tableSize * sizeof(HashEntry);
154 int lim = pIter->pHashTable->tableSize;
168 return (pIter->idx >= pIter->pHashTable->tableSize);
171 assert(pIter->idx >= 0 && pIter->idx < pIter->pHashTable->tableSize);
  /external/skia/legacy/src/ports/
SkHarfBuzzFont.cpp 171 const size_t tableSize = SkFontHost::GetTableSize(uniqueID, tag);
172 if (!tableSize) {
177 *len = tableSize;
181 if (*len < tableSize) {
185 SkFontHost::GetTableData(uniqueID, tag, 0, tableSize, buffer);
  /external/skia/src/ports/
SkHarfBuzzFont.cpp 171 const size_t tableSize = SkFontHost::GetTableSize(uniqueID, tag);
172 if (!tableSize) {
177 *len = tableSize;
181 if (*len < tableSize) {
185 SkFontHost::GetTableData(uniqueID, tag, 0, tableSize, buffer);
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
HarfbuzzSkia.cpp 206 const size_t tableSize = SkFontHost::GetTableSize(font->uniqueID(), tag);
207 if (!tableSize)
211 *len = tableSize;
215 if (*len < tableSize)
217 SkFontHost::GetTableData(font->uniqueID(), tag, 0, tableSize, buffer);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
HarfbuzzSkia.cpp 223 const size_t tableSize = SkFontHost::GetTableSize(font->uniqueID(), tag);
224 if (!tableSize)
228 *len = tableSize;
232 if (*len < tableSize)
234 SkFontHost::GetTableData(font->uniqueID(), tag, 0, tableSize, buffer);
  /external/webkit/Source/WebKit/chromium/src/gtk/
WebInputEventFactory.cpp 260 const int tableSize = sizeof(hardwareCodeToGDKKeyval) / sizeof(hardwareCodeToGDKKeyval[0]);
261 if (event->hardware_keycode < tableSize) {
  /dalvik/vm/
Hash.cpp 56 pHashTable->tableSize = dexRoundUpPower2(initialSize);
60 (HashEntry*) calloc(pHashTable->tableSize, sizeof(HashEntry));
78 for (i = 0; i < pHashTable->tableSize; i++, pEnt++) {
114 for (count = i = 0; i < pHashTable->tableSize; i++) {
144 for (i = 0; i < pHashTable->tableSize; i++) {
162 pHashTable->tableSize = newSize;
181 assert(pHashTable->tableSize > 0);
186 pEntry = &pHashTable->pEntries[itemHash & (pHashTable->tableSize-1)];
187 pEnd = &pHashTable->pEntries[pHashTable->tableSize];
200 if (pHashTable->tableSize == 1
    [all...]
Hash.h 74 int tableSize; /* must be power of 2 */
132 return sizeof(HashTable) + pHashTable->tableSize * sizeof(HashEntry);
189 int lim = pIter->pHashTable->tableSize;
203 return (pIter->idx >= pIter->pHashTable->tableSize);
206 assert(pIter->idx >= 0 && pIter->idx < pIter->pHashTable->tableSize);
  /external/guava/guava/src/com/google/common/collect/
ImmutableSet.java 161 int tableSize = chooseTableSize(elements.length);
162 Object[] table = new Object[tableSize];
163 int mask = tableSize - 1;
201 } else if (tableSize > 2 * chooseTableSize(uniqueElements.length)) {
RegularImmutableMap.java 52 int tableSize = chooseTableSize(size);
53 table = createEntryArray(tableSize);
54 mask = tableSize - 1;
81 int tableSize = Integer.highestOneBit(size) << 1;
82 checkArgument(tableSize > 0, "table too large: %s", size);
83 return tableSize;
  /external/icu4c/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 342 const int32_t tableSize =
345 for (int32_t i = 0; i < tableSize; ++i) {
  /frameworks/base/core/jni/android/graphics/
HarfBuzzNGFaceSkia.cpp 143 const size_t tableSize = SkFontHost::GetTableSize(uniqueID, tag);
144 if (!tableSize)
147 char* buffer = reinterpret_cast<char*>(malloc(tableSize));
150 size_t actualSize = SkFontHost::GetTableData(uniqueID, 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 200 int tableSize = table.size();
201 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/icu4c/common/unicode/
utext.h     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_macwm.c 91 short tableSize, dataWidth;
96 tableSize = sizeof (GammaTbl) + pTableGammaIn->gFormulaSize +
98 pTableGammaOut = (GammaTblPtr) NewPtr (tableSize); /* allocate new table */
100 BlockMove( (Ptr)pTableGammaIn, (Ptr)pTableGammaOut, tableSize); /* move everything */
288 short tableSize, dataWidth;
291 tableSize = sizeof (GammaTbl) + (channels * entries * dataWidth);
292 pTableGammaOut = (GammaTblPtr) NewPtrClear (tableSize); /* allocate new tabel */
  /frameworks/av/media/libstagefright/
AACWriter.cpp 215 const int tableSize =
219 for (int index = 0; index < tableSize; ++index) {
  /dalvik/vm/analysis/
DexVerify.cpp 351 u4 valueCount, valueWidth, tableSize;
380 tableSize = 4 + (valueWidth * valueCount + 1) / 2;
383 if (curOffset + offsetToArrayData + tableSize > insnCount) {
387 curOffset + offsetToArrayData + tableSize, insnCount);
609 u4 switchCount, tableSize;
650 tableSize = offsetToTargets + switchCount*2;
659 if (curOffset + offsetToSwitch + tableSize > (u4) insnCount) {
662 curOffset, offsetToSwitch, curOffset + offsetToSwitch + tableSize,
    [all...]
  /external/aac/libMpegTPDec/include/
tp_data.h 309 UINT sf_index, tableSize=sizeof(SamplingRateTable)/sizeof(UINT);
311 for (sf_index=0; sf_index<tableSize; sf_index++) {
315 if (sf_index>tableSize-1) {
316 return tableSize-1;
  /external/aac/libMpegTPEnc/include/
tp_data.h 309 UINT sf_index, tableSize=sizeof(SamplingRateTable)/sizeof(UINT);
311 for (sf_index=0; sf_index<tableSize; sf_index++) {
315 if (sf_index>tableSize-1) {
316 return tableSize-1;

Completed in 977 milliseconds

1 2