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

1 2 3 4 5 6 7 8 910

  /prebuilts/go/darwin-x86/test/fixedbugs/issue15609.dir/
call.go 5 func jump() { func
call_decl.go 5 func jump() func
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue4748.go 12 func jump() { func
18 jump()
19 jump()
  /prebuilts/go/linux-x86/test/fixedbugs/issue15609.dir/
call.go 5 func jump() { func
call_decl.go 5 func jump() func
  /prebuilts/go/linux-x86/test/fixedbugs/
issue4748.go 12 func jump() { func
18 jump()
19 jump()
  /external/llvm/test/MC/Hexagon/instructions/
j.s 12 # Compare and jump
14 { p0 = cmp.eq(r17,#-1); if (p0.new) jump:nt 0 }
16 { p0 = cmp.gt(r17,#-1); if (p0.new) jump:nt 0 }
18 { p0 = tstbit(r17, #0); if (p0.new) jump:nt 0 }
20 { p0 = cmp.eq(r17,#-1); if (p0.new) jump:t 0 }
22 { p0 = cmp.gt(r17,#-1); if (p0.new) jump:t 0 }
24 { p0 = tstbit(r17, #0); if (p0.new) jump:t 0 }
26 { p0 = cmp.eq(r17,#-1); if (!p0.new) jump:nt 0 }
28 { p0 = cmp.gt(r17,#-1); if (!p0.new) jump:nt 0 }
30 { p0 = tstbit(r17, #0); if (!p0.new) jump:nt 0
160 jump 0 label
    [all...]
  /external/python/cpython2/Demo/turtle/
tdemo_clock.py 16 def jump(distanz, winkel=0): function
36 jump(-laenge*0.15)
47 jump(radius)
50 jump(-radius-25)
53 jump(-radius)
  /external/python/cpython3/Lib/turtledemo/
clock.py 16 def jump(distanz, winkel=0): function
36 jump(-laenge*0.15)
47 jump(radius)
50 jump(-radius-25)
53 jump(-radius)
  /external/mesa3d/src/compiler/nir/tests/
control_flow_tests.cpp 57 nir_jump_instr *jump = nir_jump_instr_create(b.shader, nir_jump_break); local
58 nir_builder_instr_insert(&b, &jump->instr);
107 nir_instr_remove(&jump->instr);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/
flow.s 6 .global jump
7 jump: label
8 jump(P5);
9 Jump (pc + p3);
10 jUMp (0);
11 JumP.l (-16777216);
12 jumP.L (0x00fffffe);
13 JUMP.s (4094);
14 JUMP.L (0X00FF0000);
15 jump (footext)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vet/internal/cfg/
builder.go 61 b.jump(label._goto)
108 b.jump(block)
128 b.jump(done)
133 b.jump(done)
220 b.jump(done)
224 b.jump(defaultBlock)
234 b.jump(done)
275 b.jump(done)
287 b.jump(done)
327 b.jump(done
502 func (b *builder) jump(target *Block) { func
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vet/internal/cfg/
builder.go 61 b.jump(label._goto)
108 b.jump(block)
128 b.jump(done)
133 b.jump(done)
220 b.jump(done)
224 b.jump(defaultBlock)
234 b.jump(done)
275 b.jump(done)
287 b.jump(done)
327 b.jump(done
502 func (b *builder) jump(target *Block) { func
    [all...]
  /external/ltp/testcases/kernel/syscalls/mkdir/
mkdir09.c 63 int parent_pid, sigchld, sigterm, jump; variable
182 jump++;
306 if (jump) {
316 if (jump) {
  /external/vboot_reference/futility/
kernel_blob.h 44 uint16_t jump; /* 200 */ member in struct:linux_kernel_params
  /external/webrtc/webrtc/modules/audio_processing/aec/
system_delay_unittest.cc 400 // ms we jump (add) 10 ms to give a repeated pattern.
414 int jump = 0; local
417 int device_buf_ms = kDeviceBufMs - (j / 10) + jump;
423 jump += 10;
  /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;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/crx/
jscond_insn.s 63 .global jump
64 jump: label
65 jump sp label
  /external/avb/examples/uefi/
uefi_avb_boot.c 48 UINT16 jump; member in struct:SetupHeader
287 /* Jump to the kernel. */
  /external/libnetfilter_conntrack/src/conntrack/
bsf.c 157 struct jump { struct
171 struct jump jmp = {
190 struct jump jmp = {
307 /* A == subsys ? jump +1 : accept */
328 struct jump jmp;
331 s = stack_create(sizeof(struct jump), 3 + 32);
436 struct jump jmp;
443 s = stack_create(sizeof(struct jump), 3 + 255);
495 struct jump jmp;
515 s = stack_create(sizeof(struct jump), 3 + 127)
    [all...]
  /external/llvm/test/MC/Hexagon/
relocations.s 5 { jump #undefined }
9 { if (p0) jump #undefined }
49 { if (r0 != #0) jump:nt #undefined }
53 { r0 = #0 ; jump #undefined }
57 { jump ##undefined }
65 { jump ##undefined }
69 { if (p0) jump ##undefined }
73 { r0 = #0 ; jump ##undefined }
85 jump undefined@plt label
  /external/mesa3d/src/compiler/glsl/
loop_analysis.cpp 627 ir_loop_jump *const jump = (ir_loop_jump *) inst; local
628 if (jump->mode != ir_loop_jump::jump_break)
  /external/mesa3d/src/compiler/nir/
nir_builder.h 532 nir_jump_instr *jump = nir_jump_instr_create(build->shader, jump_type); local
533 nir_builder_instr_insert(build, &jump->instr);
  /external/syslinux/gpxe/src/arch/i386/include/
bzimage.h 33 /** Jump instruction */
34 uint16_t jump; member in struct:bzimage_header
  /external/syslinux/gpxe/src/arch/i386/prefix/
lkrnprefix.S 114 jump: label
201 /* Jump to .text16 segment */

Completed in 445 milliseconds

1 2 3 4 5 6 7 8 910