Home
last modified time | relevance | path

Searched full:jump (Results 251 - 275 of 1634) sorted by relevance

1...<<11121314151617181920>>...66

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/
H A Dwater_flow_layout_sw.cpp509 // jump to footer in MeasureOnJump()
520 // If item is close, we simply scroll to it instead of triggering a reset/jump, which would change the layout. in MeasureOnJump()
525 Jump(jumpIdx, align, inView || closeToView); in MeasureOnJump()
538 void WaterFlowLayoutSW::Jump(int32_t jumpIdx, ScrollAlign align, bool noSkip) in Jump() function in OHOS::Ace::NG::WaterFlowLayoutSW
612 // handle special case when content < viewport && jump to end items in AdjustOverScroll()
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.h267 // with its execution, we jump to a lazy compiled code. We need to do this
355 // =================== Jump table construction methods. ======================
359 // Adds a jump table that is emitted after the actual code. Returns label
363 // Emits a jump table.
436 // sequence for the final jump to the deoptimization entry into a single spot
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dva_pack.c840 /* Signed since we might jump backwards */ in va_lower_branch_target()
847 /* We have to jump through this block */ in va_lower_branch_target()
852 /* We then need to jump over every following block until the target */ in va_lower_branch_target()
863 /* Jump through the beginning of this block */ in va_lower_branch_target()
869 /* Jump over preceding blocks up to and including the target to get to in va_lower_branch_target()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelector.h72 /// Begin a try-block to attempt a match and jump to OnFail if it is
88 /// - Default - failure jump target
89 /// - JumpTable... - (UpperBound - LowerBound) (at least 2) jump targets
97 /// - Default - failure jump target
98 /// - JumpTable... - (UpperBound - LowerBound) (at least 2) jump targets
/third_party/pcre2/pcre2/src/sljit/
H A DsljitLir.h38 words, it is possible to jump to any label from anywhere, even from
41 - Supports self modifying code: target of any jump and call
60 - It can jump to any exception handler anytime (even if it belongs
765 to jump to exception handlers. */
940 conditional jump to restart the loop. A single comparison can set a
1309 /* Label and jump instructions. */
1402 /* Unconditional jump types. */
1421 /* Emit a jump instruction. The destination is not set, only the type of the jump.
1461 /* Set the destination of the jump t
1656 sljit_get_jump_addr(struct sljit_jump *jump) sljit_get_jump_addr() argument
[all...]
/third_party/rust/crates/codespan/codespan-reporting/tests/snapshots/
H A Dterm__unicode_spans__medium_no_color.snap5 moon_jump.rs:1:1: error[E01]: cow may not jump during new moon.
H A Dterm__unicode_spans__short_no_color.snap5 moon_jump.rs:1:1: error[E01]: cow may not jump during new moon.
/third_party/typescript/tests/cases/fourslash/
H A DchainedFunctionLambdaArgIndex.ts14 verify.currentLineContentIs(" console.log;"); // Ensure line is indented correctly and doesn't jump up to previous line on semi-colon
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBytesTrie.java721 // List of key-value pairs where values are either final values or jump deltas. in branchNext()
798 * Reads a jump delta and jumps.
868 // Use the non-final value as the jump delta. in branchNext()
1062 // the string/byte sequence so far, or a "jump" delta to the next node.
1066 // there is one byte and one "jump" delta.
1067 // If the input byte is less than the sub-node byte, then "jump" by delta to
1070 // Otherwise, skip the "jump" delta to the next sub-node
1087 // If odd, the value is final. (Otherwise, intermediate value or jump delta.)
H A DCharsTrie.java656 // List of key-value pairs where values are either final values or jump deltas. in branchNext()
808 // Use the non-final value as the jump delta. in branchNext()
1007 // the string so far, or a "jump" delta to the next node.
1011 // there is one unit and one "jump" delta.
1012 // If the input unit is less than the sub-node unit, then "jump" by delta to
1015 // Otherwise, skip the "jump" delta to the next sub-node
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DBytesTrie.java686 // List of key-value pairs where values are either final values or jump deltas. in branchNext()
762 // Reads a jump delta and jumps.
828 // Use the non-final value as the jump delta. in branchNext()
1022 // the string/byte sequence so far, or a "jump" delta to the next node.
1026 // there is one byte and one "jump" delta.
1027 // If the input byte is less than the sub-node byte, then "jump" by delta to
1030 // Otherwise, skip the "jump" delta to the next sub-node
1047 // If odd, the value is final. (Otherwise, intermediate value or jump delta.)
H A DCharsTrie.java629 // List of key-value pairs where values are either final values or jump deltas. in branchNext()
781 // Use the non-final value as the jump delta. in branchNext()
980 // the string so far, or a "jump" delta to the next node.
984 // there is one unit and one "jump" delta.
985 // If the input unit is less than the sub-node unit, then "jump" by delta to
988 // Otherwise, skip the "jump" delta to the next sub-node
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_if.c253 * jump instructions, removes the jump from the latter, as it will not be in opt_peel_loop_initial_if()
793 /* If both branches end in a jump do nothing, this should be handled in opt_if_loop_last_continue()
915 /* Even though this if statement has a jump on one side, we may still have in opt_if_simplification()
1076 nir_instr *jump = nir_block_last_instr(last_else); in opt_merge_breaks() local
1077 nir_instr_remove_v(jump); in opt_merge_breaks()
1078 nir_instr_insert(nir_after_block(after_if), jump); in opt_merge_breaks() local
1181 /* Even though this if statement has a jump on one side, we may still have in opt_if_loop_terminator()
/third_party/node/deps/v8/src/parsing/
H A Dpreparser.h431 static PreParserStatement Jump() { in Jump() function in v8::internal::PreParserStatement
670 return PreParserStatement::Jump(); in NewReturnStatement()
675 return PreParserStatement::Jump(); in NewAsyncReturnStatement()
730 // This must return a jump statement iff both clauses are jump statements.
737 return PreParserStatement::Jump(); in NewBreakStatement()
743 return PreParserStatement::Jump(); in NewContinueStatement()
1614 return PreParserStatement::Jump(); in NewThrowStatement()
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc23 #include "src/interpreter/bytecode-jump-table.h"
183 // Fallthrough is set to -1 to make it the fallthrough case of the jump table,
267 // For a single entry, just jump to the fallthrough if we don't match the in ApplyDeferredCommands()
282 // For multiple entries, build a jump table and switch on the token, in ApplyDeferredCommands()
290 .Jump(&fall_through); in ApplyDeferredCommands()
1045 // LoopScope delimits the scope of {loop}, from its header to its final jump.
1752 // jump/jump_ifs here. See BasicLoops test. in VisitIfStatement()
1878 // Checks whether we should use a jump table to implement a switch operation.
1896 // GCC also jump-table optimizes switch statements with 6 cases or more. in IsSwitchOptimizable()
1899 // Due to case spread will be used as the size of jump in IsSwitchOptimizable()
[all...]
/third_party/libbpf/src/
H A Dgen_loader.c132 /* jump over cleanup code */ in bpf_gen__init()
141 /* remember the label where all error branches will jump to */ in bpf_gen__init()
694 /* jump to success case */ in emit_relo_kfunc_btf()
711 /* jump to insn[insn_idx].off store if fd denotes module BTF */ in emit_relo_kfunc_btf()
815 /* jump over src_reg adjustment if imm (btf_id) is not 0, reuse BPF_REG_0 from move_blob2blob in emit_relo_ksym_btf()
826 /* jump to success case */ in emit_relo_ksym_btf()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp11 /// - it expands a branch or jump instruction into a long branch if its offset
34 /// FIXME: Fix pc-region jump instructions which cross 256MB segment boundaries.
43 /// such as a branch or jump, ERET, ERETNC, DERET, WAIT and PAUSE.
638 // Compute the position of the potentiall jump instruction (basic blocks in expandToLongBranch()
643 // If it's a forward jump, then TgtMBBOffset will be shifted by two in expandToLongBranch()
672 // segment as jump instruction. Therefore we will break it into couple in expandToLongBranch()
/third_party/typescript/src/compiler/transformers/
H A Des2015.ts64 const enum Jump {
73 * used to determine if labeled jump can be emitted as is or it should be dispatched to calling code
80 * - label marker - return value that should be interpreted by calling code as 'jump to <label>'
89 nonLocalJumps?: Jump;
93 * i.e. if converted loop contains normal loop or switch statement then inside this loop break should be treated as local jump
95 allowedNonLabeledJumps?: Jump;
582 convertedLoopState.allowedNonLabeledJumps! |= Jump.Break;
603 convertedLoopState.nonLocalJumps! |= Jump.Return;
666 const jump = node.kind === SyntaxKind.BreakStatement ? Jump
[all...]
/test/xts/acts/arkui/ace_ets_web_dev_cloudservice_webController/entry/src/ohosTest/resources/rawfile/
H A DonOverRideUrlLoading.html15 function jump(){
/test/xts/acts/arkui/ace_ets_web_dev_cloudservice_webController_group/ace_ets_web_webapi_one/entry/src/ohosTest/resources/rawfile/
H A DonOverRideUrlLoading.html15 function jump(){
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/
H A DREADME.md7 * Jump to definition
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/
H A DREADME.md7 * Jump to definition
/third_party/spirv-tools/utils/vscode/
H A DREADME.md7 * Jump to definition
/third_party/ltp/include/
H A Dtst_clocks.h29 * accumulation may cause it jump one second ahead compared to the kernel time
/third_party/lwip/src/apps/mdns/
H A Dmdns.c372 /* Make sure both jump bytes fit in the packet */ in mdns_readname_loop()
776 * Return bytes needed to write before jump for best result of compressing supplied domain
778 * If a match is found, offset is updated to where to jump to
781 * for compression, the pointer is updated to where in the domain to jump to.
783 * @return Number of bytes to write of the new domain before writing a jump to the offset.
811 /* We are checking at or beyond a jump in the original, stop looking */ in mdns_compress_domain()
843 u16_t jump; in mdns_write_domain() local
876 /* Write jump */ in mdns_write_domain()
877 jump = lwip_htons(DOMAIN_JUMP | jump_offset); in mdns_write_domain()
878 res = pbuf_take_at(outpkt->pbuf, &jump, DOMAIN_JUMP_SIZ in mdns_write_domain()
[all...]

Completed in 40 milliseconds

1...<<11121314151617181920>>...66