/osnet-11/usr/src/lib/libc/amd64/gen/ |
H A D | amd64_data.s | 4 * 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 D | strchr.s | 4 * 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 D | i386_data.s | 4 * 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 D | strlen.s | 4 * 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 D | byteorder.s | 4 * 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 D | memcmp.s | 4 * 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 D | strcpy.s | 4 * 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 D | memchr.s | 4 * 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 D | THIRDPARTYLICENSE | 4 * 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 D | spaceanal.tcl | 9 # 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 D | alloca.s | 4 * 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 D | alloca.s | 4 * 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 D | fpgetmask.s | 4 * 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 D | fpgetsticky.s | 4 * 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 D | fpgetmask.s | 4 * 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 D | fpgetsticky.s | 4 * 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 D | base.pm | 49 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 D | file.pm | 45 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 D | ParseWords.pm | 151 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 D | flip.t | 25 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 D | bytes.pm | 48 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 D | wrap.t | 21 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 D | MD5.pm | 78 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 D | Makefile.PL | 4 # 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 D | attrs.pm | 8 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
|