| /osnet-11/usr/src/lib/libresolv2/common/inet/ |
| H A D | inet_network.c | 58 u_long parts[4], *pp = parts; local 87 if (pp >= parts + 4 || val > 0xffU) 96 n = pp - parts; 101 val |= parts[i] & 0xff;
|
| /osnet-11/usr/src/lib/libsocket/inet/ |
| H A D | inet_network.c | 58 in_addr_t parts[4], *pp = parts; local 84 if (pp >= parts + 4 || val > 0xff) 93 n = pp - parts; 96 val |= parts[i];
|
| /osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/ |
| H A D | AttributePattern.java | 43 * element in the parts vector is a PatternPart object. A PatternPart 55 private Vector parts = new Vector(); field in class:AttributePattern 60 * pattern in the middle. Any of the parts may be missing, but it will 88 parts.addElement(new PatternPart(false, cstring)); 92 // Parse the patterns into parts. 122 parts.addElement(new PatternPart(wc, middle)); 128 return (parts.size() > 1); 138 int i = 0, n = parts.size(); 141 // March through the parts, matching against the string. 144 PatternPart p = (PatternPart)parts [all...] |
| /osnet-11/usr/src/lib/libnsl/rpc/ |
| H A D | inet_ntoa.c | 167 unsigned int parts[4]; local 168 unsigned int *pp = parts; 206 if (pp >= parts + 3) 220 * the number of parts specified. 222 n = pp - parts + 1; 232 if ((val > 0xffffff) || (parts[0] > 0xff)) 234 val |= parts[0] << 24; 238 if ((val > 0xffff) || (parts[0] > 0xff) || (parts[1] > 0xff)) 240 val |= (parts[ [all...] |
| /osnet-11/usr/src/grub/grub2/grub-core/partmap/ |
| H A D | dvh.c | 43 struct grub_dvh_partition_descriptor parts[16]; member in struct:grub_dvh_block 93 for (partnum = 0; partnum < ARRAY_SIZE (block.dvh.parts); partnum++) 95 if (block.dvh.parts[partnum].length == 0) 101 p.start = grub_be_to_cpu32 (block.dvh.parts[partnum].start); 102 p.len = grub_be_to_cpu32 (block.dvh.parts[partnum].length);
|
| /osnet-11/usr/src/grub/grub2/grub-core/commands/ |
| H A D | parttool.c | 36 static struct grub_parttool *parts = 0; variable in typeref:struct:grub_parttool 52 if (! parts) 56 cur->next = parts; 67 parts = cur; 75 for (cur = parts; cur; ) 83 parts = cur->next; 93 if (! parts) 111 for (cur = parts; cur; cur = cur->next) 253 for (cur = parts; cur; cur = cur->next)
|
| /osnet-11/usr/src/lib/libast/common/tm/ |
| H A D | tmxfmt.c | 112 int parts; local 158 parts = 0; 174 if (!parts) 189 switch (parts) 192 parts++; 203 if (!parts++) 204 parts++; 528 if (parts > 1)
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
| H A D | BigFloat.pm | 48 # the package we are using for our private parts, defaults to: 936 # break the computation down into parts based on the observation that: 1532 # copy private parts over 2239 sub parts subroutine 2292 # alternative class for our private parts() 2557 $x->parts(); # return (mantissa,exponent) as BigInt 2642 =head2 C<mantissa()>, C<exponent()> and C<parts()> 2644 C<mantissa()> and C<exponent()> return the said parts of the BigFloat 2652 C<< ($m,$e) = $x->parts(); >> is just a shortcut giving you both of them.
|
| H A D | BigRat.pm | 12 # _f : flags, used by MBR to flag parts of a rational as untouchable 311 # both parts must be BigInt's (or whatever we are using today) 324 # 'forget' that parts were rounded via MBI::bround() in MBF's bfround() 736 # parts() and friends 756 sub parts subroutine 1049 # convert parts to $MBI again 1272 my @parts = split /::/, $MBI; # Math::BigInt => Math BigInt 1273 my $file = pop @parts; $file .= '.pm'; # BigInt => BigInt.pm 1274 $file = File::Spec->catfile (@parts, $file); 1387 =head2 parts() [all...] |
| H A D | BigInt.pm | 13 # _f : flags, used by MBF to flag parts of a float as untouchable 769 my ($m,$e) = $x->parts(); 832 # leave bigfloat parts alone 892 # leave bigfloat parts alone 1999 sub parts subroutine 2354 my @parts = split /::/, $lib; # Math::BigInt => Math BigInt 2355 my $file = pop @parts; $file .= '.pm'; # BigInt => BigInt.pm 2357 $file = File::Spec->catfile (@parts, $file); 2674 $x->parts(); # return (mantissa,exponent) as BigInt 3199 =head2 parts [all...] |
| /osnet-11/usr/src/lib/libast/common/sfio/ |
| H A D | sfstrtof.h | 218 S2F_part_t parts[16]; local 389 * consume the integral and fractional parts 400 if (n >= ((~((S2F_batch)0)) / 10) && part < elementsof(parts)) 402 parts[part].batch = n; 404 parts[part].digits = digits; 443 if (n && part < elementsof(parts)) 445 parts[part].batch = n; 446 parts[part].digits = digits; 499 else if ((m = parts[part-1].digits - digits) > 0) 505 * combine the parts [all...] |
| /osnet-11/usr/src/lib/libfdisk/common/ |
| H A D | libfdisk.h | 110 * EBR is effectively "struct ipart parts[2]". 147 struct ipart parts[2]; member in struct:logical_drive
|
| /osnet-11/usr/src/lib/libpkg/common/ |
| H A D | dstream.c | 98 int ds_totread; /* total number of parts read */ 108 static int ds_read; /* number of parts read for current package */ 111 static char ds_volnos[128]; /* parts/volume info */ 113 static int ds_volpart; /* number of parts read in current volume, */ 114 /* including skipped parts */ 116 static int ds_skippart; /* number of parts skipped in current volume */ 122 ds_inc_totread(int parts) argument 124 ds_totread += parts; 249 /* side effect - set number of parts read on current volume */
|
| /osnet-11/usr/src/cmd/ldap/ns_ldap/ |
| H A D | ldapaddent.c | 135 in_addr_t parts[4], *pp = parts; local 162 if (pp >= parts + 4) 170 n = pp - parts; 175 val |= parts[i] & 0xff;
|
| /osnet-11/usr/src/lib/rad/pyrad/common/ |
| H A D | client.py | 942 parts = namestr.split(":", 1) variable in class:Name 943 if len(parts) < 2: 946 domain = parts[0] 947 if len(parts[1]) == 0: 951 kvstr = parts[1].split(",")
|