Searched refs:maxPos (Results 1 - 3 of 3) sorted by relevance
/foundation/multimedia/audio_framework/services/audio_service/common/src/ |
H A D | oh_audio_buffer.cpp | 679 uint64_t maxPos = basePos + totalSizeInFrame_ + totalSizeInFrame_; 680 CHECK_AND_RETURN_RET_LOG((basePos <= posInFrame && posInFrame < maxPos), nullptr, "posInFrame %{public}" PRIu64" " 681 "out of range, basePos %{public}" PRIu64", maxPos %{public}" PRIu64".", posInFrame, basePos, maxPos);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_layout_algorithm.cpp | 1256 float maxPos = itemHeight * totalItemCount_ - spaceWidth_ - endPos; in FixPredictSnapOffsetAlignStart() local 1263 } else if (GreatNotEqual(predictEndPos, maxPos)) { in FixPredictSnapOffsetAlignStart() 1267 predictEndPos = maxPos; in FixPredictSnapOffsetAlignStart() 1278 } else if (GreatNotEqual(predictEndPos, maxPos)) { in FixPredictSnapOffsetAlignStart() 1279 predictEndPos = maxPos; in FixPredictSnapOffsetAlignStart() 1336 float maxPos = itemHeight * totalItemCount_ - spaceWidth_ - endPos; in FixPredictSnapOffsetAlignEnd() local 1343 } else if (GreatNotEqual(predictEndPos, maxPos)) { in FixPredictSnapOffsetAlignEnd() 1347 predictEndPos = maxPos; in FixPredictSnapOffsetAlignEnd() 1358 } else if (GreatNotEqual(predictEndPos, maxPos)) { in FixPredictSnapOffsetAlignEnd() 1359 predictEndPos = maxPos; in FixPredictSnapOffsetAlignEnd() [all...] |
/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_s_server.cpp | 1706 uint8_t *maxPos = (((uint8_t *)current) + (DHCP_OPTION_SIZE - MAGIC_COOKIE_LENGTH - OPT_HEADER_LENGTH -1)); in ParseMessageOptions() local 1714 if (pos >= maxPos) { in ParseMessageOptions()
|
Completed in 9 milliseconds