Home
last modified time | relevance | path

Searched defs:maxPos (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
H A Dencoder32_test_1.cpp338 size_t maxPos = std::is_same<uint64_t, T>::value ? 64U : 32U; in TestBitTestAndBranch() local
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
H A Dencoder64_test_1.cpp323 size_t maxPos = std::is_same<uint64_t, T>::value ? 64 : 32; in TestBitTestAndBranch() local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
H A Dencoder64_test_1.cpp320 size_t maxPos = std::is_same<uint64_t, T>::value ? 64U : 32U; in TestBitTestAndBranch() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.cpp1256 float maxPos = itemHeight * totalItemCount_ - spaceWidth_ - endPos; in FixPredictSnapOffsetAlignStart() local
1336 float maxPos = itemHeight * totalItemCount_ - spaceWidth_ - endPos; in FixPredictSnapOffsetAlignEnd() local
[all...]
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_s_server.cpp1706 uint8_t *maxPos = (((uint8_t *)current) + (DHCP_OPTION_SIZE - MAGIC_COOKIE_LENGTH - OPT_HEADER_LENGTH -1)); in ParseMessageOptions() local

Completed in 21 milliseconds