Searched refs:per (Results 26 - 50 of 97) sorted by relevance

1234

/openbsd-current/gnu/usr.bin/perl/cpan/MIME-Base64/lib/MIME/
H A DBase64.pm55 enabling 6 bits to be represented per printable character.
/openbsd-current/gnu/usr.bin/perl/dist/threads/lib/
H A Dthreads.pm626 The default per-thread stack size for different platforms varies
644 Returns the current default per-thread stack size. The default is zero, which
654 Sets a new default per-thread stack size, and returns the previous setting.
674 This sets the default per-thread stack size at the start of the application.
678 The default per-thread stack size may be set at the start of the application
686 primary purpose is to permit setting the per-thread stack size for legacy
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/
H A Dencoding.pm291 The only legitimate use of this pragma is almost certainly just one per file,
520 The pragma was a per script, not a per block lexical. Only the last
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/lib/Test/RRA/
H A DConfig.pm92 Test::RRA::Config encapsulates per-package configuration for generic Perl test
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-Install/lib/ExtUtils/
H A DPacklist.pm248 .packlist format is a simple list of absolute pathnames, one per line. In
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/t/lib/Test/RRA/
H A DConfig.pm92 Test::RRA::Config encapsulates per-package configuration for generic Perl test
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/bin/
H A Dpiconv238 Lists all available encodings, one per line, in case-insensitive
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Usage/t/inc/Pod/
H A DParser.pm125 methods for your subclass (to perform any needed per-file and/or
126 per-document initialization or cleanup).
486 this method to perform any per-document initialization.
503 nothing, however, subclasses may override it to perform any per-file
509 initializations once per document, then you should use B<begin_pod()>.
526 nothing, however, subclasses may override it to perform any per-file
532 cleanup actions once per document, then you should use B<end_pod()>.
549 to perform any per-document finalization.
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dop_private21 C<PL_op_private_valid> defines, per-op, which op_private bits are legally
66 in the second half, specific per-op flags are added, e.g.
H A Dregcomp.pl493 /* typedefs for regex nodes - one typedef per node type */
/openbsd-current/gnu/gcc/gcc/config/sparc/
H A Dlb1spc.asm97 * N how many bits per iteration we try to get (4)
446 * N how many bits per iteration we try to get (4)
/openbsd-current/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dlb1spc.asm97 * N how many bits per iteration we try to get (4)
446 * N how many bits per iteration we try to get (4)
/openbsd-current/sys/arch/hppa/spmath/
H A Dimpys.S84 mtable ; two words per entry
H A Dimpyu.S95 mtable ; two words per entry
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/lib/Encode/
H A DEncoding.pm281 call to the object, or perhaps (to avoid forcing per-stream objects
/openbsd-current/gnu/usr.bin/perl/dist/Dumpvalue/lib/
H A DDumpvalue.pm571 rudimentary per-package memory usage dump. If set,
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.pm319 of operations on a stack, one operation per token. A literal or variable
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/t/lib/Test/
H A DPodlators.pm503 the form of a key, whitespace, and a value, one per line. The value may be
/openbsd-current/gnu/gcc/gcc/doc/
H A Dmakefile.texi188 Alternatively, you can use per-language targets to build and test
/openbsd-current/gnu/usr.bin/perl/ext/B/t/
H A DOptreeCheck.pm197 run as per the prog => $src example above.
1002 1. write a set of sample code into a single file, one per
/openbsd-current/gnu/usr.bin/perl/lib/
H A DBenchmark.t115 in the environment. Higher N will allow more ops-per-second
408 # Slow is expressed as iters per second.
412 # Fast is expressed as iters per second.
422 ok (!$slow_is_rate, "slow should be expressed as a iters per second");
424 ok (!$fast_is_rate, "fast should be expressed as a iters per second");
/openbsd-current/sys/dev/ic/
H A Dmfi.c1680 int i, per, rv = EINVAL; local
1732 per = (int)sc->sc_ld_details[i].mld_progress.mlp_cc.mp_progress;
1733 bv->bv_percent = (per * 100) / 0xffff;
1740 per = (int)sc->sc_ld_details[i].mld_progress.mlp_bgi.mp_progress;
1741 bv->bv_percent = (per * 100) / 0xffff;
1758 * The RAID levels are determined per the SNIA DDF spec, this is only
1769 bv->bv_size = sc->sc_ld_details[i].mld_size * 512; /* bytes per block */
1867 bd->bd_size = pd->mpd_size * 512; /* bytes per block */
/openbsd-current/gnu/usr.bin/perl/dist/Tie-File/lib/Tie/
H A DFile.pm1074 # of one pass per block of records. But that will require modifications
2184 The cache itself consumes about 310 bytes per cached record, so if
2498 cache entry: about 310 bytes per cached data record, and about 21 bytes
2499 per offset table entry.
2501 The per-record overhead will limit the maximum number of records you
2502 can access per file. Note that I<accessing> the length of the array
/openbsd-current/sys/dev/pci/
H A Dmfii.c3016 int i, per, target, rv = EINVAL; local
3074 per = (int)sc->sc_ld_details[i].mld_progress.mlp_cc.mp_progress;
3075 bv->bv_percent = (per * 100) / 0xffff;
3082 per = (int)sc->sc_ld_details[i].mld_progress.mlp_bgi.mp_progress;
3083 bv->bv_percent = (per * 100) / 0xffff;
3100 * The RAID levels are determined per the SNIA DDF spec, this is only
3110 bv->bv_size = sc->sc_ld_details[i].mld_size * 512; /* bytes per block */
3245 bd->bd_size = pd->mpd_size * 512; /* bytes per block */
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dlinespec.c849 If file specified, use that file's per-file block to start with. */

Completed in 239 milliseconds

1234