/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | AttributePattern.java | 60 * pattern in the middle. Any of the parts may be missing, but it will 97 String middle = ""; 102 // Beginning wildcard, or, if none, then the middle. 107 // Need to look for middle. 110 middle = tk.nextToken(); 115 middle = tok; 122 parts.addElement(new PatternPart(wc, middle));
|
H A D | ServiceStoreInMemory.java | 606 int middle = size / 2; 615 // Get the one at the current middle. 617 rec = (RegRecord)contents.elementAt(middle); 626 contents.removeElementAt(middle); 629 middle = bottom + (size / 2); 652 top = middle; 654 middle = top - (size / 2); 655 middle = (middle < 0 ? 0:middle); [all...] |
/osnet-11/usr/src/grub/grub-0.97/lib/ |
H A D | getopt.c | 315 int middle = last_nonopt; 346 while (top > middle && middle > bottom) 348 if (top - middle > middle - bottom) 351 int len = middle - bottom; 358 argv[bottom + i] = argv[top - (middle - bottom) + i]; 359 argv[top - (middle - bottom) + i] = tem; 360 SWAP_FLAGS (bottom + i, top - (middle - bottom) + i); 368 int len = top - middle; 312 int middle = last_nonopt; local [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
H A D | getopt.c | 150 int middle = d->__last_nonopt; 181 while (top > middle && middle > bottom) 183 if (top - middle > middle - bottom) 186 int len = middle - bottom; 193 argv[bottom + i] = argv[top - (middle - bottom) + i]; 194 argv[top - (middle - bottom) + i] = tem; 195 SWAP_FLAGS (bottom + i, top - (middle - bottom) + i); 203 int len = top - middle; 147 int middle = d->__last_nonopt; local [all...] |
/osnet-11/usr/src/lib/libc/sparc/gen/ |
H A D | alloca.s | 40 ! be in the middle of a compilicated expression.
|
/osnet-11/usr/src/lib/libc/sparcv9/gen/ |
H A D | alloca.s | 39 ! be in the middle of a complicated expression.
|
/osnet-11/usr/src/lib/libkvm/common/ |
H A D | kvm.c | 222 long middle = (first + last) / 2; local 223 pfn_t pfn = kd->kvm_pfn[middle]; 225 fprintf(stderr, " %ld ->", middle); 228 ((uint64_t)middle << 233 first = middle + 1; 235 last = middle - 1;
|
/osnet-11/usr/src/cmd/ntfsprogs/ |
H A D | utils.c | 337 char *middle; local 344 middle = strchr(string, '-'); 345 if (string == middle) { 353 if (middle) { 354 if (middle[1] == 0) { 358 if (!utils_parse_size(middle+1, &b, scale))
|
/osnet-11/usr/src/lib/libadm/common/ |
H A D | cktime.c | 100 static char *middle[] = { "AM", "PM", "am", "pm" }; local 109 if ((strncmp(mid, middle[n], 2)) == 0)
|
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/ |
H A D | kmsAttributeUtil.c | 106 size_t lower, middle, upper; local 112 /* Always starts from middle. */ 113 middle = (lower + upper) / 2; 115 if (type > attr_map[middle]) { 117 lower = middle + 1; 121 if (type == attr_map[middle]) { 126 if (type < attr_map[middle]) { 128 upper = middle - 1;
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/ |
H A D | des.c | 759 int i, left, right, middle, cmp_result; local 770 middle = (left + right) / 2; 772 if ( !(cmp_result=working_memcmp(work, weak_keys[middle], 8)) ) 776 left = middle + 1; 778 right = middle - 1;
|
/osnet-11/usr/src/grub/grub2/grub-core/fs/ |
H A D | btrfs.c | 714 grub_uint64_t middle, high; local 717 middle = grub_divmod64 (off, 721 high = grub_divmod64 (middle, grub_le_to_cpu16 (chunk->nstripes), 730 grub_uint64_t middle, high; local 732 middle = grub_divmod64 (off, 736 high = grub_divmod64 (middle,
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/ |
H A D | Base64.pm | 108 line up and that you do not end up with padding in the middle. 57
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/ |
H A D | des.c | 793 int i, left, right, middle, cmp_result; local 804 middle = (left + right) / 2; 806 if ( !(cmp_result=working_memcmp(work, weak_keys[middle], 8)) ) 810 left = middle + 1; 812 right = middle - 1;
|
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelAttributeUtil.c | 213 size_t lower, middle, upper; local 219 /* Always starts from middle. */ 220 middle = (lower + upper) / 2; 222 if (type > attr_map[middle]) { 224 lower = middle + 1; 228 if (type == attr_map[middle]) { 233 if (type < attr_map[middle]) { 235 upper = middle - 1;
|
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softAttributeUtil.c | 220 size_t lower, middle, upper; local 226 /* Always starts from middle. */ 227 middle = (lower + upper) / 2; 229 if (type > attr_map[middle]) { 231 lower = middle + 1; 235 if (type == attr_map[middle]) { 240 if (type < attr_map[middle]) { 242 upper = middle - 1;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | charnames.pm | 552 Since evaluation of the translation function happens in a middle of
|
H A D | perl5db.pl | 150 smack in the middle of the interpreter's execution loop. It's much faster for 6362 avoids allocating any memory possibly in the middle of something that will
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/ |
H A D | Harness.pm | 110 test dies quietly in the middle of its run. 119 Under B<no> circumstances should 1..M appear in the middle of your
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
H A D | LaTeX.pm | 84 'middot' => q|\textperiodcentered{}|, # 0xB7 - middle dot = Georgian comma = Greek middle dot 300 # dot operator is NOT the same character as middle dot 1764 does not split in the middle of some curly brackets.
|
H A D | Parser.pm | 818 ## In the middle of a sequence, append this text to it, and 842 ## In the middle of a sequence, append this text to it, and 1409 the input streams that are currently in the middle of being parsed.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/ |
H A D | File.pm | 2448 changing the size of a record in the middle of a large file will
|
/osnet-11/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 308 % the page break happens to be in the middle of an example. 746 % Ensure vertical mode, so we don't make a big box in the middle of a 2064 % Open one extra group, as we want to close it in the middle of \Etitlepage.
|
/osnet-11/usr/src/grub/grub2/docs/ |
H A D | texinfo.tex | 353 % the page break happens to be in the middle of an example. 810 % Ensure vertical mode, so we don't make a big box in the middle of a 2789 % Open one extra group, as we want to close it in the middle of \Etitlepage.
|