Searched refs:s_ptr (Results 1 – 3 of 3) sorted by relevance
/haiku/src/system/libroot/posix/glibc/arch/m68k/ |
H A D | lshift.S | 34 #define s_ptr a0 macro 46 movel MEM_DISP(sp,32),R(s_ptr) 53 cmpl R(s_ptr),R(res_ptr) 56 lea MEM_INDX1(s_ptr,s_size,l,4),R(a2) 60 lea MEM_INDX(s_ptr,d0,l),R(a2) 70 lea MEM_INDX1(s_ptr,s_size,l,4),R(s_ptr) 75 addl R(s_size),R(s_ptr) 78 movel MEM_PREDEC(s_ptr),R(d2) 91 movel MEM_PREDEC(s_ptr),R(d2) 98 movel MEM_PREDEC(s_ptr),R(d1) [all …]
|
H A D | rshift.S | 34 #define s_ptr a0 macro 45 movel MEM_DISP(sp,32),R(s_ptr) 52 cmpl R(res_ptr),R(s_ptr) 61 cmpl R(s_ptr),R(a2) 67 movel MEM_POSTINC(s_ptr),R(d2) 80 movel MEM_POSTINC(s_ptr),R(d2) 87 movel MEM_POSTINC(s_ptr),R(d1) 111 lea MEM_INDX1(s_ptr,s_size,l,4),R(s_ptr) 116 addl R(s_size),R(s_ptr) 127 movel MEM_PREDEC(s_ptr),R(d2) [all …]
|
/haiku/src/add-ons/kernel/busses/scsi/usb/ |
H A D | sg_buffer.c | 106 uchar *s_ptr = 0; in sg_memcpy() local 117 s_ptr = s_sgb->piov->iov_base + s_offset; in sg_memcpy() 124 if(0 != d_ptr && 0 != s_ptr){ in sg_memcpy() 125 memcpy(d_ptr, s_ptr, size); in sg_memcpy()
|