HomeSort by relevance Sort by last modified time
    Searched full:jump (Results 201 - 225 of 1799) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/iproute2/include/linux/can/
netlink.h 31 __u32 sjw; /* Synchronisation jump width in TQs */
46 __u32 sjw_max; /* Synchronisation jump width */
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
ParticleDepositionHeightMap.java 72 * drop during a single jump.
74 * drop during a single jump.
341 * <code>setPeakWalk</code> sets how often the jump point will be
345 * @param peakWalk the amount to aggitate the jump point.
374 * for a single jump.
375 * @param maxParticles the maximum number of particles for a single jump.
385 * for a single jump.
386 * @param minParticles the minimum number of particles for a single jump.
  /external/kernel-headers/original/linux/can/
netlink.h 29 __u32 sjw; /* Synchronisation jump width in TQs */
44 __u32 sjw_max; /* Synchronisation jump width */
  /external/llvm/docs/HistoricalNotes/
2001-05-19-ExceptionResponse.txt 32 > (specific to this finally block), jump to the finally block, and then at the
33 > end of the finally block, jump back indirectly through this register. It
  /external/llvm/lib/Target/ARM/
ARMRelocations.h 46 // reloc_arm_jt_base - PC relative relocation for jump tables whose
50 // reloc_arm_pic_jt - PIC jump table entry relocation: dest bb - jt base.
  /external/webkit/Source/JavaScriptCore/assembler/
RepatchBuffer.h 60 void relink(CodeLocationJump jump, CodeLocationLabel destination)
62 MacroAssembler::repatchJump(jump, destination);
  /external/webkit/Source/JavaScriptCore/jit/
JITCall32_64.cpp 125 Jump notJSCell = branch32(NotEqual, regT1, TrustedImm32(JSValue::CellTag));
127 Jump notObject = branch8(NotEqual, Address(regT2, Structure::typeInfoTypeOffset()), TrustedImm32(ObjectType));
196 Jump wasEval;
253 Jump wasEval;
269 Jump jumpToSlow = branchPtrWithPatch(NotEqual, regT0, addressOfLinkedFunctionCheck, TrustedImmPtr(0));
312 Jump callLinkFailNotObject = branch32(NotEqual, regT1, TrustedImm32(JSValue::CellTag));
313 Jump callLinkFailNotJSFunction = branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsFunctionVPtr));
326 emitJumpSlowToHot(jump(), OPCODE_LENGTH(op_call));
  /frameworks/base/core/java/android/widget/
SectionIndexer.java 22 * to jump to that have something in common. For example, they may begin with the
38 * @param section the index of the section to jump to.
  /frameworks/compile/libbcc/runtime/lib/arm/
switch16.S 20 // address to jump to. If R0 is greater than the size of the table, it jumps
40 bx ip // jump to computed label
switch32.S 20 // address to jump to. If R0 is greater than the size of the table, it jumps
40 bx ip // jump to computed label
switch8.S 20 // address to jump to. If R0 is greater than the size of the table, it jumps
38 bx ip // jump to computed label
switchu8.S 20 // address to jump to. If R0 is greater than the size of the table, it jumps
38 bx ip // jump to computed label
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
filter.h 25 __u8 jt; /* Jump true */
26 __u8 jf; /* Jump false */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
filter.h 25 __u8 jt; /* Jump true */
26 __u8 jf; /* Jump false */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
filter.h 25 __u8 jt; /* Jump true */
26 __u8 jf; /* Jump false */
  /system/netd/
BandwidthController.cpp 70 * E.g. "-I bw_INPUT -i rmnet0 --jump costly"
78 * iptables -I bw_INPUT -i iface0 --jump costly_shared
79 * iptables -I bw_OUTPUT -o iface0 --jump costly_shared
81 * --jump REJECT --reject-with icmp-net-prohibited
82 * iptables -A costly_shared --jump penalty_box
85 * iptables -I bw_INPUT -i iface1 --jump costly_shared
86 * iptables -I bw_OUTPUT -o iface1 --jump costly_shared
91 * iptables -I bw_INPUT -i iface0 --jump costly_iface0
92 * iptables -I bw_OUTPUT -o iface0 --jump costly_iface0
94 * --jump REJECT --reject-with icmp-net-prohibite
    [all...]
  /external/llvm/test/Transforms/InstCombine/
select.ll 386 br i1 %c, label %jump, label %ret
387 jump:
390 %a = phi i1 [true, %jump], [false, %entry]
394 ; CHECK: %a = phi i32 [ 10, %jump ], [ 20, %entry ]
400 br i1 %cond, label %jump, label %ret
401 jump:
405 %a = phi i1 [true, %jump], [%c, %entry]
409 ; CHECK: %a = phi i32 [ 10, %jump ], [ 20, %entry ]
415 br i1 %c, label %jump, label %ret
416 jump
    [all...]
  /bionic/libc/arch-x86/string/
bzero.S 19 * of aligning to word boundries, etc. So we jump to a plain
memset.S 21 * of aligning to word boundries, etc. So we jump to a plain
  /dalvik/vm/compiler/codegen/arm/
GlobalOptimizations.cpp 22 * Identify unconditional branches that jump to the immediate successor of the
  /dalvik/vm/mterp/arm-vfp/
OP_CMPG_DOUBLE.S 42 GOTO_OPCODE(ip) @ jump to next instruction
OP_CMPG_FLOAT.S 42 GOTO_OPCODE(ip) @ jump to next instruction
OP_CMPL_DOUBLE.S 42 GOTO_OPCODE(ip) @ jump to next instruction
OP_CMPL_FLOAT.S 42 GOTO_OPCODE(ip) @ jump to next instruction
fbinop.S 23 GOTO_OPCODE(ip) @ jump to next instruction

Completed in 209 milliseconds

1 2 3 4 5 6 7 891011>>