HomeSort by relevance Sort by last modified time
    Searched defs:jump (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/lldb/examples/python/
jump.py 97 Syntax: jump <linespec> [<location-id>]
100 jump <linenum>
101 jump +<count>
102 jump -<count>
103 jump <filename>:<linenum>
104 jump <function-name>
105 jump *<address-expression>
109 def jump (debugger, command, result, internal_dict): function
121 result.AppendMessage("jump requires a valid target.")
126 result.AppendMessage("jump requires a valid process."
    [all...]
  /external/smack/src/org/xbill/DNS/
DNSOutput.java 75 jump(int index) { method in class:DNSOutput
77 throw new IllegalArgumentException("cannot jump past " +
DNSInput.java 110 jump(int index) { method in class:DNSInput
112 throw new IllegalArgumentException("cannot jump past " +
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
h264bsdFillRow7.S 124 BEQ jump
129 jump: label
  /external/chromium_org/sandbox/win/src/
service_resolver_unittest.cc 72 BYTE jump; member in struct:__anon14619::Code
81 EXPECT_EQ(kJump32, patched->jump);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_debug.cpp 363 uint64_t jump; local
376 jump = pc + operand.getImm();
382 jump = (uint64_t)operand.getImm();
389 debug_printf("\t\t; %lu", (unsigned long)jump);
396 if (jump > max_pc &&
397 jump < extent) {
398 max_pc = jump;
408 * jump to a successive address.
  /external/chromium_org/third_party/mesa/src/src/glsl/
loop_analysis.cpp 513 ir_loop_jump *const jump = (ir_loop_jump *) inst; local
514 if (jump->mode != ir_loop_jump::jump_break)
lower_jumps.cpp 89 * jump back to the top, or return from the function).
138 /* minimum jump strength (of lowered IR, not pre-lowering IR)
140 * If the block ends with a jump, must be the strength of the jump.
141 * Otherwise, the jump would be dead and have been deleted before)
143 * If the block doesn't end with a jump, it can be different than strength_none if all paths before it lead to some jump
211 ir_variable* return_flag; /* used to break out of all loops and then jump to the return instruction */
264 * Note that visiting a jump does not lower it. That is the
266 * contains the jump
977 ir_jump *jump = (ir_jump *) ir->body.get_tail(); local
    [all...]
ast_to_hir.cpp 3464 ir_loop_jump *const jump = local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
system_delay_unittest.cc 339 // ms we jump (add) 10 ms to give a repeated pattern.
348 int jump = 0; local
351 int device_buf_ms = kDeviceBufMs - (j / 10) + jump;
356 jump += 10;
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_debug.cpp 363 uint64_t jump; local
376 jump = pc + operand.getImm();
382 jump = (uint64_t)operand.getImm();
389 debug_printf("\t\t; %lu", (unsigned long)jump);
396 if (jump > max_pc &&
397 jump < extent) {
398 max_pc = jump;
408 * jump to a successive address.
  /external/mesa3d/src/glsl/
loop_analysis.cpp 513 ir_loop_jump *const jump = (ir_loop_jump *) inst; local
514 if (jump->mode != ir_loop_jump::jump_break)
lower_jumps.cpp 89 * jump back to the top, or return from the function).
138 /* minimum jump strength (of lowered IR, not pre-lowering IR)
140 * If the block ends with a jump, must be the strength of the jump.
141 * Otherwise, the jump would be dead and have been deleted before)
143 * If the block doesn't end with a jump, it can be different than strength_none if all paths before it lead to some jump
211 ir_variable* return_flag; /* used to break out of all loops and then jump to the return instruction */
264 * Note that visiting a jump does not lower it. That is the
266 * contains the jump
977 ir_jump *jump = (ir_jump *) ir->body.get_tail(); local
    [all...]
  /frameworks/av/media/libeffects/testlibs/
AudioEqualizer.cpp 88 const int32_t jump = (top - bottom) / (mNumPeaking + 2); local
89 int32_t centerFreq = bottom + jump/2;
93 centerFreq += jump;
97 centerFreq += jump;
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
Analyzer.java 199 int jump = insns.indexOf(j.label); local
201 merge(jump, current, new Subroutine(j.label,
205 merge(jump, current, subroutine);
207 newControlFlowEdge(insn, jump);
210 int jump = insns.indexOf(lsi.dflt); local
211 merge(jump, current, subroutine);
212 newControlFlowEdge(insn, jump);
215 jump = insns.indexOf(label);
216 merge(jump, current, subroutine);
217 newControlFlowEdge(insn, jump);
221 int jump = insns.indexOf(tsi.dflt); local
279 int jump = insns.indexOf(tcb.handler); local
    [all...]
  /development/ndk/platforms/android-L/arch-x86/include/asm/
bootparam.h 67 __u16 jump; member in struct:setup_header
  /development/ndk/platforms/android-L/arch-x86_64/include/asm/
bootparam.h 67 __u16 jump; member in struct:setup_header
  /external/chromium_org/third_party/icu/source/common/
uhash.c 315 * "jump" value (moduloing by the length again to keep it within
326 * otherwise we are not guaranteed that the jump value (the secondary
335 int32_t jump = 0; /* lazy evaluate */ local
358 if (jump == 0) { /* lazy compute jump */
359 /* The jump value must be relatively prime to the table
363 jump = (hashcode % (hash->length - 1)) + 1;
365 theIndex = (theIndex + jump) % hash->length;
    [all...]
  /external/dexmaker/src/main/java/com/google/dexmaker/
Code.java 89 * There's no single operation to compare longs and jump, or to compare ints and
98 * that label. You can jump to a label that hasn't yet been marked (jumping
99 * forward) or to a label that has already been marked (jumping backward). Jump
100 * unconditionally with {@link #jump jump(Label)} or conditionally based on a
110 * jump, return or throw.
115 * throwable class. All statements that follow will jump to that catch clause if
120 * {@link #throwValue throwValue()}. Control flow will jump to the nearest label
338 jump(label); // blocks must end with a branch, return or throw
345 * error to jump to a label not marked on this {@code Code}
347 public void jump(Label target) { method in class:Code
    [all...]
  /external/icu/icu4c/source/common/
uhash.c 316 * "jump" value (moduloing by the length again to keep it within
327 * otherwise we are not guaranteed that the jump value (the secondary
336 int32_t jump = 0; /* lazy evaluate */ local
359 if (jump == 0) { /* lazy compute jump */
360 /* The jump value must be relatively prime to the table
364 jump = (hashcode % (hash->length - 1)) + 1;
366 theIndex = (theIndex + jump) % hash->length;
  /frameworks/base/graphics/java/android/graphics/drawable/
RippleBackground.java 329 * Jump all animations to their end state. The caller is responsible for
332 public void jump() { method in class:RippleBackground
RippleDrawable.java 210 mRipple.jump();
215 mBackground.jump();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm/
bootparam.h 35 __u16 jump; member in struct:setup_header
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
bootparam.h 35 __u16 jump; member in struct:setup_header
  /bionic/libc/kernel/uapi/asm-x86/asm/
bootparam.h 70 __u16 jump; member in struct:setup_header

Completed in 1187 milliseconds

1 2 3