Searched refs:blocks (Results 51 - 73 of 73) sorted by relevance

123

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DText.pm710 in the output. Useful for viewing code documented with POD blocks with the
716 C<=over> blocks. Defaults to 4.
H A DPlainText.pm610 C<=over> blocks. Defaults to 4.
H A DSelect.pm190 matched against verbatim text-blocks. If no I<text-expr> is given then
H A DHtml.pm72 Creates header and footer blocks containing the text of the C<NAME>
H A DParser.pm1015 opened for reading) and reads the entire input stream looking for blocks
1025 into paragraphs or "blocks" (which are separated by lines containing
/osnet-11/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c1302 int i, blocks; local
1313 blocks = ciphertext->Length/modulus_len;
1319 for (i = 0; i < blocks; i++) {
/osnet-11/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcpy.s260 * and (dest & ~63) - (src & ~63) can be 3 blocks even if
263 cmp %o4, 256 ! if smaller than 3 blocks skip
306 ! %i3 = blocks (length - 64) / 64
307 ! %i4 = doubles remaining (length - blocks)
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dhfsplus.c44 /* The amount of blocks described by this extent. */
53 grub_uint32_t blocks; member in struct:grub_hfsplus_forkdata
/osnet-11/usr/src/lib/libc/capabilities/sun4v-hwcap3/common/
H A Dmemcpy.s961 add %o1, %o5, %o1 ! advance %o1 to after blocks
1071 add %o1, %o5, %o1 ! advance %o1 to after blocks
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm621 # no blocks!!!
2725 $ctime,$blksize,$blocks) = stat($aslocal);
2759 $atime,$mtime,$ctime,$blksize,$blocks) = stat($aslocal);
2789 $atime,$mtime,$ctime,$blksize,$blocks) = stat($aslocal);
2824 $atime,$mtime,$ctime,$blksize,$blocks) = lstat($name);
2829 if ($blocks) {
2830 $blocks = int(($blocks + 1) / 2);
2833 $blocks = int(($sizemm + 1023) / 1024);
2872 $blocks,
[all...]
H A DSwitch.pm660 Note that C<switch>es can be nested within C<case> (or any other) blocks,
H A Dperl5db.pl469 package. This is because there are several BEGIN blocks (which of course
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH61 * compare blocks of memory.
67 * copy blocks of memory.
288 * to compare blocks of memory.
294 * to copy blocks of memory.
300 * to copy potentially overlapping blocks of memory. This should be used
308 * to set blocks of memory.
1102 * to copy potentially overlapping memory blocks. Normally, you should
1110 * to copy potentially overlapping memory blocks. If you need to
1111 * copy overlapping memory blocks, you should check HAS_MEMMOVE and
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Denc2xs917 $atime,$mtime,$ctime,$blksize,$blocks)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/
H A DHandlers.pm510 subsequently defined C<BEGIN> blocks are executed).
/osnet-11/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c2360 int i, blocks; local
2400 blocks = ciphertext->Length/block_len;
2406 for (i = 0; i < blocks; i++) {
/osnet-11/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c2300 int i, blocks; local
2315 blocks = ciphertext->Length/modulus_len;
2321 for (i = 0; i < blocks; i++) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDeparse.pm65 # - added semicolons at the ends of blocks
104 # - BEGIN, CHECK, INIT and END blocks
116 # - support for //, CHECK blocks, and assertions
129 # - avoid semis in one-statement blocks
144 # comp/hints 6 - location of BEGIN blocks wrt. block openings
3253 ( \(\?\??\{$bal\}\) # $4 (skip over (?{}) and (??{}) blocks)
4249 Cuddle C<elsif>, C<else>, and C<continue> blocks. For example, print
4306 while loops with continue blocks; for instance
4326 C<BEGIN> blocks containing calls to C<require> and C<import>; for
4553 we can't guarantee to produce BEGIN blocks o
[all...]
H A DCC.pm30 my %done; # hash keyed by $$op of leaders of basic blocks
34 my @bblock_todo; # list of leaders of basic blocks that need visiting
49 # block or even to the end of each loop of blocks,
1456 # XXX Add support for "last" to leave non-loop blocks
1458 error('Use of "last" for non-loop blocks is not yet implemented');
1916 of basic blocks forming a loop. At most one of the freetmps-each-*
H A DConcise.pm7 # blocks this module uses, so we can avoid printing them when user
8 # asks for the BEGIN blocks in her program. Update the comments and
149 splice(@cv_s, 0, 7); # skip 7 BEGIN blocks in this file
859 special blocks to be printed.
/osnet-11/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemcpy.s1704 add %o1, %o5, %o1 ! advance %o1 to after blocks
1815 add %o1, %o5, %o1 ! advance %o1 to after blocks
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dnvtype.c1422 FIELD(blocks,),
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DBalanced.pm1882 recognized, code blocks are extracted by stepping through the input text and
1923 # round- or curly-bracketed code blocks or quotelike operators)

Completed in 141 milliseconds

123