Searched defs:_Size (Results 1 - 4 of 4) sorted by relevance

/external/srec/portable/include/
H A Dpmalloc.h61 psize_t _Size; /* CELL_OFF <= SIZE_CELL <= _Size */ member in struct:_Cell
/external/stlport/stlport/stl/
H A D_string_sum.h48 _CStr(__cstr), _Size(__size) {}
52 size_t size() const { return _Size; }
58 size_t _Size; member in struct:__cstr_wrapper
H A D_algo.c969 template <class _RandomAccessIter, class _Tp, class _Size, class _Compare> variable
972 _Size __depth_limit, _Compare __comp) {
/external/llvm/include/llvm/MC/
H A DMCAssembler.h406 MCFillFragment(int64_t _Value, unsigned _ValueSize, uint64_t _Size, argument
409 Value(_Value), ValueSize(_ValueSize), Size(_Size) {

Completed in 801 milliseconds