Searched refs:element (Results 51 - 75 of 76) sorted by relevance

1234

/osnet-11/usr/src/lib/libc/capabilities/sun4v-hwcap3/common/
H A Dmemcpy.s89 * lines from memory. But pre-store first element of each cache line
849 ! lines from memory. Pre-store first element of each cache line
854 ! cache until we are ready to store final element of cache line.
855 ! Then store last element using the LRU version of BIS.
912 ! store for the first element and fifth element of PRE_STORE groups
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DBalanced.pm1241 element of the array is the empty string, the second is the complete
1242 original text, and the prefix returned in the third element is an
1332 (In a scalar context just the first element of the array would be returned. In
2023 expected to return a list of a single element, namely the extracted
2039 If the extractor is a hash reference, it must contain exactly one element.
2040 The value of that element is one of the
2042 The key of that element is the name of a class into which the successful
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm2633 # This defaults to the content of the <option> element, but the label
3836 my($element, $attributes) = @_;
3837 return '' unless defined($attributes->{$element});
3839 for my $attrib (keys %{$attributes->{$element}}) {
3841 $attribs .= "@{[lc($clean_attrib)]}=\"$attributes->{$element}{$attrib}\" ";
5027 each element that you generate.
5433 B<-head> tag. For example, to place a <link> element in the
5684 HTML element and return a fragment of HTML text. Example:
5764 element of the list. For example, here's one way to make an ordered
5804 Note the space between the element "H
[all...]
H A Dconstant.pm225 The first line above defines C<TIMESTAMP> as a 9-element list, as
H A DMemoize.pm656 or else it must be a reference to a list whose first element is one of
882 will discard the first element from the referenced list. The next
886 erroneously remove another element from it. The list will get shorter
H A Dperl5db.pl171 assignment) contains the text from C<$filename>, with each element
631 # Since we're only saving $@, we only have to localize the array element
6819 on the first element of the result.
7001 on the first element of the result.
H A Doverload.pm931 allowing index 0 to be treated as a normal element.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSocket.pm378 failure. In a list context a two-element array is returned containing
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dkrb5_decode.c854 clear_field(rep,element);
857 get_field(rep->element,1,asn1_decode_sequence_of_passwdsequence);
H A Dasn1_k_decode.c922 #define get_element(element,decoder) \
923 retval = decoder(&seqbuf,&element); \
943 #define array_append(array,size,element,type) \
H A Dasn1_k_encode.c1160 FIELDOF_NORM(krb5_pwd_data, ptr_seqof_passwdsequence, element, 1),
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2xs.PL113 Generate an accessor method for each element of structs and unions. The
114 generated methods are named after the element name; will return the current
115 value of the element if called without additional arguments; and will set
116 the element to the supplied value (and return the new value) if called with
1725 #return the current value of the corresponding element if called
1726 #without additional arguments. Set the element to the supplied value
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
H A DLangTags.pm206 (one element in common)
208 (one element in common)
/osnet-11/usr/src/lib/storage/liba5k/common/
H A Dmon.c492 index++; /* for global element */
643 /* Skip global element */
1214 * bit in the global device control element.
1241 /* Skip global element */
2896 * Copy header then copy each element descriptor
2926 /* Copy global element */
2952 * It also fills up the individual device element of l_state_struct using
2955 * It also fills up the individual device element of l_state_struct using
3077 /* Skip global element */
3086 bcopy((void *)&l_state->ib_tbl.p2_s.element[front_inde
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DConstant.pm830 array is passed then the first element is used in place of the C<#ifdef>
831 line, and the second element in place of the C<#endif>. This allows
1055 # With utf8 on flag item is passed in element 0
1058 # With utf8 off flag item is passed in element 1
H A DMM_Any.pm825 The first element of @os_flavor is the major family (ie. Unix,
H A DMakeMaker.pm1652 Mind, that any element of the array
1663 MakeMaker will turn it into an array with one element.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.pm123 In array context returns a two-element array with the seconds and
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParseUtils.pm794 Returns the unique id of the node (i.e. the second element of the array
H A DParser.pm1420 Each element on this input stack is a reference to C<Pod::InputSource>
1443 Returns a reference to the hash-table that represents the element
1634 element in the object/hash. The most straightforward way would be simply
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DFile.pm1345 _ci_warn("The offset table was marked complete, but it is missing element $.");
1485 # piece of data has moved from one heap element to another.
1820 # If $i is omitted, default to 1 (the top element.)
2043 element in the array corresponds to a record in the file. The first
2044 line of the file is element 0 of the array; the second line is element
2460 C<undef>-ing a C<Tie::File> array element just blanks out the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH2232 * The last element is 0 to terminate the list with a NULL. This
2248 * The last element is 0, corresponding to the 0 at the end of
2960 * This symbol contains the type of the prefix structure element
2965 * This symbol contains the type of the prefix structure element
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DB.pm833 Like C<ARRAY>, but takes an index as an argument to get only one element,
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpmtok_int.h393 MECH_LIST_ELEMENT element; member in struct:mech_list_item
/osnet-11/usr/src/grub/grub2/
H A Dconfigure8484 for element in $INCICONV; do
8496 if test "X$x" = "X$element"; then
8502 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
9483 for element in $INCINTL; do
9495 if test "X$x" = "X$element"; then
9501 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
[all...]

Completed in 195 milliseconds

1234