HomeSort by relevance Sort by last modified time
    Searched full:jump (Results 326 - 350 of 1034) sorted by null

<<11121314151617181920>>

  /frameworks/base/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/iptables/libiptc/
libiptc.c 7 * Every chain ends with an unconditional jump: a RETURN for user chains,
87 IPTCC_R_JUMP, /* jump to other chain */
100 struct chain_head *jump; /* jump target, if IPTCC_R_JUMP */ member in struct:rule_head
120 unsigned int index; /* index (needed for jump resolval) */
347 && r->jump)
348 r->jump->references--;
518 DEBUGP_C("jump, target=%u\n", t->verdict);
520 /* Jump target fixup has to be deferred
563 r->jump = c
    [all...]
  /bionic/libc/arch-sh/include/machine/
asm.h 173 #define JUMP braf
195 #define JUMP jmp @
  /dalvik/vm/mterp/armv5te/
OP_CMPL_FLOAT.S 53 GOTO_OPCODE(ip) @ jump to next instruction
105 GOTO_OPCODE(ip) @ jump to next instruction
footer.S 241 GOTO_OPCODE(ip) @ jump to next instruction
300 * jump to it now).
313 bxne r0 @ jump to the translation
364 bx r10 @ jump to the translation
420 GOTO_OPCODE(ip) @ jump to next instruction
663 GOTO_OPCODE(ip) @ jump to next instruction
669 GOTO_OPCODE(ip) @ jump to next instruction
721 GOTO_OPCODE(ip) @ jump to next instruction
738 * that set r9 and jump here?
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
MenuInflateFromXml.java 137 case R.id.jump:
138 Toast.makeText(this, "Jump up in the air!", Toast.LENGTH_SHORT).show();
  /external/iproute2/include/linux/netfilter_ipv4/
ip_tables.h 57 #define IPT_F_GOTO 0x02 /* Set if jump is a goto */
213 /* Standard return verdict, or do jump. */
  /external/libpng/
pnggccrd.c 71 "0: \n\t" // .NOT_SUPPORTED: target label for jump instructions
73 "1: \n\t" // .RETURN: target label for jump instructions
  /external/qemu/hw/
arm_boot.c 18 /* The worlds second smallest bootloader. Set r0-r2, then jump to kernel. */
228 /* Jump to the entry point. */
  /external/quake/quake/src/QW/
cmds.txt 21 +jump -jump
qwchangelog.txt 140 jump into the RL room on dm6, or hit the secret light on e4m1.
172 - fixed annoying water jump bug where you would immedately hop back out of
210 - fixed water jump bug where you hop immediately back out in narrow entrances
  /frameworks/base/tests/CoreTests/android/core/
IOUtil.java 144 * @param y the number of characters to jump back after the position x+y was reached.
172 * @param y the number of characters to jump back after the position x+y was reached.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/
elf.h 98 /* Define this macro if jump tables (for `tablejump' insns) should be
101 /* We put ARM and Thumb-2 jump tables in the text section, because it makes
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/
elf.h 98 /* Define this macro if jump tables (for `tablejump' insns) should be
101 /* We put ARM and Thumb-2 jump tables in the text section, because it makes
  /system/core/sh/
error.h 50 * jump locations. The global variable handler contains the location to
51 * jump to when an exception occurs, and the global variable exception
  /external/qemu/
exec-all.h 141 uint16_t tb_next_offset[2]; /* offset of original jump target */
143 uint16_t tb_jmp_offset[4]; /* offset of jump instruction */
145 unsigned long tb_next[2]; /* address of jump generated code */
312 /* set the jump target */
326 /* patch the native jump address */
  /external/v8/src/
jump-target.cc 31 #include "jump-target-inl.h"
247 void JumpTarget::Jump() {
252 void JumpTarget::Jump(Result* arg) {
307 Jump(arg); // May emit merge code here.
380 Jump(); // May emit merge code here.
  /external/webkit/JavaScriptCore/jit/
JIT.cpp 98 Jump skipTimeout = branchSub32(NonZero, Imm32(1), timeoutCheckRegister);
108 Jump skipTimeout = branchSub32(NonZero, Imm32(1), timeoutCheckRegister);
432 emitJumpSlowToHot(jump(), 0);
457 Jump slowRegisterFileCheck;
481 jump(afterRegisterFileCheck);
  /dalvik/vm/mterp/out/
InterpAsm-x86-atom.S 269 * by using a jump table. _rFinish should must be the same register for
284 * by using a jump table. _rFinish and _count should must be the same register for
338 * by using a jump table. _rFinish and _reg should must be the same register for
354 * a jump table. This macro should be called before FINISH_JMP where
368 * a jump table. This macro should be called before FINISH_JMP where
382 * a jump table. This macro should be called before FINISH_JMP where
395 * Attempts to speed up GOTO_OPCODE using a jump table. This macro should
407 * a jump table. Uses a single macro - but it should be faster if we
408 * split up the fetch for rFinish and the jump using rFinish.
419 * GOTO_OPCODE by using a jump table. Uses a single macro
    [all...]
  /external/v8/src/arm/
stub-cache-arm.cc 74 // Jump to the first instruction in the code stub.
76 __ Jump(offset);
296 // We jump to a runtime call that extends the properties array.
364 __ Jump(ic, RelocInfo::CODE_TARGET);
778 __ Jump(r2);
811 __ Jump(ic, RelocInfo::CODE_TARGET);
    [all...]
macro-assembler-arm.cc 72 void MacroAssembler::Jump(Register target, Condition cond) {
81 void MacroAssembler::Jump(intptr_t target, RelocInfo::Mode rmode,
92 void MacroAssembler::Jump(byte* target, RelocInfo::Mode rmode,
95 Jump(reinterpret_cast<intptr_t>(target), rmode, cond);
99 void MacroAssembler::Jump(Handle<Code> code, RelocInfo::Mode rmode,
103 Jump(reinterpret_cast<intptr_t>(code.location()), rmode, cond);
188 nop(); // Jump table alignment.
478 Jump(adaptor, RelocInfo::CODE_TARGET);
496 Jump(code);
516 Jump(code, rmode)
    [all...]
  /external/v8/src/x64/
stub-cache-x64.cc 74 // Jump to the first instruction in the code stub.
92 __ Jump(ic, RelocInfo::CODE_TARGET);
233 // We jump to a runtime call that extends the properties array.
783 __ Jump(ic, RelocInfo::CODE_TARGET);
839 __ Jump(ic, RelocInfo::CODE_TARGET);
    [all...]
  /bootable/recovery/minzip/
Hash.c 190 /* jump to the first entry and probe for a match */
262 /* jump to the first entry and probe for a match */
326 /* jump to the first entry and probe for a match */
  /dalvik/vm/
Hash.c 186 /* jump to the first entry and probe for a match */
258 /* jump to the first entry and probe for a match */
354 /* jump to the first entry and probe for a match */
  /dalvik/vm/interp/
InterpDefs.h 33 kInterpEntryReturn = 1, // jump to method return
34 kInterpEntryThrow = 2, // jump to exception throw
45 * target then jump to it.

Completed in 627 milliseconds

<<11121314151617181920>>