HomeSort by relevance Sort by last modified time
    Searched refs:_Size (Results 1 - 11 of 11) sorted by null

  /external/opencore/fileformats/mp3/parser/include/
mp3utils.h 48 _Size = 0;
63 _Size = a._Size;
72 _Size = 0;
89 _Size = a._Size;
98 int32 _Size;
  /external/srec/portable/src/
pmalloc.c 247 passert(SIZE_CELL <= p->_Size);
278 total_free += q->_Size;
282 passert(_PTR_NORM((char *)q + q->_Size) <=
305 if (size <= (*qb)->_Size)
311 if (size <= (*qb)->_Size)
316 if (size <= (*qb)->_Size)
332 q->_Size = bs;
333 _UPD_Altab(q->_Size, q->_Size, 0); /* heap=alloc+free */
361 if (q->_Size - SIZE_CELL < size
    [all...]
  /external/stlport/stlport/stl/
_uninitialized.h 159 template <class _InputIter, class _Size, class _ForwardIter>
162 __ucopy_n(_InputIter __first, _Size __count, _ForwardIter __result,
175 template <class _InputIter, class _Size, class _ForwardIterator>
177 __ucopy_n(_InputIter __first, _Size __count,
182 template <class _InputIter, class _Size, class _ForwardIterator>
184 __ucopy_n(_InputIter __first, _Size __count,
190 template <class _RandomAccessIter, class _Size, class _ForwardIter>
192 __ucopy_n(_RandomAccessIter __first, _Size __count, _ForwardIter __result,
199 template <class _InputIter, class _Size, class _ForwardIter>
201 __ucopy_n(_InputIter __first, _Size __count, _ForwardIter __result
    [all...]
_algobase.h 375 template <class _InputIter, class _Size, class _OutputIter>
377 __copy_n(_InputIter __first, _Size __count, _OutputIter __result,
387 template <class _RAIter, class _Size, class _OutputIter>
389 __copy_n(_RAIter __first, _Size __count, _OutputIter __result,
397 template <class _InputIter, class _Size, class _OutputIter>
399 copy_n(_InputIter __first, _Size __count, _OutputIter __result) {
476 template <class _OutputIter, class _Size, class _Tp>
478 _OutputIter __fill_n(_OutputIter __first, _Size __n, const _Tp& __val) {
486 template <class _Size>
487 inline unsigned char* __fill_n(unsigned char* __first, _Size __n
    [all...]
_valarray.c 66 template <class _Size>
67 bool _Gslice_Iter_tmpl<_Size>::_M_incr() {
_algo.h 104 template <class _InputIter, class _Tp, class _Size>
106 count(_InputIter __first, _InputIter __last, const _Tp& __val, _Size& __n) {
113 template <class _InputIter, class _Predicate, class _Size>
115 count_if(_InputIter __first, _InputIter __last, _Predicate __pred, _Size& __n) {
228 template <class _OutputIter, class _Size, class _Generator>
230 generate_n(_OutputIter __first, _Size __n, _Generator __gen) {
408 template <class _Size>
409 inline _Size __lg(_Size __n) {
410 _Size __k
    [all...]
_string_sum.h 48 _CStr(__cstr), _Size(__size) {}
52 size_t size() const { return _Size; }
58 size_t _Size;
_valarray.h     [all...]
_algo.c     [all...]
  /external/srec/portable/include/
pmalloc.h 61 psize_t _Size; /* CELL_OFF <= SIZE_CELL <= _Size */
  /external/icu4c/common/unicode/
utypes.h 536 _Ret_bytecap_(_Size)
    [all...]

Completed in 217 milliseconds