Searched refs:bits (Results 151 - 166 of 166) sorted by relevance

1234567

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH1119 * bits set. If it is not defined, roll your own version.
1327 * This symbol indicates how many bits are produced by the
1610 * check the script that it is executing for setuid/setgid bits, and
2269 * compiler. What various bits mean:
2508 * available to fseek beyond 32 bits (useful for ILP32 hosts).
2527 * available to ftell beyond 32 bits (useful for ILP32 hosts).
3214 * can preserve all the bits of a variable of type UVTYPE.
3217 * This symbol contains the number of bits a variable of type NVTYPE
3304 * This symbol holds the minimum number of bits operated by select.
3305 * That is, if you do select(n, ...), how many bits a
[all...]
H A Dop.c2375 I32 bits; local
2538 bits = 32;
2540 bits = 16;
2542 bits = 8;
2545 cSVOPo->op_sv = (SV*)swash_init("utf8", "", listsv, bits, none);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFunctions.pm370 vec Binary test or set particular bits in a string
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DBalanced.pm914 my @bits;
922 { ($field,$rem,$pref) = @bits = $func->($$textref);
926 { @bits = $field = $func->extract($$textref) }
928 { @bits = $field = defined($1) ? $1 : $& }
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DUCD.pm468 B<not> limited to 16 bits (the number of Unicode characters is
/osnet-11/usr/src/lib/libc/sparcv9/fp/
H A D__quad_mag64.s534 sllx %o2,2,%o7 ! lop off top two bits
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DDynaLoader_pm.PL50 # Flags to alter dl_load_file behaviour. Assigned bits:
728 Assigned bits:
/osnet-11/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcpy.s319 srl %i1, 3, %l5 ! bits 3,4,5 are now least sig in %l5
320 andcc %l5, 7, %l6 ! mask everything except bits 1,2 3
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/PPPort/
H A DPPPort.pm971 /* UVs are at least 32 bits, so the first 9 decimal digits cannot
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.pm126 the form C<"flags-flags">, set on/off bits of C<$^D> corresponding to
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.pm375 I<octet>: 8 bits of data, with ordinal values 0..255
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DConstant.pm50 signed integer, at least 32 bits.
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregcomp.c1736 for (i = 0; i < elementsof(e->re.charclass->bits); i++)
1737 e->re.charclass->bits[i] ^= ~0;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm883 does know that characters may be more than eight bits wide), any difference
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl124 an array of bits. Obviously, since the contents of C<$scalar> are just a
808 # I<CreateTTY> bits control attempts to create a new TTY on events:
6890 I<CreateTTY> bits control attempts to create a new TTY on events:
7066 I<CreateTTY> bits control attempts to create a new TTY on events:
/osnet-11/usr/src/grub/grub2/
H A Dconfigure7255 # as systems may use methods other than mode bits to determine executability.
7377 # as systems may use methods other than mode bits to determine executability.
7454 # as systems may use methods other than mode bits to determine executability.
7700 sixtyfour bits
7705 $EGREP "sixtyfour bits" >/dev/null 2>&1; then
18755 #if to work with literals wider than 32 bits. */
18908 #if to work with literals wider than 32 bits. */
[all...]

Completed in 166 milliseconds

1234567