Home
last modified time | relevance | path

Searched defs:upperBound (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/common/
H A Dattr_data.cpp79 AttrData::AttrData(uint32_t lowerBound, uint32_t upperBound) : type_(AttrDataType::ATTR_DATA_UINT32… in AttrData()
230 uint32_t AttrData::SetData(uint32_t lowerBound, uint32_t upperBound) in SetData()
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dparcel.cpp155 bool Parcel::IsReadObjectData(const size_t nextObj, const size_t upperBound) in IsReadObjectData()
666 size_t upperBound = readCursor_ + length; in ReadBuffer() local
775 size_t upperBound = readCursor_ + desireCapacity; in Read() local
820 size_t upperBound = readCursor_ + length; in ReadBuffer() local
837 size_t upperBound = readCursor_ + length; variable
854 size_t upperBound = readCursor_ + length; in ReadUnpadBuffer() local
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/framework/
H A Dcapability.cpp273 uint32_t upperBound = 0; in AnalyzeUint32Range() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dutils.h248 inline bool InRegion(double lowerBound, double upperBound, double destNum) in InRegion()