Home
last modified time | relevance | path

Searched refs:count_ (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/
H A Dbiginteger.h32 BigInteger(const BigInteger& rhs) : count_(rhs.count_) { in BigInteger()
33 std::memcpy(digits_, rhs.digits_, count_ * sizeof(Type)); in BigInteger()
36 explicit BigInteger(uint64_t u) : count_(1) { in BigInteger()
40 BigInteger(const char* decimals, size_t length) : count_(1) { in BigInteger()
58 count_ = rhs.count_;
59 std::memcpy(digits_, rhs.digits_, count_ * sizeof(Type));
66 count_ = 1;
73 for (size_t i = 0; i < count_ - 1; i++) {
81 if (digits_[count_ - 1] < backup)
93 for (size_t i = 0; i < count_; i++) {
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dfilereadstream.h44 …ufferSize_(bufferSize), bufferLast_(0), current_(buffer_), readCount_(0), count_(0), eof_(false) { in RAPIDJSON_DIAG_OFF()
52 size_t Tell() const { return count_ + static_cast<size_t>(current_ - buffer_); } in RAPIDJSON_DIAG_OFF()
70 count_ += readCount_; in RAPIDJSON_DIAG_OFF()
89 size_t count_; //!< Number of characters read in RAPIDJSON_DIAG_OFF() local
H A Distreamwrapper.h53 BasicIStreamWrapper(StreamType& stream) : stream_(stream), count_(), peekBuffer_() {} in RAPIDJSON_DIAG_OFF()
63 count_++; in RAPIDJSON_DIAG_OFF()
71 size_t Tell() const { return count_; } in RAPIDJSON_DIAG_OFF()
102 size_t count_; //!< Number of characters read. Note: in RAPIDJSON_DIAG_OFF() local
/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb-v2/
H A Ddvb_usb.h65 #define DVB_USB_STREAM_BULK(endpoint_, count_, size_) { \ argument
67 .count = count_, \
76 #define DVB_USB_STREAM_ISOC(endpoint_, count_, frames_, size_, interval_) { \ argument
78 .count = count_, \
/OK3568_Linux_fs/buildroot/package/libdrm/
H A D0002-modetest-Speed-up-dumping-info.patch57 for (i = 0; i < (int)(_res)->count_##type##s; ++i) { \
77 for (i = 0; i < (int)(_res)->count_##type##s; ++i) { \
93 for (i = 0; i < (int)(_res)->count_##type##s; ++i) { \
/OK3568_Linux_fs/kernel/drivers/staging/wfx/
H A Ddebug.c81 le32_to_cpu(counters[2].count_##name), \ in wfx_counters_show()
82 le32_to_cpu(counters[0].count_##name), \ in wfx_counters_show()
83 le32_to_cpu(counters[1].count_##name)) in wfx_counters_show()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aeis/
H A Dimu_service.cpp34 : imu_(imu), type_(type), data_(data), count_(count) { in EisImuData()
44 size_t EisImuData::GetCount() const { return count_; } in GetCount()
H A Dimu_service.h55 const size_t count_; variable
/OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/musl/
H A D0002-execinfo-implementation-is-glibc-specific.patch61 ProcessBacktrace(trace_, count_, prefix_string, &handler);