Searched refs:_size (Results 1 - 16 of 16) sorted by relevance

/external/zlib/contrib/dotzlib/DotZLib/
H A DCircularBuffer.cs23 private int _size; field in class:DotZLib.CircularBuffer
34 _size = 0;
37 public int Size { get { return _size; } }
47 _size += trueCount;
57 ++_size;
68 _size -= trueCount;
78 --_size;
/external/opencv/
H A DWLNonFileByteStream.h43 int _size; member in class:WLNonFileByteStream
H A DWLNonFileByteStream.cpp22 _size = 0;
58 _size = data_size;
148 return _size;
/external/harfbuzz/src/
H A Dharfbuzz-impl.h85 #define ALLOC(_ptr,_size) \
86 ( (_ptr) = _hb_alloc( _size, &error ), error != 0 )
/external/llvm/lib/Support/Windows/
H A DProcess.inc70 size += hinfo._size;
/external/webkit/Source/WebCore/inspector/front-end/
H A DApplicationCacheItemsView.js149 this._size = applicationCaches.size;
170 var totalSizeString = Number.bytesToString(this._size);
175 // WebInspector.UIString("(%s) Created: %s Updated: %s", this._size, this._creationTime, this._updateTime);
H A DHeapSnapshotView.js739 if (!this._size) {
740 this._size = 0;
742 this._size += this.children[i].size;
744 return this._size;
/external/qemu/target-i386/
H A Dhax-interface.h254 uint16_t _size; member in struct:hax_tunnel::__anon9782::__anon9783
H A Dhax-all.c564 ht->pio._size, ht->pio._count, vcpu->iobuf);
/external/dropbear/libtommath/
H A Dbn.tex514 Another less common initializer is mp\_init\_size() which allows the user to initialize an mp\_int with a given
518 \index{mp\_init\_size}
1716 \index{mp\_radix\_size}
1736 \index{mp\_unsigned\_bin\_size}
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c2379 vg_assert(di->sec##_size == shdr->sh_size); \
2393 di->sec##_debug_svma + di->sec##_size - 1); \
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc2671 OUTPUT->NAME##_count_ = INPUT.NAME##_size(); \
2672 AllocateArray(INPUT.NAME##_size(), &OUTPUT->NAME##s_); \
2673 for (int i = 0; i < INPUT.NAME##_size(); i++) { \
/external/dropbear/libtomcrypt/
H A Dcrypt.tex4004 The variable \textit{prng} is an active PRNG state and \textit{wprng} the index to the descriptor. \textit{group\_size} and
4005 \textit{modulus\_size} control the difficulty of forging a signature. Both parameters are in bytes. The larger the
4006 \textit{group\_size} the more difficult a forgery becomes upto a limit. The value of $group\_size$ is limited by
4007 $15 < group\_size < 1024$ and $modulus\_size - group\_size < 512$. Suggested values for the pairs are as follows.
4012 \hline \textbf{Bits of Security} & \textbf{group\_size} & \textbf{modulus\_size} \\
4033 \item $q$ a small prime of magnitude $256^{group\_size}
[all...]
/external/libxml2/
H A DHTMLparser.c1872 buffer##_size *= 2; \
1873 tmp = (xmlChar *) xmlRealloc(buffer, buffer##_size * sizeof(xmlChar)); \
H A Dparser.c2595 buffer##_size *= 2; \
2596 buffer##_size += n; \
2598 xmlRealloc(buffer, buffer##_size * sizeof(xmlChar)); \
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 297 milliseconds