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

12

/external/gptfdisk/
H A Dgptcl.h37 uint32_t tableSize; member in class:GPTDataCL
H A Dgpt.cc1329 int sum, tableSize, allOK = 1; local
1345 tableSize = numParts * mainHeader.sizeOfPartitionEntries;
1346 emptyTable = new uint8_t[tableSize];
1351 memset(emptyTable, 0, tableSize);
1353 sum = myDisk.Write(emptyTable, tableSize);
1354 if (sum != tableSize) {
1362 sum = myDisk.Write(emptyTable, tableSize);
1363 if (sum != tableSize) {
/external/guava/guava/src/com/google/common/collect/
H A DHashing.java60 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) { argument
70 return size > loadFactor * tableSize && tableSize < MAX_TABLE_SIZE;
/external/mesa3d/src/mesa/drivers/dri/common/
H A Dxmlconfig.h76 GLuint tableSize; member in struct:driOptionCache
/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableSetTest.java196 private void verifyTableSize(int inputSize, int setSize, int tableSize) { argument
204 tableSize, ((RegularImmutableSet<Integer>) set).table.length);
/external/icu/icu4c/source/common/
H A Ducol_data.h77 uint32_t tableSize; member in struct:__anon5561
/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/icu/icu4c/source/common/unicode/
H A Dutext.h1224 int32_t tableSize; member in struct:UTextFuncs
/external/aac/libMpegTPDec/include/
H A Dtp_data.h312 UINT sf_index, tableSize=sizeof(SamplingRateTable)/sizeof(UINT); local
314 for (sf_index=0; sf_index<tableSize; sf_index++) {
318 if (sf_index>tableSize-1) {
319 return tableSize-1;
/external/aac/libMpegTPEnc/include/
H A Dtp_data.h312 UINT sf_index, tableSize=sizeof(SamplingRateTable)/sizeof(UINT); local
314 for (sf_index=0; sf_index<tableSize; sf_index++) {
318 if (sf_index>tableSize-1) {
319 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/lzma/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs252 public void SetTableSize(UInt32 tableSize) { _tableSize = tableSize; } argument
/external/lzma/Java/SevenZip/Compression/LZMA/
H A DEncoder.java252 public void SetTableSize(int tableSize) { _tableSize = tableSize; } argument
/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/wpa_supplicant_8/hostapd/src/utils/
H A Dhttp_curl.c296 ASN1_INTEGER *tableSize; member in union:__anon17345::__anon17346
370 ASN1_IMP(LogotypeImageResolution, d.tableSize, ASN1_INTEGER, 2)
/external/wpa_supplicant_8/src/utils/
H A Dhttp_curl.c296 ASN1_INTEGER *tableSize; member in union:__anon17590::__anon17591
370 ASN1_IMP(LogotypeImageResolution, d.tableSize, ASN1_INTEGER, 2)
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dhttp_curl.c296 ASN1_INTEGER *tableSize; member in union:__anon17833::__anon17834
370 ASN1_IMP(LogotypeImageResolution, d.tableSize, ASN1_INTEGER, 2)
/external/libpcap/msdos/
H A Dndis2.h238 WORD tableSize; member in struct:_CommonChars
290 WORD tableSize; member in struct:_MacChars
332 WORD tableSize; member in struct:_MacStatusTable
/external/lzma/C/
H A DLzmaEnc.c217 UInt32 tableSize; member in struct:__anon11527
781 LenEnc_SetPrices(&p->p, posState, p->tableSize, p->prices[posState], ProbPrices);
782 p->counters[posState] = p->tableSize;
2013 p->lenEnc.tableSize =
2014 p->repLenEnc.tableSize =
/external/skia/src/ports/
H A DSkFontHost_mac.cpp1705 size_t tableSize = this->getTableSize(tableTags[tableIndex]); local
1706 totalSize += (tableSize + 3) & ~3;
1707 *tableSizes.append() = tableSize;
1739 size_t tableSize = tableSizes[tableIndex]; local
1740 this->getTableData(tableTags[tableIndex], 0, tableSize, dataPtr);
1743 tableSize));
1745 entry->logicalLength = SkEndian_SwapBE32(SkToU32(tableSize));
1747 dataPtr += (tableSize + 3) & ~3;
/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 ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/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 ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 1247 milliseconds

12