Lines Matching refs:src
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
31 mov 4(%esp), %ecx / src string here
33 mov %ecx, %eax / save src
34 and $3, %ecx / check if src is aligned
37 cmpb %dl, (%eax) / src == char?
39 cmpb $0, (%eax) / src == 0?
41 add $1, %eax / increment src
44 cmpb %dl, (%eax) / src byte contains char?
46 cmpb $0, (%eax) / src byte == 0?
48 add $1, %eax / increment src ptr
55 add $1, %eax / increment src ptr
71 mov (%eax), %esi / load src word
72 add $4, %eax / increment src by four