Searched refs:largest (Results 1 - 19 of 19) sorted by relevance

/openbsd-current/usr.sbin/pkg_add/OpenBSD/
H A DSearch.pm246 my $largest = [];
247 push @$largest, map {@$_} values %$h;
248 return $largest;
/openbsd-current/sys/arch/i386/i386/
H A Dcpu.c853 unsigned int smallest, largest, extensions, c_substates; local
859 CPUID(0x5, smallest, largest, extensions, cpu_mwait_states);
861 largest &= 0xffff;
864 smallest, largest);
880 if (smallest < sizeof(int) || largest < smallest ||
881 (largest & (sizeof(int)-1)))
884 cpu_mwait_size = largest;
/openbsd-current/sbin/disklabel/
H A Deditor.c560 static struct diskchunk largest; local
563 largest.start = largest.stop = 0;
567 if (CHUNKSZ(chunk) > CHUNKSZ(&largest))
568 largest = *chunk;
570 maxstop = largest.start + DL_BLKTOSEC(lp, sa->maxsz);
571 if (maxstop > largest.stop)
572 maxstop = largest.stop;
575 largest.start = ROUNDUP(largest
[all...]
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dinteger.pm47 largest positive integer to the largest negative one. Also, arguments
H A Dbuiltin.pm225 Returns the largest integer value less than or equal to the given numerical
/openbsd-current/sys/arch/amd64/amd64/
H A Dcpu.c527 unsigned int smallest, largest, extensions, c_substates; local
533 CPUID(0x5, smallest, largest, extensions, cpu_mwait_states);
535 largest &= 0xffff;
543 smallest, largest);
559 if (smallest < sizeof(int) || largest < smallest ||
560 (largest & (sizeof(int)-1)))
563 cpu_mwait_size = largest;
/openbsd-current/sbin/pfctl/
H A Dpfctl_optimize.c627 int i, largest, largest_list, rule_count = 0; local
661 largest = 0;
671 DEBUG("(%d) original skipstep '%s' largest jump is %d",
674 if (skiplist->ps_count > largest)
675 largest = skiplist->ps_count;
678 if (largest == 0) {
693 largest = 1;
700 if (skiplist->ps_count > largest) {
701 largest = skiplist->ps_count;
706 if (largest <
[all...]
/openbsd-current/gnu/gcc/gcc/config/arm/
H A Dieee754-sf.S80 @ Compute exponent difference. Make largest exponent in r2,
90 @ If exponent difference is too large, return largest argument
H A Dieee754-df.S104 @ Compute exponent difference. Make largest exponent in r4,
118 @ If exponent difference is too large, return largest argument
/openbsd-current/gnu/gcc/gcc/config/m68k/
H A Dlb1sf68.asm786 | the largest exponent in a2.
805 1: movew d4,d2 | move largest exponent to d2
903 subw d5,d6 | keep d5 (largest exponent) in d4
2643 | same, and put the largest exponent in d6. Note that we are using two
2652 bhi 5f | branch if second exponent largest
2654 subl d6,d7 | keep the largest exponent
2715 subl d6,d7 | keep the largest exponent
2769 | Now we have a in d0-d1, b in d2-d3, and the largest exponent in d6 (the
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dlb1sf68.asm715 | the largest exponent in a2.
734 1: movew d4,d2 | move largest exponent to d2
832 subw d5,d6 | keep d5 (largest exponent) in d4
2551 | same, and put the largest exponent in d6. Note that we are using two
2560 bhi 5f | branch if second exponent largest
2562 subl d6,d7 | keep the largest exponent
2623 subl d6,d7 | keep the largest exponent
2677 | Now we have a in d0-d1, b in d2-d3, and the largest exponent in d6 (the
/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dsession.c72 For each loaded node, create a new window. Always split the largest of the
97 /* Find the largest window in WINDOWS, and make that be the active
100 WINDOW *win, *largest = NULL; local
107 largest = win;
110 if (!largest)
118 active_window = largest;
3455 /* Search NODE, looking for the largest possible match of STRING. Start the
/openbsd-current/gnu/llvm/llvm/lib/AsmParser/
H A DLLLexer.cpp664 KEYWORD(largest);
/openbsd-current/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/
H A DCalc.pm127 # Find max bits. This is the largest power of two that is both no larger
132 my $umax = ~0; # largest unsigned integer
204 # The largest element in base 10**$BASE_LEN is 10**$BASE_LEN-1. For instance,
205 # with $BASE_LEN = 5, the largest element is 99_999, and the largest carry is
258 my $umax = ~0; # largest unsigned integer
2397 where N is the largest possible integer that does not cause overflow in the
/openbsd-current/gnu/usr.bin/perl/os2/OS2/OS2-Process/
H A DProcess.pm1739 the largest continuous region of memory belonging to the same memory object
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/lib/Pod/
H A DMan.pm2117 many Unicode characters have no standard troff name. B<groff> has the largest
/openbsd-current/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/
H A DBigInt.pm7184 Round $x towards minus infinity, i.e., set $x to the largest integer less than
7729 Round away from zero, i.e., round to the number with the largest absolute
/openbsd-current/gnu/usr.bin/perl/lib/Unicode/
H A DUCD.pm142 Note that the largest code point in Unicode is U+10FFFF.
3049 # All 1 bits but the top one is the largest possible IV.
/openbsd-current/gnu/usr.bin/perl/
H A DConfigure17129 $echo "Checking to find the largest integer value your NVs can hold..." >&4
17190 The largest integer your NVs can preserve is equal to $xxx
17195 Cannot determine the largest integer value your NVs can hold, unexpected output
17202 Cannot determine the largest integer value your NVs can hold

Completed in 681 milliseconds