Searched refs:move (Results 1 - 25 of 53) sorted by path

123

/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php37 // (you will have to move the VncViewer.jar file around)
/haiku/headers/cpp/
H A DPlotFile.h83 PlotFile& move(const int xi, const int yi);
/haiku/headers/cpp/std/
H A Dbastring.cc144 move (size_t pos, const charT *s, size_t n) function in class:basic_string::Rep
147 traits::move (data () + pos, s, n);
172 rep ()->move (pos + n2, data () + pos + n1, len - (pos + n1));
208 rep ()->move (pos + n2, data () + pos + n1, len - (pos + n1));
H A Dstraits.h84 static char_type* move (char_type* s1, const char_type* s2, size_t n) function in struct:string_char_traits
128 static char_type* move (char_type* s1, const char_type* s2, size_t n) function in struct:string_char_traits
/haiku/headers/private/kernel/disk_device_manager/
H A Dddm_modules.h86 status_t (*move)(int fd, partition_id partition, off_t offset, member in struct:partition_module_info
/haiku/src/apps/switcher/
H A DPanelWindow.cpp149 BMessage move(how);
150 BMessageRunner::StartSending(this, &move, kMoveDelay, 1);
/haiku/src/bin/
H A Dwatch.c248 move(y, x);
/haiku/src/libs/stdc++/legacy/
H A DPlotFile.cc143 PlotFile& PlotFile:: move(const int xi, const int yi) function in class:PlotFile
/haiku/src/system/boot/platform/amiga_m68k/
H A Dshell.S78 move.l %a1,(%a2)
81 move.l 4.w,%a6 // exec base
84 move.l %a6,(%a2)
88 // move.l 4.w,%a6 // exec base
93 // move.l %d0,(%a2)
101 move.l %d0,(%a2)
106 move.l #(AMIGA_ZBEOS_STACK_END-AMIGA_ZBEOS_STACK_BASE+AMIGA_ZBEOS_MAX),%d0
107 move.l #AMIGA_ZBEOS_STACK_BASE,%a1
114 move.l #0xdeadbeef,%d0
122 move
[all...]
H A Dstage1.S103 move.l 4.w,%a6
105 move.l %a6,(%a2)
108 // move.l %d0,_super_stack
115 move.l %d0,%a6
118 move.l %a0,%d1
119 move.l #Old_mode,%d2
142 // move.l 4.w,%a6
152 move.l 4.w,%a6
160 move.l %d0,(%a2)
162 // move
[all...]
/haiku/src/system/boot/platform/atari_m68k/
H A Dshell.S104 // move.l %a0,%d0
112 move.l #SUP_INQUIRE,-(%sp)
113 move.w #0x20,-(%sp)
134 move.b #ATARI_BOOT_DRVAPI_FLOPPY,ATARI_ZBEOS_BASE + gBootDriveAPI - _bs_entry
135 move.w TOSVAR_bootdev,%d0
137 move.b %d0,ATARI_ZBEOS_BASE + gBootDriveID - _bs_entry
138 move.b #1,ATARI_ZBEOS_BASE + gBootedFromImage - _bs_entry
144 move.l #ATARI_ZBEOS_STACK_END,%sp
187 move.b _fat_spt,%d7 // sect/track
188 //move
[all...]
H A Dstage1.S83 //move.w #1,%d0
89 move.b (%a0)+,%d0
95 move.w #1,%d0
101 move #'.',%d0
109 move.w %d0,-(%sp)
110 move.w #DEV_CON,-(%sp) // DEV_CON
111 move.w #3,-(%sp) // Bconout
/haiku/src/system/kernel/arch/m68k/
H A Darch_030_asm.S21 move.l (4,%a7),%a0
H A Darch_040_asm.S28 move.l (4,%a7),%a0
H A Darch_asm.S31 move %sr,%d0
32 move.l %d0,%d1
34 move %d1,%sr
45 move.l (4,%a7),%d0
49 move %sr,%d1
52 move %d1,%sr
60 move %sr,%d1
91 //move.w %sr,-(%sp)
102 //move.w (%sp)+,%sr
114 move
[all...]
H A Darch_cpu_asm.S27 move.l %sp,saved_sp
29 move.l #trap_fault_r,fault_vector
33 move.l #temp_vectors,%a0
37 move.l 4(%sp),%a0
39 move.w (%a0),%d1
46 move.l saved_sp,%sp
56 move.l %sp,saved_sp
58 move.l #trap_fault_w,fault_vector
62 move.l #temp_vectors,%a0
66 move
[all...]
H A Darch_exceptions.S110 move.l %sp,%fp /* have stack_trace() find the iframe */
111 move.l %sp,-(%sp) /* push address of iframe */
/haiku/src/system/libroot/os/arch/m68k/
H A Dsyscalls.inc13 move.l IMM n,%d0 ; \
19 move.l IMM n,%d0 ; \
25 move.l IMM n,%d0 ; \
31 move.l IMM n,%d0 ; \
37 move.l IMM n,%d0 ; \
43 move.l IMM n,%d0 ; \
49 move.l IMM n,%d0 ; \
55 move.l IMM n,%d0 ; \
61 move.l IMM n,%d0 ; \
67 move
[all...]
/haiku/src/system/libroot/posix/arch/m68k/
H A Dsiglongjmp.S15 move.l (4,%a7),%a0
16 move.l (8,%a7),%d0
22 move.w (JMP_REGS_CCR,%a0),%d0
23 move %d0,%ccr
24 move.l (JMP_REGS_PC,%a0),(%a7)
H A Dsigsetjmp.S14 move.l (4,%a7),%a0
15 move.l (8,%a7),%d0
23 move %ccr,%d0
24 move.w %d0,(JMP_REGS_CCR,%a0)
25 move.l (%a7),(JMP_REGS_PC,%a0)
37 move.l (%a7)+,%a0
38 move.l (%a7)+,%d0
40 move.l %d0,-(%a7)
41 move.l %a0,-(%a7)
/haiku/src/system/libroot/posix/glibc/arch/ppc/
H A Drshift.S37 addi r7,r3,-4 # move adjusted res_ptr to free return reg
/haiku/src/system/libroot/posix/glibc/include/arch/m68k/
H A Dasm-syntax.h90 #define movel move.l
H A Dsysdep.h64 move.l %fp, -(%sp); move.l %sp, %fp; \
66 move.l (%sp)+, %fp;
/haiku/src/system/libroot/posix/glibc/include/arch/riscv64/
H A Dasm-syntax.h47 move a0, ra; \
/haiku/src/system/libroot/posix/string/arch/m68k/
H A Darch_string.S16 move.l (4,%a7),%a1
17 move.l (8,%a7),%a0
18 move.l (12,%a7),%d0
22 move.b (%a0)+,(%a1)+
25 move.l (4,%a7),%a0
26 move.l %a0,%d0

Completed in 114 milliseconds

123