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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
bitmap_allocator.h 339 _Counter_type _M_data_offset;
342 _Ffit_finder() : _M_pbitmap(0), _M_data_offset(0)
368 _M_data_offset = __i;
385 { return _M_data_offset * size_t(bits_per_block); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
bitmap_allocator.h 339 _Counter_type _M_data_offset;
342 _Ffit_finder() : _M_pbitmap(0), _M_data_offset(0)
368 _M_data_offset = __i;
385 { return _M_data_offset * size_t(bits_per_block); }

Completed in 62 milliseconds