Lines Matching refs:the
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10 * See the License for the specific language governing permissions
11 * and limitations under the License.
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 * If applicable, add the following below this CDDL HEADER, with the
32 * Set an array of n chars starting at sp to the character c.
35 * Fast assembler language version of the following C-program for memset
36 * which represents the `standard' for the C-library.
90 sllx %o1, 32, %o4 ! now fill the other 4 bytes with char
110 b .wrchar ! write the remaining bytes
135 stb %o1, [%o5 + -1] ! we've already incremented the address