Searched defs:tableSize (Results 1 - 23 of 23) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
H A DBloomFilter.h42 static const size_t tableSize = 1 << keyBits; member in class:WTF::BloomFilter
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/
H A DVisitedLinkProvider.cpp97 unsigned tableSize = nextPowerOf2(keyCount * VisitedLinkTableMaxLoad); local
101 if (tableSize < minimumTableSize)
104 return tableSize;
/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableSetTest.java154 private void verifyTableSize(int inputSize, int setSize, int tableSize) { argument
162 tableSize, ((RegularImmutableSet<Integer>) set).table.length);
/external/webkit/Source/WebKit/chromium/src/gtk/
H A DWebInputEventFactory.cpp260 const int tableSize = sizeof(hardwareCodeToGDKKeyval) / sizeof(hardwareCodeToGDKKeyval[0]); local
261 if (event->hardware_keycode < tableSize) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
H A DConfigTab.java83 Point tableOrigin, tableSize; field in class:ConfigTab
/external/icu4c/common/unicode/
H A Dutext.h1363 int32_t tableSize; member in struct:UTextFuncs
/external/skia/src/ports/
H A DSkHarfBuzzFont.cpp171 const size_t tableSize = SkFontHost::GetTableSize(uniqueID, tag); local
172 if (!tableSize) {
177 *len = tableSize;
181 if (*len < tableSize) {
185 SkFontHost::GetTableData(uniqueID, tag, 0, tableSize, buffer);
H A DSkFontHost_mac_coretext.cpp1765 size_t tableSize = GetTableSize(uniqueID, tableTags[index]); local
1766 totalSize += (tableSize + 3) & ~3;
1767 *tableSizes.append() = tableSize;
1799 size_t tableSize = tableSizes[index]; local
1800 GetTableData(uniqueID, tableTags[index], 0, tableSize, dataPtr);
1803 (uint32_t*)dataPtr, tableSize));
1805 entry->fLength = SkEndian_SwapBE32(tableSize);
1806 dataPtr += (tableSize + 3) & ~3;
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DHarfbuzzSkia.cpp206 const size_t tableSize = SkFontHost::GetTableSize(font->uniqueID(), tag); local
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/
H A DHarfbuzzSkia.cpp223 const size_t tableSize = SkFontHost::GetTableSize(font->uniqueID(), tag); local
224 if (!tableSize)
228 *len = tableSize;
232 if (*len < tableSize)
234 SkFontHost::GetTableData(font->uniqueID(), tag, 0, tableSize, buffer);
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
H A DSDL_macwm.c91 short tableSize, dataWidth; local
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; local
291 tableSize = sizeof (GammaTbl) + (channels * entries * dataWidth);
292 pTableGammaOut = (GammaTblPtr) NewPtrClear (tableSize); /* allocate new tabel */
/external/aac/libMpegTPDec/include/
H A Dtp_data.h309 UINT sf_index, tableSize=sizeof(SamplingRateTable)/sizeof(UINT); local
311 for (sf_index=0; sf_index<tableSize; sf_index++) {
315 if (sf_index>tableSize-1) {
316 return tableSize-1;
/external/aac/libMpegTPEnc/include/
H A Dtp_data.h309 UINT sf_index, tableSize=sizeof(SamplingRateTable)/sizeof(UINT); local
311 for (sf_index=0; sf_index<tableSize; sf_index++) {
315 if (sf_index>tableSize-1) {
316 return tableSize-1;
/external/javassist/src/main/javassist/bytecode/
H A DCodeIterator.java1486 int bytecodeSize = 5 + (3 - (orgPos & 3)) + tableSize();
1502 abstract int tableSize(); method in class:CodeIterator.Switcher
1545 int tableSize() { return 8 + 4 * offsets.length; } method in class:CodeIterator.Table
1569 int tableSize() { return 4 + 8 * matches.length; } method in class:CodeIterator.Lookup
/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg.cpp1693 int tableSize = 16 + (is_ac_tab ? 162 : 12); local
1696 lowstrm.PutWord( 3 + tableSize ); // define one huffman table
1698 lowstrm.PutBytes( htable, tableSize ); // put table
/external/icu4c/i18n/
H A Ducol_imp.h158 * uint32_t tableSize; - length of inverse table (number of uint32_t[3] rows)
970 uint32_t tableSize; member in struct:__anon5360
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...

Completed in 683 milliseconds