Searched refs:offset_ (Results 1 – 3 of 3) sorted by relevance
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/detail/ |
D | fp_traits.hpp | 209 std::memcpy(&a, reinterpret_cast<const unsigned char*>(&x) + offset_, 4); in get_bits() 214 std::memcpy(reinterpret_cast<unsigned char*>(&x) + offset_, &a, 4); in set_bits() 220 BOOST_STATIC_CONSTANT(int, offset_ = 0); 222 BOOST_STATIC_CONSTANT(int, offset_ = 4); 269 std::memcpy(&a, reinterpret_cast<const unsigned char*>(&x) + offset_, 4); in get_bits() 274 std::memcpy(reinterpret_cast<unsigned char*>(&x) + offset_, &a, 4); in set_bits() 280 BOOST_STATIC_CONSTANT(int, offset_ = 0); 282 BOOST_STATIC_CONSTANT(int, offset_ = 4); 376 std::memcpy(&a, reinterpret_cast<const unsigned char*>(&x) + offset_, 4); in get_bits() 381 std::memcpy(reinterpret_cast<unsigned char*>(&x) + offset_, &a, 4); in set_bits() [all …]
|
/ndk/sources/android/crazy_linker/src/ |
D | crazy_linker_system_mock.cpp | 165 MockFileHandle(MockFileEntry* entry) : entry_(entry), offset_(0) {} in MockFileHandle() 168 bool IsEof() const { return offset_ >= entry_->GetDataSize(); } in IsEof() 174 if (offset_ >= data_size || buffer_size == 0) in GetString() 178 char ch = data[offset_++]; in GetString() 195 size_t avail = data_size - offset_; in Read() 202 ::memcpy(buffer, data + offset_, buffer_size); in Read() 203 offset_ += buffer_size; in Read() 222 offset_ = static_cast<size_t>(offset); in SeekTo() 229 if (offset_ >= data_size) { in Map() 241 size_t avail = data_size - offset_; in Map() [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
D | advance.hpp | 39 typedef typename if_< backward_, negate<N>, N >::type offset_; typedef 43 , aux::advance_backward< BOOST_MPL_AUX_VALUE_WKND(offset_)::value > 44 , aux::advance_forward< BOOST_MPL_AUX_VALUE_WKND(offset_)::value >
|