Searched refs:of (Results 1 - 25 of 544) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libc/amd64/gen/
H A Damd64_data.s4 * The contents of this file are subject to the terms of the
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
17 * information: Portions Copyright [yyyy] [name of copyright owner]
29 / the definition of the
H A Dstrchr.s4 * The contents of this file are subject to the terms of the
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
17 * information: Portions Copyright [yyyy] [name of copyright owner]
32 movb (%rdi),%dl / %dl = byte of string
38 movb 1(%rdi),%dl / %dl = byte of string
44 movb 2(%rdi),%dl / %dl = byte of string
50 movb 3(%rdi),%dl / %dl = byte of string
/osnet-11/usr/src/lib/libc/i386/gen/
H A Di386_data.s4 * The contents of this file are subject to the terms of the
9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
18 * information: Portions Copyright [yyyy] [name of copyright owner]
32 / the definition of the
H A Dstrlen.s4 * The contents of this file are subject to the terms of the
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
17 * information: Portions Copyright [yyyy] [name of copyright owner]
31 / Returns the number of non-NULL bytes in string argument.
34 / Fast assembly language version of the following C-program strlen
H A Dbyteorder.s4 * The contents of this file are subject to the terms of the
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
17 * information: Portions Copyright [yyyy] [name of copyright owner]
41 / reverses the byte order of 'long hl'
45 bswap %eax / reverses the byte order of %eax
51 bswap %eax / reverses the byte order of %eax
62 bswap %eax / reverses the byte order of %eax
69 bswap %eax / reverses the byte order of %eax
H A Dmemcmp.s4 * The contents of this file are subject to the terms of the
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
17 * information: Portions Copyright [yyyy] [name of copyright owner]
33 / Fast assembly language version of the following C-program strcat
53 / inconvenient to get the difference of the differing characters.
63 movl 8(%esp), %eax / %eax = address of string 1
64 movl 12(%esp), %ecx / %ecx = address of string 2
H A Dstrcpy.s4 * The contents of this file are subject to the terms of the
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
17 * information: Portions Copyright [yyyy] [name of copyright owner]
35 / Fast assembly language version of the following C-program strcpy
H A Dmemchr.s4 * The contents of this file are subject to the terms of the
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
17 * information: Portions Copyright [yyyy] [name of copyright owner]
34 / Fast assembly language version of the following C-program memchr
62 movl 16(%esp), %edi / %edi = number of bytes
63 cmpl $4, %edi / if number of bytes < 4
79 subl $4, %edi / decrement number of bytes by 4
81 cmpl $4, %edi / if number of bytes >= 4
84 cmpl $0, %edi / if number of byte
[all...]
/osnet-11/usr/src/common/mpi/
H A DTHIRDPARTYLICENSE4 * The contents of this file are subject to the Mozilla Public License Version
6 * the License. You may obtain a copy of the License at
16 * The Initial Developer of the Original Code is
24 * Alternatively, the contents of this file may be used under the terms of
27 * in which case the provisions of the GPL or the LGPL are applicable instead
28 * of those above. If you wish to allow use of your version of this file only
29 * under the terms of eithe
[all...]
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl9 # Get the name of the database to analyze
39 name clob, -- Name of a table or index in the database file
40 tblname clob, -- Name of associated table
42 nentry int, -- Number of entries in the BTree
43 payload int, -- Total amount of data stored in this table or index
45 n_ovfl int, -- Number of entries that overflow
46 pri_pages int, -- Number of primary pages used
47 ovfl_pages int, -- Number of overflow pages used
48 pri_unused int, -- Number of unused bytes on primary pages
49 ovfl_unused int -- Number of unuse
[all...]
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dalloca.s4 * The contents of this file are subject to the terms of the
9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
18 * information: Portions Copyright [yyyy] [name of copyright owner]
33 ! o0: # bytes of space to allocate, already rounded to 0 mod 8
34 ! o1: %sp-relative offset of tmp area
35 ! o2: %sp-relative offset of end of tmp area
40 ! be in the middle of a compilicated expression.
47 subcc %o2, %o1, %o5 ! number of byte
[all...]
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dalloca.s4 * The contents of this file are subject to the terms of the
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
17 * information: Portions Copyright [yyyy] [name of copyright owner]
32 ! o0: # bytes of space to allocate, already rounded to 0 mod 8
33 ! o1: %sp-relative offset of tmp area
34 ! o2: %sp-relative offset of end of tmp area
39 ! be in the middle of a complicated expression.
47 subcc %o2, %o1, %o5 ! number of byte
[all...]
/osnet-11/usr/src/lib/libc/sparc/fp/
H A Dfpgetmask.s4 * The contents of this file are subject to the terms of the
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
17 * information: Portions Copyright [yyyy] [name of copyright owner]
37 add %sp, -SA(MINFRAME), %sp ! get an additional word of storage
38 set 0x0f800000, %o4 ! mask of trap enable bits
41 and %o0, %o4, %o0 ! mask off bits of interest
H A Dfpgetsticky.s4 * The contents of this file are subject to the terms of the
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
17 * information: Portions Copyright [yyyy] [name of copyright owner]
37 add %sp, -SA(MINFRAME), %sp ! get an additional word of storage
38 set 0x000003e0, %o4 ! mask of accrued exception bits
41 and %o0, %o4, %o0 ! mask off bits of interest
/osnet-11/usr/src/lib/libc/sparcv9/fp/
H A Dfpgetmask.s4 * The contents of this file are subject to the terms of the
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
17 * information: Portions Copyright [yyyy] [name of copyright owner]
37 add %sp, -SA(MINFRAME), %sp ! get an additional word of storage
38 set 0x0f800000, %o4 ! mask of trap enable bits
41 and %o0, %o4, %o0 ! mask off bits of interest
H A Dfpgetsticky.s4 * The contents of this file are subject to the terms of the
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
17 * information: Portions Copyright [yyyy] [name of copyright owner]
37 add %sp, -SA(MINFRAME), %sp ! get an additional word of storage
38 set 0x000003e0, %o4 ! mask of accrued exception bits
41 and %o0, %o4, %o0 ! mask off bits of interest
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Digest/
H A Dbase.pm49 Carp::croak("Number of bits must be multiple of 8 for this algorithm");
82 The C<Digest::base> class provide implementations of the methods
83 C<addfile> and C<add_bits> in terms of C<add>, and of the methods
84 C<hexdigest> and C<b64digest> in terms of C<digest>.
87 this implementations of the alternative I<add> and I<digest> methods.
95 The arguments and expected behaviour of these methods are described in
H A Dfile.pm45 Digest::file - Calculate digests of files
58 of files. The following functions are provided:
64 This function will calculate and return the binary digest of the bytes
65 of the given file. The function will croak if it fails to open or
70 implementation of the given algorithm.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DParseWords.pm151 Text::ParseWords - parse text into an array of tokens or array of arrays
166 and a list of lines and then breaks those lines up into a list of
168 returns all of the tokens in a single long list, while &nested_quotewords()
169 returns a list of token lists corresponding to the elements of @lines.
179 not themselves backslash-escaped or inside of single quotes (i.e.,
182 original version of this module shipped with Perl 5.000 through 5.004.
188 &shellwords() is written as a special case of
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dflip.t25 open(of,'harness') or die "Can't open harness: $!";
26 while (<of>) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbytes.pm48 The C<use bytes> pragma disables character semantics for the rest of the
50 the effect of C<use bytes> within the current lexical scope.
52 Perl normally assumes character semantics in the presence of character
54 being of a particular character encoding). When C<use bytes> is in
56 as a series of bytes.
60 for instance, C<length $x> returns C<1>. However, in the scope of the
61 C<bytes> pragma, $x is treated as a series of bytes - the bytes that make
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/TabsWrap/t/
H A Dwrap.t21 This is a test of a very long line. It should be broken up and put onto multiple lines.
22 This is a test of a very long line. It should be broken up and put onto multiple lines.
24 This is a test of a very long line. It should be broken up and put onto multiple lines.
26 This is a test of a very long line. It should be broken up and put onto
28 This is a test of a very long line. It should be broken up and put onto
31 This is a test of a very long line. It should be broken up and put onto
35 This is a test of a very long line. It should be broken up and put onto multiple lines.
37 This is a test of a very long line. It should be broken up and put onto
41 This is a test of a very long line. It should be broken up and put onto multiple lines.
44 This is a test of
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.pm78 algorithm takes as input a message of arbitrary length and produces as
79 output a 128-bit "fingerprint" or "message digest" of the input.
83 of arbitrary length and which can read files directly.
88 None of these functions are exported by default.
95 of this "message", and return it in binary form. The returned string
98 The result of md5("a", "b", "c") will be exactly the same as the
99 result of md5("abc").
104 length of the returned string will be 32 and it will only contain
110 The length of the returned string will be 22 and it will only contain
115 multiple of
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DMakefile.PL4 # The contents of this file are subject to the terms of the
9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
18 # information: Portions Copyright [yyyy] [name of copyright owner]
50 variables. If you have existing data written with an earlier version of
51 Storable which this version of Storable refuses to load with a
58 (You can find the documentation at the end of Storable.pm in POD format)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/attrs/
H A Dattrs.pm8 attrs - set/get attributes of a subroutine (deprecated)
21 NOTE: Use of this pragma is deprecated. Use the syntax
31 of attribute names. Notice that C<attrs::get> is not exported.
45 perl ensures that any invocation of it implicitly locks its first
48 execution. The semantics of the lock are exactly those of one

Completed in 110 milliseconds

1234567891011>>