Home
last modified time | relevance | path

Searched refs:offset_ (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/detail/math/detail/
H A Dfp_traits.hpp127 memcpy(&a, reinterpret_cast<const unsigned char*>(&x) + offset_, 4); in get_bits()
132 memcpy(reinterpret_cast<unsigned char*>(&x) + offset_, &a, 4); in set_bits()
136 static size_t offset_; member
146 template<class T, class U> size_t fp_traits_impl<T,U>::offset_; member in boost::spirit::math::detail::fp_traits_impl<T,U>
173 offset_ = k; in do_init_()
181 offset_ = k; in do_init_()
202 offset_ = k; in do_init_()
210 offset_ = k; in do_init_()
263 memcpy(&a, reinterpret_cast<const unsigned char*>(&x) + offset_, 4); in get_bits()
268 memcpy(reinterpret_cast<unsigned char*>(&x) + offset_, &a, 4); in set_bits()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/detail/
H A Dfp_traits.hpp209 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);
383 std::memcpy(&a, reinterpret_cast<const unsigned char*>(&x) + offset_, 4); in get_bits()
388 std::memcpy(reinterpret_cast<unsigned char*>(&x) + offset_, &a, 4); in set_bits()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/error/
H A Derror.h109 ParseResult() : code_(kParseErrorNone), offset_(0) {} in ParseResult()
111 ParseResult(ParseErrorCode code, size_t offset) : code_(code), offset_(offset) {} in ParseResult()
116 size_t Offset() const { return offset_; } in Offset()
130 void Set(ParseErrorCode code, size_t offset = 0) { code_ = code; offset_ = offset; }
134 size_t offset_; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dadvance.hpp39 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 >
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeocodemodel.cpp120 address_(0), limit_(-1), offset_(0) in QDeclarativeGeocodeModel()
198 reply_ = geocodingManager->geocode(searchString_, limit_, offset_, boundingArea_); in update()
586 return offset_; in offset()
591 if (offset == offset_) in setOffset()
593 offset_ = offset; in setOffset()
H A Dqdeclarativegeocodemodel_p.h202 int offset_; variable
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Derror_diag.h112 int offset_; // offset. variable
H A Derror_diag.cc224 error->offset_ = offset; in AddHDDMiscompareError()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00debug.c419 unsigned int index = intf->offset_##__name; \
451 unsigned int index = intf->offset_##__name; \
672 &(__intf)->offset_##__name); \ in rt2x00debug_register()
/OK3568_Linux_fs/kernel/lib/zstd/
H A Dzstd_opt.h200 #define SET_PRICE(pos, mlen_, offset_, litlen_, price_) \ argument
207 opt[pos].off = offset_; \